Resource reservation mechanism for overlay networking

    公开(公告)号:US10361971B2

    公开(公告)日:2019-07-23

    申请号:US15252848

    申请日:2016-08-31

    Abstract: An approach is provided in which an information handling system establishes a resource reservation protocol (RSVP) session corresponding to a flow between a first entity and a second entity operating within a computer environment that implements a network virtualization overlay protocol. Once the RSVP session is established, the information handling system encapsulates data packets of the flow based on the network virtualization overlay protocol and, in turn, sends the encapsulated data packet over the computer network with a quality of service (QoS) assurance level that is based on the established RSVP session.

    Routing standard cell-based integrated circuits
    95.
    发明授权
    Routing standard cell-based integrated circuits 有权
    路由标准基于单元的集成电路

    公开(公告)号:US09165102B1

    公开(公告)日:2015-10-20

    申请号:US14246544

    申请日:2014-04-07

    Abstract: This disclosure describes a multi-height routing cell and utilization of the multi-height routing in an integrated circuit to reduce routing congestion in a standard cell design floorplan. The multi-height routing cell includes a bypass connection, or “tunnel,” that routes a signal through a non-routing layer and under an impeding power rail. The multi-height routing cell includes bypass connectors on both sides of the bypass connection that provide connection points for which to connect standard cells on opposite sides of the impeding power rail. As such, the multi-height routing cell provides a route underneath the impeding power rail and, in turn, reducing routing congestion in the standard cell design floorplan.

    Abstract translation: 本公开描述了一种多高度路由单元和集成电路中的多高度路由的利用,以减少标准小区设计平面图中的路由拥塞。 多高度路由单元包括旁路连接或“隧道”,其通过非路由层和阻碍电力轨道路由信号。 多高度路由单元在旁路连接的两侧包括旁路连接器,其提供用于连接阻碍电力轨的相对侧上的标准单元的连接点。 因此,多高度路由单元在阻碍电力轨下面提供路由,从而降低标准小区设计平面图中的路由拥塞。

    Processing and presenting multi-dimensioned transaction tracking data
    98.
    发明授权
    Processing and presenting multi-dimensioned transaction tracking data 失效
    处理和呈现多维交易跟踪数据

    公开(公告)号:US08533318B2

    公开(公告)日:2013-09-10

    申请号:US12573980

    申请日:2009-10-06

    CPC classification number: G06Q10/06 G06F11/3466

    Abstract: An approach is provided that receives a set of tracking data from a monitored activity. The set of tracking data includes name-value pairs. The received set name-value pairs are compared with context masks. Each context mask include one or more name-filter pairs. One of the sets of context masks is selected in response to determining that the incoming name-value pairs matches the mask name-filter pairs of the selected context mask. Name-value pairs are selected based upon the selected context mask. The selected name-value pairs are then stored in an aggregate data store. If the received set of tracking data fails to match at least one of the name-filter pairs then the received set of tracking data is disregarded and none of the name-value pairs are stored in the aggregate data store.

    Abstract translation: 提供了一种从受监视的活动接收一组跟踪数据的方法。 跟踪数据集包括名称 - 值对。 接收的集合名称 - 值对与上下文掩码进行比较。 每个上下文掩码包括一个或多个名称过滤器对。 响应于确定传入名称 - 值对与所选择的上下文掩码的掩码名称 - 过滤器对匹配,选择上下文掩码集合中的一个。 基于所选择的上下文掩码来选择名称 - 值对。 所选的名称 - 值对然后存储在聚合数据存储中。 如果接收到的一组跟踪数据未能匹配至少一个名称 - 过滤器对,则接收到的一组跟踪数据被忽略,并且没有一个名称 - 值对被存储在聚合数据存储中。

    Opening a message catalog file for a language that is not installed
    99.
    发明授权
    Opening a message catalog file for a language that is not installed 有权
    打开未安装的语言的消息目录文件

    公开(公告)号:US08515732B2

    公开(公告)日:2013-08-20

    申请号:US13451502

    申请日:2012-04-19

    CPC classification number: G06F17/2229 G06F9/454

    Abstract: A first computer system sends a request to a second computer system. The second computer system determines that the first computer system utilizes a message catalog file that is not installed on the second computer system. As a result, the second computer system sends a catalog request that requests the message catalog file. The second computer system receives the message catalog file and sends a response message from the second computer system to the first computer system using the received message catalog file.

    Abstract translation: 第一计算机系统向第二计算机系统发送请求。 第二计算机系统确定第一计算机系统利用未安装在第二计算机系统上的消息目录文件。 结果,第二计算机系统发送请求消息目录文件的目录请求。 第二计算机系统接收消息目录文件,并使用接收到的消息目录文件将响应消息从第二计算机系统发送到第一计算机系统。

    Computation reuse for loops with irregular accesses
    100.
    发明授权
    Computation reuse for loops with irregular accesses 有权
    具有不规则访问的循环的计算重用

    公开(公告)号:US08453135B2

    公开(公告)日:2013-05-28

    申请号:US12722506

    申请日:2010-03-11

    CPC classification number: G06F8/4435

    Abstract: A compiler selects a nested loop within software code that includes an outer loop and an inner loop. The outer loop includes an outer induction variable and the inner loop includes an inner induction variable. The compiler identifies a computation included in the nested loop that generates an irregular array access, which includes an expression of both the outer induction variable and the inner induction variable. Next, the compiler identifies a redundant calculation for the computation based upon the outer induction variable and the inner induction variable, and generates a temporary variable to correspond with the redundant calculation. The compiler replaces the computation with the temporary variable in the nested loop and, in turn, compiles the nested loop with the included temporary variable.

    Abstract translation: 编译器在包含外部循环和内部循环的软件代码中选择一个嵌套循环。 外环包括外感应变量,内环包括内感应变量。 编译器识别包含在嵌套循环中的计算,其产生不规则数组访问,其包括外部感应变量和内部感应变量的表达式。 接下来,编译器基于外部感应变量和内部感应变量来识别用于计算的冗余计算,并且生成与冗余计算相对应的临时变量。 编译器将使用嵌套循环中的临时变量替换计算,并依次使用包含的临时变量编译嵌套循环。

Patent Agency Ranking