Home
last modified time | relevance | path

Searched refs:Interface (Results 1 – 25 of 35) sorted by relevance

12

/dpdk/examples/ipsec-secgw/test/
H A Dpkttest.py45 class Interface(object): class
54 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)
/dpdk/doc/guides/prog_guide/
H A Dglossary.rst12 Application Programming Interface
107 Kernel Network Interface
147 Network Interface Card
156 Peripheral Connect Interface
H A Dkernel_nic_interface.rst6 Kernel NIC Interface
9 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…
H A Dpacket_framework.rst106 Port Interface
116 .. table:: 20 Port Abstract Interface
210 Table Interface
219 .. table:: Table Abstract Interface
/dpdk/doc/guides/nics/
H A Dindex.rst4 Network Interface Controller Drivers
H A Datlantic.rst30 Application Programming Interface
H A Dthunderx.rst252 … 0000:01:10.0 'THUNDERX BGX (Common Ethernet Interface) a026' if= drv=thunder-BGX unused=vfio-pci
253 … 0000:01:10.1 'THUNDERX BGX (Common Ethernet Interface) a026' if= drv=thunder-BGX unused=vfio-pci
254 0001:01:00.0 'THUNDERX Network Interface Controller a01e' if= drv=thunder-nic unused=vfio-pci
H A Dbuild_and_test.rst10 the available Network Interface Cards in DPDK using TestPMD.
H A Dena.rst33 Management Interface
65 Data Path Interface
H A Dkni.rst56 Interface name: kni#
H A Ddpaa2.rst155 DPAA2 Objects for an Ethernet Network Interface
206 DPNI (Datapath Network Interface): contains TX/RX queues,
H A Dark.rst116 Data Path Interface
H A Dixgbe.rst153 Application Programming Interface
/dpdk/doc/guides/sample_app_ug/
H A Dkernel_nic_interface.rst4 Kernel NIC Interface Sample Application
7 The Kernel NIC Interface (KNI) is a DPDK control plane solution that
28 The Kernel NIC Interface sample application is a simple example that demonstrates the use
34 The Kernel NIC Interface sample application requires that the
42 The Kernel NIC Interface sample application ``kni`` allocates one or more
53 The packet flow through the Kernel NIC Interface application is as shown
H A Dintro.rst88 master clock to synchronize time on a Network Interface Card (NIC) using the
H A Dip_pipeline.rst22 Pipelines are created and managed through Command Line Interface (CLI):
211 Command Line Interface (CLI)
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst32 "Network Interface Controller Drivers" document for more details on this
38 "Network Interface Controller Drivers" document for more details on this new
180 section of the "Network Interface Controller Drivers" document.
H A Drelease_17_05.rst154 "Network Interface Controller Drivers" document for more details of this new
160 "Network Interface Controller Drivers" document for more details of this new
/dpdk/doc/guides/howto/
H A Dtelemetry.rst13 Telemetry Interface
/dpdk/doc/guides/bbdevs/
H A Dla12xx.rst21 - PCIe Gen-3 x8 Interface
H A Dacc100.rst22 - PCIe Gen-3 x16 Interface
H A Dfpga_5gnr_fec.rst21 - PCIe Gen-3 x8 Interface
H A Dfpga_lte_fec.rst21 - PCIe Gen-3 x8 Interface
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst67 Network Interface Card Requirements
/dpdk/doc/guides/contributing/
H A Dabi_policy.rst46 An ABI (Application Binary Interface) is the set of runtime interfaces exposed
47 by a library. It is similar to an API (Application Programming Interface) but

12