| /dpdk/devtools/cocci/ |
| H A D | namespace_ethdev.cocci | 2 identifier I =~ "^(RTE_FC_|ETH_MQ_|ETH_RSS|DEV_RX_|DEV_TX_|ETH_LINK|RTE_RETA| 25 @ identifier@ 26 identifier rule1.I; 27 identifier p.J; 34 identifier A =~ "rte_fdir_conf|rte_intr_conf"; 45 identifier rule2.A; 46 identifier p2.B;
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_rx_adapter.rst | 165 flags for handling received packets, event queue identifier, scheduler type, 166 event priority, polling frequency of the receive queue and flow identifier 233 port and queue identifier in the ``rte_event_vector::port`` and 272 The 20-bit event flow identifier is set to 12-bits of Rx queue identifier 273 and 8-bits of ethernet device identifier. 274 Flow identifier is formatted as follows:
|
| H A D | rawdev.rst | 91 driver. Thus, a generic device needs to have an identifier and a driver 92 capable of identifying it through this identifier.
|
| H A D | regexdev.rst | 31 their PCI device identifier, each unique PCI BDF (bus/bridge, device, 161 The burst enqueue API uses a RegEx device identifier and a queue pair 162 identifier to specify the device queue pair to schedule the processing on.
|
| H A D | rte_flow.rst | 1057 - ``vni``: VXLAN network identifier. 1196 - ``teid``: tunnel endpoint identifier. 1215 - ``vni``: virtual network identifier. 1227 - ``vni``: VXLAN network identifier. 1367 - ``qfi``: QoS flow identifier. 1377 - ``session_id``: session identifier. 1383 Matches a PPPoE session protocol identifier. 1385 - ``proto_id``: PPP protocol identifier. 1401 - ``spi``: service path identifier (3 bytes). 1454 - ``seid``: session endpoint identifier. [all …]
|
| H A D | event_ethernet_tx_adapter.rst | 80 adapter and retrieve its service identifier using the
|
| H A D | compressdev.rst | 19 which is executed at DPDK initialization, based on their unique device identifier. 614 The burst enqueue API uses a compression device identifier and a queue pair 615 identifier to specify the compression device queue pair to schedule the processing on.
|
| H A D | eventdev.rst | 44 * ``flow_id`` - The targeted flow identifier for the enq/deq operation. 54 * ``queue_id`` - The identifier for the event queue that the event is sent to.
|
| H A D | poll_mode_drv.rst | 140 Based on their PCI identifier, NIC ports are assigned two other identifiers: 184 This includes the PCI vendor identifier, the PCI device identifier, the mapping address of the PCI … 203 * The socket identifier used to identify the appropriate DMA memory zone from which to allocate t…
|
| H A D | cryptodev_lib.rst | 33 their PCI device identifier, each unique PCI BDF (bus/bridge, device, 200 transform identifier and then the particulars of the transform. For the full 389 The burst enqueue API uses a Crypto device identifier and a queue pair 390 identifier to specify the Crypto device queue pair to schedule the processing on.
|
| H A D | event_timer_adapter.rst | 132 configuration, determine the next available port identifier number, and create
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_phy.c | 1263 u8 identifier = 0; in ixgbe_identify_sfp_module_generic() local 1299 &identifier); in ixgbe_identify_sfp_module_generic() 1301 DEBUGOUT("status %d, SFF identifier 0x%x\n", status, identifier); in ixgbe_identify_sfp_module_generic() 1303 identifier == IXGBE_SFF_IDENTIFIER_SFP) in ixgbe_identify_sfp_module_generic() 1310 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) { in ixgbe_identify_sfp_module_generic() 1438 hw->phy.id = identifier; in ixgbe_identify_sfp_module_generic() 1641 u8 identifier = 0; in ixgbe_identify_qsfp_module_generic() local 1663 &identifier); in ixgbe_identify_qsfp_module_generic() 1668 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) { in ixgbe_identify_qsfp_module_generic() 1674 hw->phy.id = identifier; in ixgbe_identify_qsfp_module_generic()
|
| /dpdk/doc/guides/nics/ |
| H A D | sfc_efx.rst | 172 - VXLAN (exact match of VXLAN network identifier) 174 - GENEVE (exact match of virtual network identifier, only Ethernet (0x6558) 221 - VXLAN (exact match of VXLAN network identifier) 223 - GENEVE (exact match of virtual network identifier) 522 dot and a PCI device identifier (``XXXX:XX:XX.X``) to the prefix.
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | mlx5.rst | 111 The identifier of the KEK, default value is 0 represents the operational 116 The identifier of the credential, default value is 0 represents the operational
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 778 u8 identifier = 0; in txgbe_identify_sfp_module() local 792 &identifier); in txgbe_identify_sfp_module() 803 if (identifier != TXGBE_SFF_IDENTIFIER_SFP) { in txgbe_identify_sfp_module() 891 hw->phy.id = identifier; in txgbe_identify_sfp_module() 984 u8 identifier = 0; in txgbe_identify_qsfp_module() local 1001 &identifier); in txgbe_identify_qsfp_module() 1009 if (identifier != TXGBE_SFF_IDENTIFIER_QSFP_PLUS) { in txgbe_identify_qsfp_module() 1015 hw->phy.id = identifier; in txgbe_identify_qsfp_module()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.c | 3216 attach_port(char *identifier) in attach_port() argument 3223 if (identifier == NULL) { in attach_port() 3228 if (rte_dev_probe(identifier) < 0) { in attach_port() 3229 TESTPMD_LOG(ERR, "Failed to attach port %s\n", identifier); in attach_port() 3244 RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator) { in attach_port() 3342 detach_devargs(char *identifier) in detach_devargs() argument 3351 if (rte_devargs_parsef(&da, "%s", identifier)) { in detach_devargs() 3356 RTE_ETH_FOREACH_MATCHING_DEV(port_id, identifier, &iterator) { in detach_devargs() 3378 printf("Device %s is detached\n", identifier); in detach_devargs()
|
| H A D | testpmd.h | 875 void device_infos_display(const char *identifier); 1053 void attach_port(char *identifier); 1054 void detach_devargs(char *identifier);
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | sfc.rst | 101 dot and a PCI device identifier (``XXXX:XX:XX.X``) to the prefix.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 43 a source port, a destination port and a protocol identifier. 54 * **Protocol identifier** 134 The protocol identifier is an 8-bit value and a mask separated by '/'.
|
| /dpdk/license/ |
| H A D | README | 51 1. Mention the appropriate license identifier form SPDX. If the license is not
|
| /dpdk/doc/guides/rawdevs/ |
| H A D | cnxk_bphy.rst | 154 Use this identifier for further rawdev function calls.
|
| H A D | cnxk_gpio.rst | 197 this identifier for further rawdev function calls.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 544 testpmd> show device info (<identifier>|all) 2054 testpmd> port attach (identifier) 2114 In this case, identifier is ``net_pcap0``. 2475 testpmd> device detach (identifier) 2503 In this case, identifier is ``net_pcap0``. 3966 - ``vid {unsigned}``: VLAN identifier. 4011 - ``vni {unsigned}``: VXLAN identifier. 4050 - ``vni {unsigned}``: virtual network identifier. 4063 - ``vni {unsigned}``: VXLAN-GPE identifier. 4111 - ``qfi {unsigned}``: QoS flow identifier. [all …]
|
| /dpdk/doc/guides/dmadevs/ |
| H A D | idxd.rst | 67 * name: identifier given to the WQ.
|
| /dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 111 request a CVE identifier from a CNA.
|