Searched refs:Interface (Results 1 – 25 of 35) sorted by relevance
12
45 class Interface(object): class54 self.s = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(Interface.ETH_P_ALL))55 self.s.settimeout(Interface.SOCKET_TIMEOUT)59 …info = fcntl.ioctl(self.s.fileno(), Interface.IOCTL_GET_INFO, struct.pack('256s', bytes(ifname[:1…79 return self.s.recv(Interface.MAX_PACKET_SIZE)87 self.protected_port = Interface(protected_iface)88 self.unprotected_port = Interface(unprotected_iface)
12 Application Programming Interface107 Kernel Network Interface147 Network Interface Card156 Peripheral Connect Interface
6 Kernel NIC Interface9 The DPDK Kernel NIC Interface (KNI) allows userspace applications access to the Linux* control plan…20 The components of an application using the DPDK Kernel NIC Interface are shown in :numref:`figure_k…
106 Port Interface116 .. table:: 20 Port Abstract Interface210 Table Interface219 .. table:: Table Abstract Interface
4 Network Interface Controller Drivers
30 Application Programming Interface
252 … 0000:01:10.0 'THUNDERX BGX (Common Ethernet Interface) a026' if= drv=thunder-BGX unused=vfio-pci253 … 0000:01:10.1 'THUNDERX BGX (Common Ethernet Interface) a026' if= drv=thunder-BGX unused=vfio-pci254 0001:01:00.0 'THUNDERX Network Interface Controller a01e' if= drv=thunder-nic unused=vfio-pci
10 the available Network Interface Cards in DPDK using TestPMD.
33 Management Interface65 Data Path Interface
56 Interface name: kni#
155 DPAA2 Objects for an Ethernet Network Interface206 DPNI (Datapath Network Interface): contains TX/RX queues,
116 Data Path Interface
153 Application Programming Interface
4 Kernel NIC Interface Sample Application7 The Kernel NIC Interface (KNI) is a DPDK control plane solution that28 The Kernel NIC Interface sample application is a simple example that demonstrates the use34 The Kernel NIC Interface sample application requires that the42 The Kernel NIC Interface sample application ``kni`` allocates one or more53 The packet flow through the Kernel NIC Interface application is as shown
88 master clock to synchronize time on a Network Interface Card (NIC) using the
22 Pipelines are created and managed through Command Line Interface (CLI):211 Command Line Interface (CLI)
32 "Network Interface Controller Drivers" document for more details on this38 "Network Interface Controller Drivers" document for more details on this new180 section of the "Network Interface Controller Drivers" document.
154 "Network Interface Controller Drivers" document for more details of this new160 "Network Interface Controller Drivers" document for more details of this new
13 Telemetry Interface
21 - PCIe Gen-3 x8 Interface
22 - PCIe Gen-3 x16 Interface
67 Network Interface Card Requirements
46 An ABI (Application Binary Interface) is the set of runtime interfaces exposed47 by a library. It is similar to an API (Application Programming Interface) but