WO2018042230A1 - Mécanisme de packet-in configurable pour commutateurs openflow - Google Patents

Mécanisme de packet-in configurable pour commutateurs openflow Download PDF

Info

Publication number
WO2018042230A1
WO2018042230A1 PCT/IB2016/055248 IB2016055248W WO2018042230A1 WO 2018042230 A1 WO2018042230 A1 WO 2018042230A1 IB 2016055248 W IB2016055248 W IB 2016055248W WO 2018042230 A1 WO2018042230 A1 WO 2018042230A1
Authority
WO
WIPO (PCT)
Prior art keywords
packet
controller
message
network
selective
Prior art date
Application number
PCT/IB2016/055248
Other languages
English (en)
Inventor
Faseela K
Ashutosh Bisht
Original Assignee
Telefonaktiebolaget Lm Ericsson (Publ)
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Telefonaktiebolaget Lm Ericsson (Publ) filed Critical Telefonaktiebolaget Lm Ericsson (Publ)
Priority to PCT/IB2016/055248 priority Critical patent/WO2018042230A1/fr
Publication of WO2018042230A1 publication Critical patent/WO2018042230A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/64Routing or path finding of packets in data switching networks using an overlay routing layer
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/24Traffic characterised by specific attributes, e.g. priority or QoS
    • H04L47/2441Traffic characterised by specific attributes, e.g. priority or QoS relying on flow classification, e.g. using integrated services [IntServ]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing

Definitions

  • Embodiments of the invention relate to the field of computer networks, and more specifically, to a configurable selective Packet-In mechanism in a Software Defined Networking (SDN) network.
  • SDN Software Defined Networking
  • SDN Software Defined Networking
  • the use of a split architecture network simplifies the network devices (e.g., switches) implementing the forwarding plane by shifting the intelligence of the network into one or more controllers that oversee the switches.
  • SDN facilitates rapid and open innovation at the network layer by providing a programmable network infrastructure.
  • OpenFlow is a protocol that enables controllers and switches in an SDN network to communicate with each other. OpenFlow enables dynamic programming of flow control policies in the network. An OpenFlow channel is used to exchange OpenFlow messages between an OpenFlow switch and an OpenFlow controller.
  • An OpenFlow switch uses a Packet-In message to transfer control of a packet to the OpenFlow controller.
  • a Packet-In message for a packet is sent to the OpenFlow controller, either the entire packet is included in the Packet-In message or only a portion of the packet is included in the Packet-In message, along with a buffer identifier that identifies a buffer that stores the packet.
  • An OpenFlow controller may respond to a Packet-In message by programming a flow entry in the OpenFlow switch, which includes instructions on how to handle the packet and any subsequent packets belonging to the same flow. This allows the OpenFlow switch to process subsequent packets belonging to the flow without involving the OpenFlow controller.
  • the OpenFlow switch may end up sending multiple Packet-In messages to the OpenFlow controller.
  • Packet-In messages may be redundant in the sense that they will each elicit the same response from the OpenFlow controller (e.g., programming of a particular flow entry in the OpenFlow switch).
  • the redundant OpenFlow Packet-In messages may unnecessarily consume the valuable computing resources and bandwidth of the OpenFlow switch and the OpenFlow controller.
  • a method is implemented by a data plane device in a Software Defined Networking (SDN) network for selectively transmitting Packet-In messages to a controller in the SDN network.
  • the method avoids transmitting redundant Packet-In messages to the controller.
  • SDN Software Defined Networking
  • the method includes generating a flow entry in a flow table, where the flow entry includes a selective Packet-In action instruction that instructs the data plane device to selectively transmit Packet-In messages to the controller, and where the selective Packet-In action instruction specifies a set of packet fields, receiving an incoming packet, where the incoming packet matches the flow entry in the flow table with the selective Packet-In action instruction, generating a Packet-In identifier (ID) based on a table ID of the flow table and a set of values in the incoming packet corresponding to the set of packet fields specified in the selective Packet-In action instruction, determining whether a Packet-In message associated with the Packet-In ID is being processed by the controller, and transmitting a Packet-In message for the incoming packet to the controller in response to a determination that a Packet-In message associated with the Packet-In ID is not being processed by the controller, where the Packet-In message transmitted to the controller includes the Packet-
  • a network device is configured to function as a data plane device in a Software Defined Networking (SDN) network for selectively transmitting Packet-In messages to a controller in the SDN network to avoid transmitting redundant Packet-In messages to the controller.
  • the network device includes a set of one or more processors and a non-transitory machine-readable storage medium having stored therein a selective Packet-In component.
  • the selective Packet-In component when executed by the set of one or more processors, causes the network device to generate a flow entry in a flow table, where the flow entry includes a selective Packet-In action instruction that instructs the data plane device to selectively transmit Packet-In messages to the controller, and where the selective Packet-In action instruction specifies a set of packet fields, receive an incoming packet, where the incoming packet matches the flow entry in the flow table with the selective Packet-In action instruction, generate a Packet-In identifier (ID) based on a table ID of the flow table and a set of values in the specified set of packet fields in the incoming packet, determine whether a Packet-In message associated with the Packet-In ID is being processed by the controller, and transmit a Packet-In message for the incoming packet to the controller in response to a determination that a Packet-In message associated with the Packet-In ID is not being processed by the controller, where the Packet-In message transmitted to the controller
  • a non-transitory machine-readable medium has computer code stored therein, which when executed by a set of one or more processors of a network device functioning as a data plane device in a Software Defined Networking (SDN) network, causes the network device to perform operations for selectively transmitting Packet-In messages to a controller in the SDN network to avoid transmitting redundant Packet-In messages to the controller
  • the operations include generating a flow entry in a flow table, where the flow entry includes a selective Packet- In action instruction that instructs the data plane device to selectively transmit Packet-In messages to the controller, and where the selective Packet-In action instruction specifies a set of packet fields, receiving an incoming packet, where the incoming packet matches the flow entry in the flow table with the selective Packet-In action instruction, generating a Packet-In identifier (ID) based on a table ID of the flow table and a set of values in the incoming packet
  • ID Packet-In identifier
  • the controller determines whether a Packet-In message associated with the Packet-In ID is being processed by the controller, and transmitting a Packet-In message for the incoming packet to the controller in response to a determination that a Packet-In message associated with the Packet-In ID is not being processed by the controller, where the Packet-In message transmitted to the controller includes the Packet-In ID.
  • Fig. 1 is a block diagram of a switch that implements selective transmission of Packet- In messages, according to some embodiments.
  • Fig. 2 is a flow diagram of a process for selectively transmitting Packet-In messages, according to some embodiments.
  • FIG. 3 is a flow diagram of a process for processing a Packet-Out message, according to some embodiments.
  • Fig. 4 is a flow diagram of a process for responding to a Packet-In message, according to some embodiments.
  • Fig. 5 is a flow diagram of a generic process for selectively transmitting Packet-In messages, according to some embodiments.
  • Fig. 6A illustrates connectivity between network devices (NDs) within an exemplary network, as well as three exemplary implementations of the NDs, according to some
  • Fig. 6B illustrates an exemplary way to implement a special-purpose network device, according to some embodiments.
  • Fig. 6C illustrates various exemplary ways in which virtual network elements (VNEs) may be coupled, according to some embodiments.
  • VNEs virtual network elements
  • Fig. 6D illustrates a network with a single network element (NE) on each of the NDs, and within this straight forward approach contrasts a traditional distributed approach (commonly used by traditional routers) with a centralized approach for maintaining reachability and forwarding information (also called network control), according to some embodiments.
  • NE network element
  • Fig. 6E illustrates the simple case of where each of the NDs implements a single NE, but a centralized control plane has abstracted multiple of the NEs in different NDs into (to represent) a single NE in one of the virtual network(s), according to some embodiments.
  • Fig. 6F illustrates a case where multiple VNEs are implemented on different NDs and are coupled to each other, and where a centralized control plane has abstracted these multiple VNEs such that they appear as a single VNE within one of the virtual networks, according to some embodiments.
  • Fig. 7 illustrates a general purpose control plane device with centralized control plane (CCP) software, according to some embodiments.
  • SDN Software Defined Networking
  • numerous specific details such as logic implementations, opcodes, means to specify operands, resource partitioning/sharing/duplication implementations, types and interrelationships of system components, and logic partitioning/integration choices are set forth in order to provide a more thorough understanding of the present invention. It will be appreciated, however, by one skilled in the art that the invention may be practiced without such specific details. In other instances, control structures, gate level circuits and full software instruction sequences have not been shown in detail in order not to obscure the invention. Those of ordinary skill in the art, with the included descriptions, will be able to implement appropriate functionality without undue experimentation.
  • references in the specification to "one embodiment,” “an embodiment,” “an example embodiment,” etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to affect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described.
  • Bracketed text and blocks with dashed borders may be used herein to illustrate optional operations that add additional features to embodiments of the invention. However, such notation should not be taken to mean that these are the only options or optional operations, and/or that blocks with solid borders are not optional in certain embodiments of the invention.
  • Coupled is used to indicate that two or more elements, which may or may not be in direct physical or electrical contact with each other, co-operate or interact with each other.
  • Connected is used to indicate the establishment of communication between two or more elements that are coupled with each other.
  • An electronic device stores and transmits (internally and/or with other electronic devices over a network) code (which is composed of software instructions and which is sometimes referred to as computer program code or a computer program) and/or data using machine-readable media (also called computer-readable media), such as machine-readable storage media (e.g., magnetic disks, optical disks, read only memory (ROM), flash memory devices, phase change memory) and machine-readable transmission media (also called a carrier) (e.g., electrical, optical, radio, acoustical or other form of propagated signals - such as carrier waves, infrared signals).
  • machine-readable media also called computer-readable media
  • machine-readable storage media e.g., magnetic disks, optical disks, read only memory (ROM), flash memory devices, phase change memory
  • machine-readable transmission media also called a carrier
  • carrier e.g., electrical, optical, radio, acoustical or other form of propagated signals - such as carrier waves, infrared signals.
  • an electronic device e.g., a computer
  • includes hardware and software such as a set of one or more processors coupled to one or more machine-readable storage media to store code for execution on the set of processors and/or to store data.
  • an electronic device may include non-volatile memory containing the code since the non- volatile memory can persist code/data even when the electronic device is turned off (when power is removed), and while the electronic device is turned on that part of the code that is to be executed by the processor(s) of that electronic device is typically copied from the slower nonvolatile memory into volatile memory (e.g., dynamic random access memory (DRAM), static random access memory (SRAM)) of that electronic device.
  • volatile memory e.g., dynamic random access memory (DRAM), static random access memory (SRAM)
  • Typical electronic devices also include a set or one or more physical network interface(s) to establish network connections (to transmit and/or receive code and/or data using propagating signals) with other electronic devices.
  • network connections to transmit and/or receive code and/or data using propagating signals.
  • One or more parts of an embodiment of the invention may be implemented using different combinations of software, firmware, and/or hardware.
  • a network device is an electronic device that communicatively interconnects other electronic devices on the network (e.g., other network devices, end-user devices).
  • Some network devices are "multiple services network devices" that provide support for multiple networking functions (e.g., routing, bridging, switching, Layer 2 aggregation, session border control, Quality of Service, and/or subscriber management), and/or provide support for multiple application services (e.g., data, voice, and video).
  • OpenFlow is a protocol that enables controllers and switches in an SDN network to communicate with each other. OpenFlow enables dynamic programming of flow control policies in the network. An OpenFlow channel is used to exchange OpenFlow messages between an OpenFlow switch and an OpenFlow controller.
  • a "Packet-In message” refers to any type of message that is used to transfer control of a packet from a switch to a controller, and unless stated otherwise, is not limited to an OpenFlow Packet-In message.
  • Packet-Out message refers to any type of message that is used to transfer control of a packet from a controller to a switch, and unless stated otherwise, is not limited to an OpenFlow Packet-Out message.
  • a switch uses a Packet-In message to transfer control of a packet to a controller (colloquially referred to as "punting" the packet to the controller).
  • the switch may punt a packet to the controller via a Packet-In message, for example, if the switch does not know how to process the packet.
  • a controller typically responds to a Packet-In message by programming a flow entry in the switch, which includes instructions on how to handle the packet and any subsequent packets belonging to the same flow. This allows the switch to process subsequent packets belonging to the same flow without involving the controller.
  • the switch may punt the packet to the controller via a Packet-In message.
  • the controller may program a flow entry in the switch for handling subsequent packets that have the source MAC address as a destination address.
  • MAC Media Access Control
  • NAT Network Address Translation
  • ARP Address Resolution Protocol
  • the switch may punt the packet to the controller via a Packet- In message.
  • the controller may program a flow entry in the switch for performing address resolution for subsequent packets with the same destination IP address.
  • the switch may end up transmitting multiple Packet-In messages to the controller (e.g., each packet may cause the switch to transmit a Packet-In message to the controller).
  • Packet-In messages may be redundant in the sense that they will each elicit the same response from the controller (e.g., programming of a particular flow entry in the switch). The redundant Packet-In messages may unnecessarily consume the valuable computing resources and bandwidth of the switch and the controller.
  • Embodiments described herein provide a technique for a switch to selectively transmit Packet-In messages to a controller in order to avoid transmitting redundant Packet-In messages to the controller.
  • the controller typically knows which flow entries in the switch include packet punting actions and which fields of a packet are relevant for determining how the packet is to be processed at the switch. As such, the controller may know that packets having the same values in particular fields will elicit the same response from the controller (e.g., will result in the controller programming the same flow entry in the switch). Based on this, in one embodiment, the controller programs a flow table in the switch with a flow entry that includes a selective Packet-In action instruction that instructs the switch to selectively transmit Packet-In messages to the controller.
  • the selective Packet-In action instruction specifies the set of packet fields (e.g., packet header fields) that are to be used by the switch to determine which packets, when punted to the controller via a Packet-In message, will elicit the same response from the controller (and thus would be redundant).
  • the switch receives a packet that matches the flow entry with the selective Packet-In action instruction, the switch generates a Packet-In identifier (ID) based on the table ID of the flow table and the set of values in the packet corresponding to the set of packet fields specified in the selective Packet-In action instruction.
  • ID Packet-In identifier
  • the set of packet fields are configured such that the Packet-In ID will be the same for Packet-In messages that elicit the same response from the controller.
  • the switch determines whether a Packet-In message associated with the Packet-In ID is (already) being processed by the controller. If the switch determines that a Packet-In message associated with the Packet-In ID is not being processed by the controller, the switch transmits a Packet-In message for the packet to the controller.
  • the Packet-In message for the packet includes the Packet-In ID (and this Packet-In message is said to be associated with the Packet-In ID) and may also include the packet itself or a portion thereof.
  • the switch determines that a Packet-In message associated with the Packet-In ID is already being processed by the controller, the switch refrains from transmitting a Packet-In message for the packet to the controller.
  • the switch inserts the packet in a queue associated with the Packet-In ID.
  • the switch may receive a Packet-Out message from the controller that includes the Packet-In ID and a set of packet processing instructions.
  • the switch then processes each packet in the queue associated with the Packet-In ID according to the set of packet processing instructions. In this way, the switch selectively transmits Packet-In messages to the controller in a manner that avoids transmitting redundant Packet-In messages to the controller.
  • Fig. 1 is a block diagram of a switch that implements selective transmission of Packet- In messages, according to some embodiments.
  • the switch 100 is communicatively coupled to a controller 110.
  • the switch 100 is a data plane device in a Software Defined Networking (SDN) network such as an OpenFlow switch and the controller 110 is a control plane device in an SDN network such as an OpenFlow controller.
  • SDN Software Defined Networking
  • the switch 100 and the controller 110 may communicate over a south bound interface using OpenFlow or other suitable south bound protocol.
  • the switch 100 includes a packet processing pipeline 115 that includes flow tables 120A-Z. Each flow table may include one or more flow entries 130.
  • flow table 120A includes flow entries 130A-Z.
  • Each flow entry may include a packet matching criteria and a set of instructions to apply to packets matching the packet matching criteria.
  • the switch 100 generates flow entries 130 based on instructions received from the controller 110. It should be understood that the packet processing pipeline 115 can include more or less flow tables 120 and flow entries 130 than illustrated in the diagram.
  • the controller 110 manages the switch 100 and typically knows which fields of a packet are relevant for determining how a packet is to be processed at the switch. As such, the controller 110 may know that packets having the same values in particular fields, when punted to the controller 110, will elicit the same response from the controller 110. For example, the controller 110 may know that ARP request packets having the same destination IP address, when punted to the controller 110, will result in the controller programming the same flow entry 130 in the switch 100. As such, when multiple ARP request packets having the same destination IP address arrive at the switch 100, the switch 100 need not punt all of these packets to the controller 110. Rather, only one packet per destination IP address can be punted to the controller.
  • Embodiments avoid transmitting redundant Packet-In messages to the controller 110 by introducing a selective Packet-In action instruction that instructs the switch 100 to selectively transmit Packet-In messages to the controller 110.
  • flow entry 130Z includes a packet matching criteria that matches ARP packets and a selective Packet-In action instruction that instructs the switch 100 to selectively transmit Packet-In messages to the controller 110.
  • the selective Packet-In action instruction specifies the set of packet fields (e.g., packet header fields) that are to be used by the switch to determine which packets, when punted to the controller via a Packet-In message, will elicit the same response from the controller (and thus would be redundant).
  • the selective Packet-In action instruction specifies the destination IP address field (dest_IP) as the set of packet fields.
  • the set of packet fields only includes a single packet field. It should be understood that the set of packet fields can include more than one packet field.
  • the switch 100 When the switch 100 receives an ARP request packet with its destination IP address field set to 1.1.1.1 (PKTl), the switch 100 determines that PKTl matches flow entry 130Z (since it is an ARP request packet). As such, the switch 100 executes the selective Packet-In action instruction in flow entry 130Z. The switch does this by generating a Packet-In identifier (ID) based on the table ID of flow table 120A and the value in the destination IP address field of PKTl, which in this example is 1.1.1.1. In one embodiment, the Packet-In ID is generated as a hash of these values.
  • ID Packet-In identifier
  • the switch 100 determines whether a Packet-In message associated with the Packet-In ID is being processed by the controller 110.
  • PKTl is the first ARP request packet with destination IP address field set to 1.1.1.1, and thus the switch 100 determines that a Packet-In message associated with the Packet-In ID is not being processed by the controller 110.
  • the switch 100 thus transmits a Packet-In message for PKTl to the controller 110 (PKTl is punted to the controller 110).
  • the switch 100 includes the Packet-In ID in the Packet-In message (and this Packet-In message is said to be associated with the Packet-In ID).
  • the switch 100 in conjunction with transmitting the Packet-In message associated with the Packet-In ID to the controller 110, the switch 100 stores an indication that a Packet-In message associated with the Packet- In ID is being processed by the controller 110. The switch 100 then creates an empty queue associated with the Packet-In ID (queue 140A in this example).
  • the switch 100 may subsequently receive another ARP request packet with destination IP address field set to 1.1.1.1 (PKT2). Similar to PKT1 discussed above, PKT2 also matches flow entry 130Z (since it is also an ARP request packet), and thus the switch executes the selective Packet-In action instruction in flow entry 130Z. Similar to the operations described with reference to PKT1, the switch 100 generates a Packet-In ID based on the table ID of table 120A and the value in the destination IP address field of PKT2, which in this example is also 1.1.1.1. It should be noted that since this Packet-In ID is generated based on the same table ID and destination IP address, this Packet-In ID is the same as the Packet-In ID that was generated with relation to PKT1.
  • PKT2 Similar to PKT1 discussed above, PKT2 also matches flow entry 130Z (since it is also an ARP request packet), and thus the switch executes the selective Packet-In action instruction in flow entry 130Z. Similar to the operations described with reference to PKT1, the
  • the switch 100 since the switch 100 previously transmitted a Packet-In message associated with the Packet-In ID to the controller 110, the switch 100 determines that a Packet-In message associated with the Packet-In ID is being processed by the controller 110.
  • the switch 100 may determine that a Packet-In message associated with the Packet-In ID is being processed by the controller 110 based on a previously stored indication or based on the existence of a queue associated with the Packet-In ID (e.g., existence of queue 140A).
  • the switch 100 since a Packet-In message associated with the Packet-In ID is being processed by the controller 110, the switch 100 refrains from transmitting a Packet-In message for PKT2 to the controller 110.
  • the switch 100 instead inserts PKT2 in the queue associated with the Packet-In ID (queue 140A in this example).
  • the switch 100 may receive an ARP request packet with its destination IP address field set to 2.2.2.2 (PKT3). This packet will match flow entry 130Z, and thus the switch 100 executes the selective Packet-In action instruction in flow entry 130Z.
  • PKT3 2.2.2.2
  • the switch 100 generates a Packet-In ID based on the table ID of table 120A and the value in the destination IP address field of PKT3, which in this example is 2.2.2.2. It should be noted that since this Packet-In ID is generated based on a different destination IP address than the destination IP address included in PKT1 and PKT2, this Packet-In ID will be different from the Packet-In ID that was generated with relation to PKT1 and PKT2.
  • the switch 100 determines that a Packet-In message associated with the Packet-In ID is not being processed by the controller 110. The switch 100 thus transmits a Packet-In message for PKT3 to the controller 110 (PKT3 is punted to the controller 110). The switch 100 includes the Packet-In ID in the Packet-In message for PKT3. The switch 100 then creates an empty queue associated with the Packet-In ID (queue 140B in this example).
  • the switch 100 may then receive another ARP request packet with its destination IP address field set to 2.2.2.2 (PKT4). Following similar operations as described above, the switch 100 determines that a Packet-In message for PKT4 need not be transmitted to the controller 110. Thus, the switch 100 refrains from transmitting a Packet-In message for PKT4 to the controller 110 and instead inserts PKT4 in queue 140B.
  • PKT4 Packet-In message
  • the switch may then receive multiple ARP request packets with destination IP address field set to 3.3.3.3 (PKT5, PKT6, and PKT7). Following similar operations as described above, the switch 100 only transmits a Packet-In message for PKT5 to the controller 110 (PKT5 is punted to the controller 110) and refrains from transmitting a Packet-In message for PKT6 and PKT7 to the controller 110. Instead, PKT6 and PKT7 are inserted in queue HOC. Thus, with the selective Packet-In action instruction illustrated in this example, the switch 100 only transmits a single Packet-In message to the controller 110 per destination IP address (for ARP request packets).
  • the controller 110 may generate and transmit a corresponding Packet-Out message to the switch 100.
  • the Packet-Out message may include the Packet-In ID (that was included in the corresponding Packet-In message) and a set of packet processing instructions.
  • the controller 110 may generate and transmit a corresponding Packet-Out message to the switch 100, where the Packet-Out message includes the Packet-In ID generated in connection with PKT1 and a set of packet processing instructions for processing PKT1.
  • the switch 100 processes each packet in the queue associated with the Packet-In ID (e.g., queue 140A in this example) according to the set of packet processing instructions.
  • both PKT1 and PKT2 (which is stored in queue 140A) are processed according to the set of packet processing instructions included in the Packet-Out message.
  • the switch 100 can delete the queue 140A.
  • the packets in the other queues 140B, HOC can also be processed in a similar fashion by a corresponding Packet-Out message for the queue (e.g., a Packet-Out message that includes the Packet-In ID associated with the queue 140).
  • OFPCML_NO_BUFFER when OXM fields are present, indicates that the switch needs to send only one Packet-In message to controller. Subsequent Packet-In messages should be suppressed. */
  • the type field may be set to a value of OFPAT_OUTPUT and the port field may be set to a value of CONTROLLER to indicate that the packet is to be output to the controller 110 (e.g., punted to the controller 110).
  • the oxm_fields field can be used to specify the set of packet fields that the switch 100 is to use to determine which packets, when punted to the controller 110 via a Packet-In message, will elicit the same response from the controller 110. When an output to controller action specifies at least one packet field in the oxm_fields field, this may indicate that Packet-In messages are to be selectively transmitted to the controller 110.
  • the max_len field may be set to a value of OFPCML_NO_BUFFER to indicate that queueing is not enabled. The max_len field may be set to a different value to indicate that queuing is enabled.
  • a controller 110 may program a flow entry 130 in a switch 100 that includes a selective Packet-In action instruction. In one embodiment, before the controller 110 programs such a flow entry 130 in the switch 100, the controller 110 needs to be informed that the switch 100 supports the selective Packet-In action feature. In OpenFlow, when a controller 110 and a switch 100 establish a connection, the controller 110 typically transmits an
  • OFPT_FEATURES_REQUEST message to the switch 100 requesting that the switch 100 identify capabilities/features supported by the switch 100.
  • the switch 100 then responds to the controller 110 with an OFPT_FEATURES_REPLY message that identifies the switch 100 .
  • OpenFlow can be extended so that the controller 110 can be informed of additional capabilities/features supported by the switch 100 (e.g., vendor- specific capabilities). In one embodiment, the controller 110 transmits a
  • VENDOR_TYPE_SWITCH_FEATURES_REQUEST message to the switch 100 requesting that the switch 100 identify additional capabilities/features supported by the switch 100.
  • the switch 100 then responds to the controller 110 with a
  • the switch 100 supports the selective Packet-In action feature
  • VENDOR_TYPE_SWITCH_FEATURES_REPLY message includes an indication that the switch 100 supports the selective Packet-In action feature.
  • the controller 110 may program a flow entry 130 in the switch 100 that includes a selective Packet-In action instruction (e.g., by transmitting an OFPT_FLOW_MOD message to the switch, where the OFPT_FLOW_MOD message includes a packet matching criteria (e.g., match field) and a selective Packet-In action instruction).
  • the following exemplary message structures can be used by the controller 110 and the switch 100 to exchange capability information:
  • VENDOR_TYPE_SWITCH_FEATURES_PvESPONSE VENDOR_TYPE_SWITCH_FEATURES_PvESPONSE:
  • An advantage of selectively transmitting Packet-In messages to a controller 110 is that it avoids transmitting redundant Packet-In messages to the controller 110, which results in less bandwidth consumption between the switch 100 and the controller 110 and also reduces the processing load at the controller 110. Yet another advantage is that latency is improved for queued packets since they do not have to be transmitted to the controller 110 via a Packet-In message and transmitted back to the switch 100 via a Packet-Out message in order to be processed. Rather, queued packets are processed locally at the switch 100 when the switch 100 receives a Packet-Out message for the first packet in the queue 140. Yet another advantage is that the set of packet fields in the selective Packet-In action instruction can be configured as desired.
  • the set of packet fields in the selective Packet-In action instruction can be set to specify the destination IP address field so that only one packet per destination IP address is punted to the controller 110.
  • the set of packet fields in the selective Packet-In action instruction can be set to specify the source MAC address field so that only one packet per source MAC address is punted to the controller 110.
  • Fig. 2 is a flow diagram of a process for selectively transmitting Packet-In messages, according to some embodiments.
  • the process is implemented by a switch 100 (or other data plane device) in an SDN network, where the switch 100 is communicatively coupled to a controller 110 in the SDN network.
  • the operations in the flow diagrams will be described with reference to the exemplary embodiments of the other figures. However, it should be understood that the operations of the flow diagrams can be performed by embodiments of the invention other than those discussed with reference to the other figures, and the embodiments of the invention discussed with reference to these other figures can perform operations different than those discussed with reference to the flow diagrams.
  • the process is initiated when the switch 100 receives an incoming packet (block 205).
  • the switch 100 determines whether to selectively transmit a Packet-In message for the incoming packet (decision block 210).
  • the switch 100 may determine to selectively transmit a Packet-In message for the incoming packet, for example, if the incoming packet matches a flow entry 130 that includes a selective Packet-In action instruction.
  • the selective Packet-In action instruction may specify a set of packet fields that the switch 100 is to use to determine which packets, when punted to the controller 110 via a Packet-In message, will elicit the same response from the controller 110.
  • the switch 100 determines not to selectively transmit a Packet-In message for the incoming packet, the switch 100 continues with normal packet processing for the packet (block 215). Otherwise, if the switch 100 determines to selectively transmit a Packet-In message for the incoming packet, the switch 100 generates a Packet-In ID based on the table ID of the flow table 120 (in which the incoming packet matched) and the set of values in the incoming packet corresponding to the set of packet fields specified in the selective Packet-In action instruction in the flow entry (block 220).
  • the switch 100 determines whether queuing is enabled (decision block 225). In one embodiment, the switch 100 determines whether queuing is enabled based on an indication in the selective Packet-In action instruction. For example, with reference to the selective Packet-In action instruction message structure described above, if the max_len field in the selective Packet-In action instruction is set to a value of OFPCML_NO_BUFFER, this may indicate that queueing is not enabled. A different value in the max_len field may indicate that queueing is enabled. If the switch 100 determines that queuing is enabled, the switch 100 then determines whether a queue 140 associated with the Packet-In ID exists (decision block 230).
  • a queue 140 associated with the Packet-In ID exists, then this indicates that a Packet-In message associated with the Packet-In ID is being processed by the controller 110.
  • the switch 100 inserts the incoming packet in that queue 140 (block 235) and refrains from transmitting a Packet-In message for the incoming packet to the controller 110 (block 240).
  • a queue 140 associated with the Packet- In ID does not exist, then this indicates that a Packet-In message associated with the Packet-In ID is not being processed by the controller 110.
  • the switch 100 creates a queue 140 associated with the Packet-In ID (block 245) and transmits a Packet-In message for the incoming packet to the controller 110, where the Packet-In message includes the Packet-In ID (block 255).
  • the switch 100 determines whether a Packet-In message associated with the Packet-In ID is being processed by the controller 110 (decision block 260).
  • the switch 100 may have previously stored an indication of whether a Packet-In message associated with the Packet-In ID is being processed by the controller 110 and the switch 100 may determine whether a Packet-In message associated with the Packet-In ID is being processed by the controller 110 based on such indication.
  • the switch 100 determines that a Packet-In message associated with the Packet-In ID is being processed by the controller 110, the switch 100 refrains from transmitting a Packet- In message for the incoming packet to the controller 110 (block 265) and continues with normal packet processing (block 270).
  • the switch 100 determines that a Packet-In message associated with the Packet-In ID is not being processed by the controller 110, then the switch 100 transmits a Packet-In message for the incoming packet to the controller 110 (block 275) and stores an indication that a Packet-In message associated with the Packet-In ID is being processed by the controller 110 (block 280). The switch 100 then continues with normal packet processing (block 270).
  • Fig. 3 is a flow diagram of a process for processing a Packet-Out message, according to some embodiments.
  • the operations of the flow diagram may be performed by a switch 100 in an SDN network, where the switch 100 is communicatively coupled to a controller 110 in the SDN network.
  • the process is initiated when the switch 100 receives a Packet-Out message (e.g., from the controller 110), where the Packet-Out message includes a Packet-In ID and a set of packet processing instructions (block 310).
  • the set of packet processing instructions include an instruction to generate a flow entry 130. If queuing is enabled, the switch 100 may have previously inserted one or more packets in a queue 140 associated with the Packet-In ID (e.g., as a result of the operations described with reference to Fig. 2).
  • the switch 100 In response to receiving the Packet-Out message, the switch 100 processes packets in the queue 140 associated with the Packet-In ID according to the set of packet processing instructions in the Packet-Out message (block 320). In one embodiment, once the packets in the queue 140 have been processed, the switch 100 may delete the queue 140 (block 330). In one embodiment, if the switch 100 had previously stored an indication that a Packet-In message associated with the Packet-In ID is being processed by the controller 110, the switch 100 may now remove that indication.
  • Fig. 4 is a flow diagram of a process for processing a Packet-In message, according to some embodiments.
  • the operations of the flow diagram may be performed by a controller 110 in an SDN network, where the controller 110 is communicatively coupled to a switch 100 in the SDN network.
  • the process is initiated when the controller 110 receives a Packet- In message (e.g., from the switch 100) (block 410).
  • the Packet-In message may include a Packet-In ID and a packet that is being punted to the controller 110 (or a portion thereof).
  • the controller 110 may respond to the Packet-In message by generating a Packet-Out message (block 420).
  • the Packet-Out message may include packet processing instructions regarding how to process the packet at the switch 100 (e.g., an instruction to generate a flow entry 130) or other instructions.
  • the controller 110 determines whether the Packet-In message includes a Packet-In ID (decision block 430).
  • the controller 110 transmits the Packet-Out message to the switch 100 (block 450). Otherwise, if the Packet-In message includes a Packet- In ID, then the controller 110 adds the Packet-In ID to the Packet-Out message (block 440) before transmitting the Packet-Out message to the switch 100 (block 450).
  • Fig. 5 is a flow diagram of a generic process for selectively transmitting Packet-In messages to a controller, according to some embodiments.
  • the operations of the flow diagram may be performed by a data plane device (e.g., switch 100) in an SDN network.
  • the data plane device may be communicatively coupled to a control plane device (e.g., controller 110) in the SDN network.
  • the process is initiated when the data plane device generates a flow entry 130 in a flow table 120, where the flow entry 130 includes a selective Packet-In action instruction that instructs the data plane device to selectively transmit Packet-In messages to the controller 110 (block 510).
  • the selective Packet-In action instruction may specify a set of packet fields (e.g., the set of packet fields that the switch 100 is to use to determine which packets, when punted to the controller 110 via a Packet-In message, will elicit the same response from the controller 110).
  • the selective Packet-In action instruction includes an indication of whether queuing is enabled.
  • the data plane device then receives an incoming packet (block 520).
  • the data plane device determines whether the incoming packet matches the flow entry 130 in the flow table 120 (decision block 530). If the data plane device determines that the incoming packet does not match the flow entry 130 in the flow table 120, the data plane device may match the incoming packet against other flow entries 130 in the flow table 120 or other flow tables 120 (block 540).
  • the data plane device determines that the incoming packet matches the flow entry 130 in the flow table 120, the data plane device generates a Packet-In ID based on a table ID of the flow table 120 and a set of values in the incoming packet corresponding to the set of packet fields specified in the selective Packet-In action instruction (block 550).
  • the data plane device determines whether a Packet-In message associated with the Packet-In ID is being processed by the controller 110 (decision block 560). In one embodiment, the data plane device determines whether a Packet-In message associated with the Packet-In ID is being processed by the controller 110 based on a determination of whether a queue 140 associated with the Packet-In ID exists. For example, if a queue 140 associated with the Packet- In ID exists, then this indicates that a Packet-In message associated with the Packet-In ID is being processed by the controller 110. However, if a queue 140 associated with the Packet-In ID does not exist, then this indicates that a Packet-In message associated with the Packet-In ID is not being processed by the controller 110.
  • the data plane device determines that a Packet-In message associated with the Packet-In ID is not being processed by the controller 110, then the data plane device transmits a Packet-In message for the incoming packet to the controller 110 (block 580).
  • the Packet-In message includes the Packet-In ID (as well as the incoming packet or a portion thereof).
  • the data plane device upon transmitting the Packet-In message for the incoming packet to the controller 110, stores an indication that a Packet-In message associated with the Packet-In ID is being processed by the controller 110.
  • the data plane device determines that a Packet-In message associated with the Packet- In ID is not being processed by the controller 110 (e.g., because a queue 140 associated with the Packet-In ID does not exist), the data plane device creates the queue associated with the Packet- In ID. [0068] Returning to decision block 560, if the data plane device determines that a Packet-In message associated with the Packet-In ID is being processed by the controller 110, then the data plane device refrains from transmitting a Packet-In message for the incoming packet to the controller 110. In an embodiment where queuing is enabled, the data plane device may insert the incoming packet in a queue 140 associated with the Packet-In ID (without transmitting a Packet-In message for the incoming packet to the controller 110) (block 570). In an
  • the data plane device may process the incoming packet (e.g., forward the incoming packet towards its destination) without transmitting the Packet-In message for the incoming packet to the controller 110.
  • the data plane device implements a timeout mechanism for a queue 140. For example, in one embodiment, the data plane device deletes the incoming packet from the queue 140 associated with the Packet-In ID in response to a determination that an elapsed lifetime of the incoming packet in the queue 140 exceeds a predetermined threshold timeout length. In one embodiment, the data plane device retransmits the Packet-In message for the incoming packet to the controller 110 one or more times before deleting the incoming packet from the queue.
  • the data plane device may receive a Packet-Out message from the controller 110, where the Packet-Out message includes the Packet-in ID and a set of packet processing instructions.
  • the data plane device may process each packet in the queue 140 associated with the Packet-In ID according to the set of packet processing instructions.
  • Fig. 6A illustrates connectivity between network devices (NDs) within an exemplary network, as well as three exemplary implementations of the NDs, according to some
  • Fig. 6A shows NDs 600A-H, and their connectivity by way of lines between 600A-600B, 600B-600C, 600C-600D, 600D-600E, 600E-600F, 600F-600G, and 600A-600G, as well as between 600H and each of 600A, 600C, 600D, and 600G.
  • These NDs are physical devices, and the connectivity between these NDs can be wireless or wired (often referred to as a link).
  • NDs 600A, 600E, and 600F An additional line extending from NDs 600A, 600E, and 600F illustrates that these NDs act as ingress and egress points for the network (and thus, these NDs are sometimes referred to as edge NDs; while the other NDs may be called core NDs).
  • Two of the exemplary ND implementations in Fig. 6A are: 1) a special-purpose network device 602 that uses custom application-specific integrated-circuits (ASICs) and a special-purpose operating system (OS); and 2) a general purpose network device 604 that uses common off-the-shelf (COTS) processors and a standard OS.
  • ASICs application-specific integrated-circuits
  • OS special-purpose operating system
  • COTS common off-the-shelf
  • the special-purpose network device 602 includes networking hardware 610 comprising compute resource(s) 612 (which typically include a set of one or more processors), forwarding resource(s) 614 (which typically include one or more ASICs and/or network processors), and physical network interfaces (NIs) 616 (sometimes called physical ports), as well as non- transitory machine readable storage media 618 having stored therein networking software 620.
  • a physical NI is hardware in a ND through which a network connection (e.g., wirelessly through a wireless network interface controller (WNIC) or through plugging in a cable to a physical port connected to a network interface controller (NIC)) is made, such as those shown by the connectivity between NDs 600A-H.
  • WNIC wireless network interface controller
  • NIC network interface controller
  • the networking software 620 may be executed by the networking hardware 610 to instantiate a set of one or more networking software instance(s) 622.
  • Each of the networking software instance(s) 622, and that part of the networking hardware 610 that executes that network software instance form a separate virtual network element 630A-R.
  • Each of the virtual network element(s) (VNEs) 630A-R includes a control communication and configuration module 632A-R (sometimes referred to as a local control module or control communication module) and forwarding table(s) 634A-R, such that a given virtual network element (e.g., 630A) includes the control
  • a communication and configuration module e.g., 632A
  • a set of one or more forwarding table(s) e.g., 634A
  • that portion of the networking hardware 610 that executes the virtual network element e.g., 630A.
  • Software 620 can include code such as selective Packet-In component 625, which when executed by networking hardware 610, causes the special-purpose network device 602 to perform operations of one or more embodiments of the present invention as part networking software instances 622 (control path loop detection instance 635A).
  • the special-purpose network device 602 is often physically and/or logically considered to include: 1) a ND control plane 624 (sometimes referred to as a control plane) comprising the compute resource(s) 612 that execute the control communication and configuration module(s) 632A-R; and 2) a ND forwarding plane 626 (sometimes referred to as a forwarding plane, a data plane, or a media plane) comprising the forwarding resource(s) 614 that utilize the forwarding table(s) 634A-R and the physical NIs 616.
  • a ND control plane 624 (sometimes referred to as a control plane) comprising the compute resource(s) 612 that execute the control communication and configuration module(s) 632A-R
  • a ND forwarding plane 626 sometimes referred to as a forwarding plane, a data plane, or a media plane
  • the forwarding resource(s) 614 that utilize the forwarding table(s) 634A-R and the physical NIs 616.
  • the ND control plane 624 (the compute resource(s) 612 executing the control communication and configuration module(s) 632A-R) is typically responsible for participating in controlling how data (e.g., packets) is to be routed (e.g., the next hop for the data and the outgoing physical NI for that data) and storing that routing information in the forwarding table(s) 634A-R, and the ND forwarding plane 626 is responsible for receiving that data on the physical NIs 616 and forwarding that data out the appropriate ones of the physical NIs 616 based on the forwarding table(s) 634A-R.
  • data e.g., packets
  • the ND forwarding plane 626 is responsible for receiving that data on the physical NIs 616 and forwarding that data out the appropriate ones of the physical NIs 616 based on the forwarding table(s) 634A-R.
  • Fig. 6B illustrates an exemplary way to implement the special-purpose network device 602 according to some embodiments of the invention.
  • Fig. 6B shows a special-purpose network device including cards 638 (typically hot pluggable). While in some embodiments the cards 638 are of two types (one or more that operate as the ND forwarding plane 626 (sometimes called line cards), and one or more that operate to implement the ND control plane 624 (sometimes called control cards)), alternative embodiments may combine functionality onto a single card and/or include additional card types (e.g., one additional type of card is called a service card, resource card, or multi-application card).
  • additional card types e.g., one additional type of card is called a service card, resource card, or multi-application card.
  • a service card can provide specialized processing (e.g., Layer 4 to Layer 7 services (e.g., firewall, Internet Protocol Security (IPsec), Secure Sockets Layer (SSL) / Transport Layer Security (TLS), Intrusion Detection System (IDS), peer- to-peer (P2P), Voice over IP (VoIP) Session Border Controller, Mobile Wireless Gateways (Gateway General Packet Radio Service (GPRS) Support Node (GGSN), Evolved Packet Core (EPC) Gateway)).
  • Layer 4 to Layer 7 services e.g., firewall, Internet Protocol Security (IPsec), Secure Sockets Layer (SSL) / Transport Layer Security (TLS), Intrusion Detection System (IDS), peer- to-peer (P2P), Voice over IP (VoIP) Session Border Controller, Mobile Wireless Gateways (Gateway General Packet Radio Service (GPRS) Support Node (GGSN), Evolved Packet Core (EPC) Gateway)
  • GPRS General Pack
  • the general purpose network device 604 includes hardware 640 comprising a set of one or more processor(s) 642 (which are often COTS processors) and network interface controller(s) 644 (NICs; also known as network interface cards) (which include physical NIs 646), as well as non-transitory machine readable storage media 648 having stored therein software 650.
  • processor(s) 642 execute the software 650 to instantiate one or more sets of one or more applications 664A-R. While one embodiment does not implement virtualization, alternative embodiments may use different forms of virtualization.
  • the virtualization layer 654 represents the kernel of an operating system (or a shim executing on a base operating system) that allows for the creation of multiple instances 662A-R called software containers that may each be used to execute one (or more) of the sets of applications 664A-R; where the multiple software containers (also called virtualization engines, virtual private servers, or jails) are user spaces (typically a virtual memory space) that are separate from each other and separate from the kernel space in which the operating system is run: and where the set of applications running in a given user space, unless explicitly allowed, cannot access the memory of the other processes.
  • the multiple software containers also called virtualization engines, virtual private servers, or jails
  • user spaces typically a virtual memory space
  • the virtualization layer 654 represents a hypervisor (sometimes referred to as a virtual machine monitor (VMM)) or a hypervisor executing on top of a host operating system, and each of the sets of applications 664A-R is run on top of a guest operating system within an instance 662A-R called a virtual machine (which may in some cases be considered a tightly isolated form of software container) that is run on top of the hypervisor - the guest operating system and application may not know they are running on a virtual machine as opposed to running on a "bare metal" host electronic device, or through para-virtualization the operating system and/or application may be aware of the presence of virtualization for optimization purposes.
  • a hypervisor sometimes referred to as a virtual machine monitor (VMM)
  • VMM virtual machine monitor
  • a hypervisor executing on top of a host operating system
  • each of the sets of applications 664A-R is run on top of a guest operating system within an instance 662A-R called a virtual machine (which may in some cases be considered
  • unikernel(s) which can be generated by compiling directly with, an application only a limited set of libraries (e.g., from a library operating system (LibOS) including drivers libraries of OS services) that provide the particular OS services needed by the application.
  • libraries e.g., from a library operating system (LibOS) including drivers libraries of OS services
  • unikernel can be implemented to run directly on hardware 640, directly on a hypervisor (in which case the unikernel is sometimes described as running within a LibOS virtual machine), or in a software container
  • embodiments can be implemented fully with unikernels running directly on a hypervisor represented by virtualization layer 654, unikernels running within software containers represented by instances 662A-R, or as a combination of unikernels and the above-described techniques (e.g., unikernels and virtual machines both run directly on a hypervisor, unikernels and sets of applications that are run in different software containers).
  • the instantiation of the one or more sets of one or more applications 664A-R, as well as virtualization if implemented, are collectively referred to as software instance(s) 652.
  • the virtual network element(s) 660A-R perform similar functionality to the virtual network element(s) 630A-R - e.g., similar to the control communication and configuration module(s) 632A and forwarding table(s) 634A (this virtualization of the hardware 640 is sometimes referred to as network function virtualization (NFV)).
  • NFV network function virtualization
  • CPE customer premise equipment
  • each instance 662A-R corresponding to one VNE 660A-R
  • alternative embodiments may implement this correspondence at a finer level granularity (e.g., line card virtual machines virtualize line cards, control card virtual machine virtualize control cards, etc.); it should be understood that the techniques described herein with reference to a correspondence of instances 662A-R to VNEs also apply to embodiments where such a finer level of granularity and/or unikernels are used.
  • the virtualization layer 654 includes a virtual switch that provides similar forwarding services as a physical Ethernet switch. Specifically, this virtual switch forwards traffic between instances 662A-R and the NIC(s) 644, as well as optionally between the instances 662A-R; in addition, this virtual switch may enforce network isolation between the VNEs 660A-R that by policy are not permitted to communicate with each other (e.g., by honoring virtual local area networks (VLANs)).
  • VLANs virtual local area networks
  • Software 650 can include code such as selective Packet- In component 663, which when executed by processor(s) 642, cause the general purpose network device 604 to perform operations of one or more embodiments of the present invention as part software instances 662A-R.
  • the third exemplary ND implementation in Fig. 6A is a hybrid network device 606, which includes both custom ASICs/special-purpose OS and COTS processors/standard OS in a single ND or a single card within an ND.
  • a platform VM i.e., a VM that that implements the functionality of the special-purpose network device 602 could provide for para-virtualization to the networking hardware present in the hybrid network device 606.
  • NE network element
  • each of the VNEs receives data on the physical NIs (e.g., 616, 646) and forwards that data out the appropriate ones of the physical NIs (e.g., 616, 646).
  • a VNE implementing IP router functionality forwards IP packets on the basis of some of the IP header information in the IP packet; where IP header information includes source IP address, destination IP address, source port, destination port (where "source port" and
  • destination port refer herein to protocol ports, as opposed to physical ports of a ND), transport protocol (e.g., user datagram protocol (UDP), Transmission Control Protocol (TCP), and differentiated services code point (DSCP) values.
  • transport protocol e.g., user datagram protocol (UDP), Transmission Control Protocol (TCP), and differentiated services code point (DSCP) values.
  • Fig. 6C illustrates various exemplary ways in which VNEs may be coupled according to some embodiments of the invention.
  • Fig. 6C shows VNEs 670A.1-670A.P (and optionally VNEs 670A.Q-670A.R) implemented in ND 600A and VNE 670H.1 in ND 600H.
  • VNEs 670A.1-670A.P and optionally VNEs 670A.Q-670A.R
  • VNEs 670A.1-P are separate from each other in the sense that they can receive packets from outside ND 600A and forward packets outside of ND 600A; VNE 670A.1 is coupled with VNE 670H.1, and thus they communicate packets between their respective NDs; VNE 670A.2- 670A.3 may optionally forward packets between themselves without forwarding them outside of the ND 600A; and VNE 670A.P may optionally be the first in a chain of VNEs that includes VNE 670A.Q followed by VNE 670A.R (this is sometimes referred to as dynamic service chaining, where each of the VNEs in the series of VNEs provides a different service - e.g., one or more layer 4-7 network services). While Fig. 6C illustrates various exemplary relationships between the VNEs, alternative embodiments may support other relationships (e.g., more/fewer VNEs, more/fewer dynamic service chains, multiple different dynamic service chains with some common VNEs and some different V
  • the NDs of Fig. 6A may form part of the Internet or a private network; and other electronic devices (not shown; such as end user devices including workstations, laptops, netbooks, tablets, palm tops, mobile phones, smartphones, phablets, multimedia phones, Voice Over Internet Protocol (VOIP) phones, terminals, portable media players, GPS units, wearable devices, gaming systems, set-top boxes, Internet enabled household appliances) may be coupled to the network (directly or through other networks such as access networks) to communicate over the network (e.g., the Internet or virtual private networks (VPNs) overlaid on (e.g., tunneled through) the Internet) with each other (directly or through servers) and/or access content and/or services.
  • VOIP Voice Over Internet Protocol
  • Such content and/or services are typically provided by one or more servers (not shown) belonging to a service/content provider or one or more end user devices (not shown) participating in a peer-to-peer (P2P) service, and may include, for example, public webpages (e.g., free content, store fronts, search services), private webpages (e.g.,
  • end user devices may be coupled (e.g., through customer premise equipment coupled to an access network (wired or wirelessly)) to edge NDs, which are coupled (e.g., through one or more core NDs) to other edge NDs, which are coupled to electronic devices acting as servers.
  • edge NDs which are coupled (e.g., through one or more core NDs) to other edge NDs, which are coupled to electronic devices acting as servers.
  • edge NDs may be coupled (e.g., through customer premise equipment coupled to an access network (wired or wirelessly)
  • edge NDs which are coupled (e.g., through one or more core NDs) to other edge NDs, which are coupled to electronic devices acting as servers.
  • compute and storage virtualization one or more of the electronic devices operating as the NDs in Fig.
  • a virtual network is a logical abstraction of a physical network (such as that in Fig. 6A) that provides network services (e.g., L2 and/or L3 services).
  • a virtual network can be implemented as an overlay network (sometimes referred to as a network virtualization overlay) that provides network services (e.g., layer 2 (L2, data link layer) and/or layer 3 (L3, network layer) services) over an underlay network (e.g., an L3 network, such as an Internet Protocol (IP) network that uses tunnels (e.g., generic routing encapsulation (GRE), layer 2 tunneling protocol (L2TP), IPSec) to create the overlay network).
  • IP Internet Protocol
  • GRE generic routing encapsulation
  • L2TP layer 2 tunneling protocol
  • IPSec Internet Protocol
  • a network virtualization edge sits at the edge of the underlay network and participates in implementing the network virtualization; the network-facing side of the NVE uses the underlay network to tunnel frames to and from other NVEs; the outward-facing side of the NVE sends and receives data to and from systems outside the network.
  • a virtual network instance is a specific instance of a virtual network on a NVE (e.g., a NE/VNE on an ND, a part of a NE/VNE on a ND where that NE/VNE is divided into multiple VNEs through emulation); one or more VNIs can be instantiated on an NVE (e.g., as different VNEs on an ND).
  • a virtual access point is a logical connection point on the NVE for connecting external systems to a virtual network; a VAP can be physical or virtual ports identified through logical interface identifiers (e.g., a VLAN ID).
  • Examples of network services include: 1) an Ethernet LAN emulation service (an Ethernet-based multipoint service similar to an Internet Engineering Task Force (IETF)
  • IETF Internet Engineering Task Force
  • MPLS Multiprotocol Label Switching
  • EVPN Ethernet VPN
  • an NVE provides separate L2 VNIs (virtual switching instances) for different such virtual networks, and L3 (e.g., IP/MPLS) tunneling encapsulation across the underlay network); and 2) a virtualized IP forwarding service (similar to IETF IP VPN (e.g., Border Gateway Protocol (BGP)/MPLS IP VPN) from a service definition perspective) in which external systems are interconnected across the network by an L3 environment over the underlay network (e.g., an NVE provides separate L3 VNIs (forwarding and routing instances) for different such virtual networks, and L3 (e.g., IP/MPLS) tunneling encapsulation across the underlay network)).
  • IETF IP VPN e.g., Border Gateway Protocol (BGP)/MPLS IP VPN
  • Network services may also include quality of service capabilities (e.g., traffic classification marking, traffic conditioning and scheduling), security capabilities (e.g., filters to protect customer premises from network - originated attacks, to avoid malformed route announcements), and management capabilities (e.g., full detection and processing).
  • quality of service capabilities e.g., traffic classification marking, traffic conditioning and scheduling
  • security capabilities e.g., filters to protect customer premises from network - originated attacks, to avoid malformed route announcements
  • management capabilities e.g., full detection and processing
  • Fig. 6D illustrates a network with a single network element on each of the NDs of Fig. 6A, and within this straight forward approach contrasts a traditional distributed approach (commonly used by traditional routers) with a centralized approach for maintaining reachability and forwarding information (also called network control), according to some embodiments of the invention.
  • Fig. 6D illustrates network elements (NEs) 670A-H with the same connectivity as the NDs 600A-H of Fig. 6A.
  • Fig. 6D illustrates that the distributed approach 672 distributes responsibility for generating the reachability and forwarding information across the NEs 670A-H; in other words, the process of neighbor discovery and topology discovery is distributed.
  • the control communication and configuration module(s) 632A-R of the ND control plane 624 typically include a reachability and forwarding information module to implement one or more routing protocols (e.g., an exterior gateway protocol such as Border Gateway Protocol (BGP), Interior Gateway Protocol(s) (IGP) (e.g., Open Shortest Path First (OSPF), Intermediate System to Intermediate System (IS-IS), Routing Information Protocol (RIP), Label Distribution Protocol (LDP), Resource Reservation Protocol (RSVP) (including RS VP-Traffic Engineering (TE): Extensions to RSVP for LSP Tunnels and Generalized Multi-Protocol Label Switching
  • Border Gateway Protocol BGP
  • IGP Interior Gateway Protocol
  • OSPF Open Shortest Path First
  • IS-IS Intermediate System to Intermediate System
  • RIP Routing Information Protocol
  • LDP Label Distribution Protocol
  • RSVP Resource Reservation Protocol
  • TE Extensions to RSVP for LSP Tunnels and Generalized Multi-Protocol Label Switching
  • the NEs 670A-H e.g., the compute resource(s) 612 executing the control communication and configuration module(s) 632A-R
  • the NEs 670A-H perform their responsibility for participating in controlling how data (e.g., packets) is to be routed (e.g., the next hop for the data and the outgoing physical NI for that data) by distributively determining the reachability within the network and calculating their respective forwarding information.
  • Routes and adjacencies are stored in one or more routing structures (e.g., Routing Information Base (RIB), Label Information Base (LIB), one or more adjacency structures) on the ND control plane 624.
  • the ND control plane 624 programs the ND forwarding plane 626 with information (e.g., adjacency and route information) based on the routing structure(s). For example, the ND control plane 624 programs the adjacency and route information into one or more forwarding table(s) 634A-R (e.g., Forwarding Information Base (FIB), Label Forwarding Information Base (LFIB), and one or more adjacency structures) on the ND forwarding plane 626.
  • FIB Forwarding Information Base
  • LFIB Label Forwarding Information Base
  • the ND can store one or more bridging tables that are used to forward data based on the layer 2 information in that data. While the above example uses the special-purpose network device 602, the same distributed approach 672 can be implemented on the general purpose network device 604 and the hybrid network device 606.
  • Fig. 6D illustrates that a centralized approach 674 (also known as software defined networking (SDN)) that decouples the system that makes decisions about where traffic is sent from the underlying systems that forwards traffic to the selected destination.
  • the illustrated centralized approach 674 has the responsibility for the generation of reachability and forwarding information in a centralized control plane 676 (sometimes referred to as a SDN control module, controller, network controller, OpenFlow controller, SDN controller, control plane node, network virtualization authority, or management control entity), and thus the process of neighbor discovery and topology discovery is centralized.
  • a centralized control plane 676 sometimes referred to as a SDN control module, controller, network controller, OpenFlow controller, SDN controller, control plane node, network virtualization authority, or management control entity
  • the centralized control plane 676 has a south bound interface 682 with a data plane 680 (sometime referred to the infrastructure layer, network forwarding plane, or forwarding plane (which should not be confused with a ND forwarding plane)) that includes the NEs 670A-H (sometimes referred to as switches, forwarding elements, data plane elements, or nodes).
  • the centralized control plane 676 includes a network controller 678, which includes a centralized reachability and forwarding information module 679 that determines the reachability within the network and distributes the forwarding information to the NEs 670A-H of the data plane 680 over the south bound interface 682 (which may use the OpenFlow protocol).
  • the network intelligence is centralized in the centralized control plane 676 executing on electronic devices that are typically separate from the NDs.
  • the network controller 678 may include a selective Packet- In component 681 that when executed by the network controller 678, causes the network controller 678 to perform operations of one or more embodiments described herein above.
  • each of the control communication and configuration module(s) 632A-R of the ND control plane 624 typically include a control agent that provides the VNE side of the south bound interface 682.
  • the ND control plane 624 (the compute resource(s) 612 executing the control communication and configuration module(s) 632A-R) performs its responsibility for participating in controlling how data (e.g., packets) is to be routed (e.g., the next hop for the data and the outgoing physical NI for that data) through the control agent communicating with the centralized control plane 676 to receive the forwarding information (and in some cases, the reachability information) from the centralized reachability and forwarding information module 679 (it should be understood that in some embodiments of the invention, the control
  • communication and configuration module(s) 632A-R in addition to communicating with the centralized control plane 676, may also play some role in determining reachability and/or calculating forwarding information - albeit less so than in the case of a distributed approach; such embodiments are generally considered to fall under the centralized approach 674, but may also be considered a hybrid approach).
  • the same centralized approach 674 can be implemented with the general purpose network device 604 (e.g., each of the VNE 660A-R performs its responsibility for controlling how data (e.g., packets) is to be routed (e.g., the next hop for the data and the outgoing physical NI for that data) by communicating with the centralized control plane 676 to receive the forwarding information (and in some cases, the reachability information) from the centralized reachability and forwarding information module 679; it should be understood that in some embodiments of the invention, the VNEs 660A-R, in addition to communicating with the centralized control plane 676, may also play some role in determining reachability and/or calculating forwarding information - albeit less so than in the case of a distributed approach) and the hybrid network device 606.
  • the general purpose network device 604 e.g., each of the VNE 660A-R performs its responsibility for controlling how data (e.g., packets) is to be routed (e.g., the next hop for
  • NFV is able to support SDN by providing an infrastructure upon which the SDN software can be run
  • NFV and SDN both aim to make use of commodity server hardware and physical switches.
  • Fig. 6D also shows that the centralized control plane 676 has a north bound interface 684 to an application layer 686, in which resides application(s) 688.
  • the centralized control plane 676 has the ability to form virtual networks 692 (sometimes referred to as a logical forwarding plane, network services, or overlay networks (with the NEs 670A-H of the data plane 680 being the underlay network)) for the application(s) 688.
  • virtual networks 692 sometimes referred to as a logical forwarding plane, network services, or overlay networks (with the NEs 670A-H of the data plane 680 being the underlay network)
  • the centralized control plane 676 maintains a global view of all NDs and configured NEs/VNEs, and it maps the virtual networks to the underlying NDs efficiently (including maintaining these mappings as the physical network changes either through hardware (ND, link, or ND component) failure, addition, or removal).
  • Fig. 6D shows the distributed approach 672 separate from the centralized approach 674
  • the effort of network control may be distributed differently or the two combined in certain embodiments of the invention.
  • embodiments may generally use the centralized approach (SDN) 674, but have certain functions delegated to the NEs (e.g., the distributed approach may be used to implement one or more of fault monitoring, performance monitoring, protection switching, and primitives for neighbor and/or topology discovery); or 2) embodiments of the invention may perform neighbor discovery and topology discovery via both the centralized control plane and the distributed protocols, and the results compared to raise exceptions where they do not agree.
  • SDN centralized approach
  • Such embodiments are generally considered to fall under the centralized approach 674, but may also be considered a hybrid approach.
  • Fig. 6D illustrates the simple case where each of the NDs 600A-H implements a single NE 670A-H
  • the network control approaches described with reference to Fig. 6D also work for networks where one or more of the NDs 600A-H implement multiple VNEs (e.g., VNEs 630A-R, VNEs 660A-R, those in the hybrid network device 606).
  • the network controller 678 may also emulate the implementation of multiple VNEs in a single ND.
  • the network controller 678 may present the implementation of a VNE/NE in a single ND as multiple VNEs in the virtual networks 692 (all in the same one of the virtual network(s) 692, each in different ones of the virtual network(s) 692, or some combination).
  • the network controller 678 may cause an ND to implement a single VNE (a NE) in the underlay network, and then logically divide up the resources of that NE within the centralized control plane 676 to present different VNEs in the virtual network(s) 692 (where these different VNEs in the overlay networks are sharing the resources of the single VNE/NE implementation on the ND in the underlay network).
  • Figs. 6E and 6F respectively illustrate exemplary abstractions of NEs and VNEs that the network controller 678 may present as part of different ones of the virtual networks 692.
  • Fig. 6E illustrates the simple case of where each of the NDs 600A-H implements a single NE 670A-H (see Fig. 6D), but the centralized control plane 676 has abstracted multiple of the NEs in different NDs (the NEs 670A-C and G-H) into (to represent) a single NE 6701 in one of the virtual network(s) 692 of Fig. 6D, according to some embodiments of the invention.
  • Fig. 6E shows that in this virtual network, the NE 6701 is coupled to NE 670D and 670F, which are both still coupled to NE 670E.
  • Fig. 6F illustrates a case where multiple VNEs (VNE 670A.1 and VNE 670H.1) are implemented on different NDs (ND 600 A and ND 600H) and are coupled to each other, and where the centralized control plane 676 has abstracted these multiple VNEs such that they appear as a single VNE 670T within one of the virtual networks 692 of Fig. 6D, according to some embodiments of the invention.
  • the abstraction of a NE or VNE can span multiple NDs.
  • the electronic device(s) running the centralized control plane 676 may be implemented a variety of ways (e.g., a special purpose device, a general-purpose (e.g., COTS) device, or hybrid device). These electronic device(s) would similarly include compute resource(s), a set or one or more physical NICs, and a non-transitory machine-readable storage medium having stored thereon the centralized control plane software. For instance, Fig.
  • a general purpose control plane device 704 including hardware 740 comprising a set of one or more processor(s) 742 (which are often COTS processors) and network interface controller(s) 744 (NICs; also known as network interface cards) (which include physical NIs 746), as well as non-transitory machine readable storage media 748 having stored therein centralized control plane (CCP) software 750 and a selective Packet-In component 751.
  • processors which are often COTS processors
  • NICs network interface controller
  • NICs network interface controller
  • non-transitory machine readable storage media 748 having stored therein centralized control plane (CCP) software 750 and a selective Packet-In component 751.
  • CCP centralized control plane
  • the processor(s) 742 typically execute software to instantiate a virtualization layer 754 (e.g., in one embodiment the virtualization layer 754 represents the kernel of an operating system (or a shim executing on a base operating system) that allows for the creation of multiple instances 762A-R called software containers (representing separate user spaces and also called virtualization engines, virtual private servers, or jails) that may each be used to execute a set of one or more applications; in another embodiment the virtualization layer 754 represents a hypervisor (sometimes referred to as a virtual machine monitor (VMM)) or a hypervisor executing on top of a host operating system, and an application is run on top of a guest operating system within an instance 762A-R called a virtual machine (which in some cases may be considered a tightly isolated form of software container) that is run by the hypervisor ; in another embodiment, an application is implemented as a unikernel, which can be generated by compiling directly with an application only a
  • VMM virtual machine monitor
  • an instance of the CCP software 750 (illustrated as CCP instance 776A) is executed (e.g., within the instance 762A) on the virtualization layer 754.
  • the CCP instance 776A is executed, as a unikernel or on top of a host operating system, on the "bare metal" general purpose control plane device 704.
  • the instantiation of the CCP instance 776A, as well as the virtualization layer 754 and instances 762A-R if implemented, are collectively referred to as software instance(s) 752.
  • the CCP instance 776A includes a network controller instance 778.
  • the network controller instance 778 includes a centralized reachability and forwarding information module instance 779 (which is a middleware layer providing the context of the network controller 678 to the operating system and communicating with the various NEs), and an CCP application layer 780 (sometimes referred to as an application layer) over the middleware layer (providing the intelligence required for various network operations such as protocols, network situational awareness, and user - interfaces).
  • this CCP application layer 780 within the centralized control plane 676 works with virtual network view(s) (logical view(s) of the network) and the middleware layer provides the conversion from the virtual networks to the physical view.
  • the selective Packet-In component 751 can be executed by hardware 740 to perform operations of one or more embodiments of the present invention as part of software instances 752.
  • the centralized control plane 676 transmits relevant messages to the data plane 680 based on CCP application layer 780 calculations and middleware layer mapping for each flow.
  • a flow may be defined as a set of packets whose headers match a given pattern of bits; in this sense, traditional IP forwarding is also flow-based forwarding where the flows are defined by the destination IP address for example; however, in other implementations, the given pattern of bits used for a flow definition may include more fields (e.g., 10 or more) in the packet headers.
  • Different NDs/NEs/VNEs of the data plane 680 may receive different messages, and thus different forwarding information.
  • the data plane 680 processes these messages and programs the appropriate flow information and corresponding actions in the forwarding tables (sometime referred to as flow tables) of the appropriate NE/VNEs, and then the NEs/VNEs map incoming packets to flows represented in the forwarding tables and forward packets based on the matches in the forwarding tables.
  • Standards such as OpenFlow define the protocols used for the messages, as well as a model for processing the packets.
  • the model for processing packets includes header parsing, packet classification, and making forwarding decisions. Header parsing describes how to interpret a packet based upon a well-known set of protocols. Some protocol fields are used to build a match structure (or key) that will be used in packet classification (e.g., a first key field could be a source media access control (MAC) address, and a second key field could be a destination MAC address).
  • MAC media access control
  • Packet classification involves executing a lookup in memory to classify the packet by determining which entry (also referred to as a forwarding table entry or flow entry) in the forwarding tables best matches the packet based upon the match structure, or key, of the forwarding table entries. It is possible that many flows represented in the forwarding table entries can correspond/match to a packet; in this case the system is typically configured to determine one forwarding table entry from the many according to a defined scheme (e.g., selecting a first forwarding table entry that is matched).
  • Forwarding table entries include both a specific set of match criteria (a set of values or wildcards, or an indication of what portions of a packet should be compared to a particular value/values/wildcards, as defined by the matching capabilities - for specific fields in the packet header, or for some other packet content), and a set of one or more actions for the data plane to take on receiving a matching packet. For example, an action may be to push a header onto the packet, for the packet using a particular port, flood the packet, or simply drop the packet.
  • TCP transmission control protocol
  • an unknown packet for example, a "missed packet” or a "match- miss” as used in OpenFlow parlance
  • the packet (or a subset of the packet header and content) is typically forwarded to the centralized control plane 676.
  • the centralized control plane 676 will then program forwarding table entries into the data plane 680 to accommodate packets belonging to the flow of the unknown packet. Once a specific forwarding table entry has been programmed into the data plane 680 by the centralized control plane 676, the next packet with matching credentials will match that forwarding table entry and take the set of actions associated with that matched entry.
  • a network interface may be physical or virtual; and in the context of IP, an interface address is an IP address assigned to a NI, be it a physical NI or virtual NI.
  • a virtual NI may be associated with a physical NI, with another virtual interface, or stand on its own (e.g., a loopback interface, a point-to-point protocol interface).
  • a NI physical or virtual
  • a loopback interface (and its loopback address) is a specific type of virtual NI (and IP address) of a
  • IP addresses of that ND are referred to as IP addresses of that ND; at a more granular level, the IP address(es) assigned to NI(s) assigned to a NE/VNE implemented on a ND can be referred to as IP addresses of that NE/VNE.
  • An embodiment of the invention may be an article of manufacture in which a non- transitory machine-readable medium (such as microelectronic memory) has stored thereon instructions which program one or more data processing components (generically referred to here as a "processor") to perform the operations described above.
  • a non- transitory machine-readable medium such as microelectronic memory
  • program one or more data processing components (generically referred to here as a "processor") to perform the operations described above.
  • some of these operations might be performed by specific hardware components that contain hardwired logic (e.g., dedicated digital filter blocks and state machines). Those operations might alternatively be performed by any combination of programmed data processing components and fixed hardwired circuit components.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Un procédé est mis en oeuvre par un dispositif de plan de données dans un réseau de réseautage défini par logiciel (SDN) pour transmettre sélectivement des messages de Packet-In dans le réseau SDN. Le procédé consiste à générer une entrée de flux dans une table de flux, l'entrée de flux comprenant une instruction d'action de Packet-In sélective qui spécifie un ensemble de champs de paquets, recevoir un paquet entrant qui correspond à l'entrée de flux, générer un ID de Packet-In sur la base d'un ID de la table de flux et d'un ensemble de valeurs dans le paquet entrant correspondant à l'ensemble de champs de paquets spécifiés dans l'instruction d'action de Packet-In sélective, déterminer si un message de Packet-In associé à l'ID de Packet-In est en cours de traitement par le contrôleur, et transmettre un message de Packet-In pour le paquet entrant au contrôleur en réponse à une détermination selon laquelle un message de Packet-In associé à l'ID de Packet-In n'est pas en cours de traitement par le contrôleur.
PCT/IB2016/055248 2016-09-01 2016-09-01 Mécanisme de packet-in configurable pour commutateurs openflow WO2018042230A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/IB2016/055248 WO2018042230A1 (fr) 2016-09-01 2016-09-01 Mécanisme de packet-in configurable pour commutateurs openflow

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2016/055248 WO2018042230A1 (fr) 2016-09-01 2016-09-01 Mécanisme de packet-in configurable pour commutateurs openflow

Publications (1)

Publication Number Publication Date
WO2018042230A1 true WO2018042230A1 (fr) 2018-03-08

Family

ID=56920895

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2016/055248 WO2018042230A1 (fr) 2016-09-01 2016-09-01 Mécanisme de packet-in configurable pour commutateurs openflow

Country Status (1)

Country Link
WO (1) WO2018042230A1 (fr)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108881064A (zh) * 2018-06-26 2018-11-23 新华三技术有限公司 报文信息获取方法和发送方法
CN110177060A (zh) * 2019-05-15 2019-08-27 华中科技大学 一种面向sdn网络的时序侧信道攻击的主动防御方法
CN111294280A (zh) * 2018-12-07 2020-06-16 中国电信股份有限公司 消息查重方法和装置、数据转发方法、设备和系统
CN114629842A (zh) * 2022-03-30 2022-06-14 阿里巴巴(中国)有限公司 流表处理方法、电子设备、可读存储介质及产品
CN115242885A (zh) * 2022-07-15 2022-10-25 天翼云科技有限公司 云数据中心系统、数据报文传输方法、设备和介质
US11502967B2 (en) * 2019-07-22 2022-11-15 Research & Business Foundation Sungkyunkwan University Methods and apparatuses for packet scheduling for software-defined networking in edge computing environment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130259052A1 (en) * 2010-12-28 2013-10-03 Ippei Akiyosh Communication system, forwarding node, received packet process method, and program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130259052A1 (en) * 2010-12-28 2013-10-03 Ippei Akiyosh Communication system, forwarding node, received packet process method, and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"OPENFLOW SWITCH SPECIFICATION VERSION 1.1.0 IMPLEMENTED", INTERNET CITATION, 28 February 2011 (2011-02-28), pages 1 - 56, XP008166938, Retrieved from the Internet <URL:http://web.archive.org/web/20110516201950/http://www.openflow.org/documents/openflow-spec-v1.1.0.pdf> [retrieved on 20140124] *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108881064A (zh) * 2018-06-26 2018-11-23 新华三技术有限公司 报文信息获取方法和发送方法
CN111294280A (zh) * 2018-12-07 2020-06-16 中国电信股份有限公司 消息查重方法和装置、数据转发方法、设备和系统
CN111294280B (zh) * 2018-12-07 2022-03-15 中国电信股份有限公司 消息查重方法和装置、数据转发方法、设备和系统
CN110177060A (zh) * 2019-05-15 2019-08-27 华中科技大学 一种面向sdn网络的时序侧信道攻击的主动防御方法
US11502967B2 (en) * 2019-07-22 2022-11-15 Research & Business Foundation Sungkyunkwan University Methods and apparatuses for packet scheduling for software-defined networking in edge computing environment
CN114629842A (zh) * 2022-03-30 2022-06-14 阿里巴巴(中国)有限公司 流表处理方法、电子设备、可读存储介质及产品
CN115242885A (zh) * 2022-07-15 2022-10-25 天翼云科技有限公司 云数据中心系统、数据报文传输方法、设备和介质
CN115242885B (zh) * 2022-07-15 2023-10-13 天翼云科技有限公司 云数据中心系统、数据报文传输方法、设备和介质

Similar Documents

Publication Publication Date Title
US11438254B2 (en) Apparatus and method to trace packets in a packet processing pipeline of a software defined networking switch
EP3378205B1 (fr) Mécanisme intelligent de mise en tampon de paquet entrant basé sur un service pour commutateurs à flux ouvert au moyen de temps morts de tampons variables
EP3400685B1 (fr) Mécanisme de détection de boucles de plan de contrôle dans un réseau de mise en réseau à définition logicielle (sdn)
US11968082B2 (en) Robust node failure detection mechanism for SDN controller cluster
US9544240B1 (en) MTU discovery over multicast path using bit indexed explicit replication
US11362925B2 (en) Optimizing service node monitoring in SDN
US11095497B2 (en) Efficient troubleshooting in SDN network
US20160315866A1 (en) Service based intelligent packet-in mechanism for openflow switches
US10623300B2 (en) Method and apparatus for adaptive flow control of link-state information from link-state source to border gateway protocol (BGP)
EP3195537B1 (fr) Priorité de table de transfert dans sdn
US11265104B2 (en) Mechanism for inline packet response generation in software defined networks
US20170149659A1 (en) Mechanism to improve control channel efficiency by distributing packet-ins in an openflow network
WO2018042230A1 (fr) Mécanisme de packet-in configurable pour commutateurs openflow
US20220247679A1 (en) Method and apparatus for layer 2 route calculation in a route reflector network device
US20230239235A1 (en) Transient loop prevention in ethernet virtual private network egress fast reroute
WO2017187222A1 (fr) Procédé robuste de distribution de paquets entrants dans un réseau piloté par logiciel (sdn)
WO2018015792A1 (fr) Isolation de données d&#39;utilisateur dans un contrôleur de réseau défini par logiciel (sdn)

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16763972

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16763972

Country of ref document: EP

Kind code of ref document: A1