| /dpdk/drivers/net/enetfec/ |
| H A D | enet_regs.h | 47 #define ENETFEC_RD_START(X) (((X) == 1) ? ENETFEC_RD_START_1 : \ argument 48 (((X) == 2) ? \ 50 #define ENETFEC_TD_START(X) (((X) == 1) ? ENETFEC_TD_START_1 : \ argument 51 (((X) == 2) ? \ 53 #define ENETFEC_MRB_SIZE(X) (((X) == 1) ? ENETFEC_MRB_SIZE_1 : \ argument 54 (((X) == 2) ? \
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 472 * *src X.X.X.X/Y* for IPv4 483 * *dst X.X.X.X/Y* for IPv4 664 * *src X.X.X.X* for IPv4 676 * *dst X.X.X.X* for IPv4 706 * *port_id X* X is a valid device number in decimal 848 * *src X.X.X.X/Y* for IPv4 859 * *dst X.X.X.X/Y* for IPv4 868 * Syntax: *port X* 913 * *src X.X.X.X/Y* for IPv4 924 * *dst X.X.X.X/Y* for IPv4 [all …]
|
| H A D | l3_forward_graph.rst | 50 [--eth-dest=X,MM:MM:MM:MM:MM:MM] 64 * ``--eth-dest=X,MM:MM:MM:MM:MM:MM:`` Optional, ethernet destination for port X. 124 lead to the clone of ``ethdev_rx`` and ``ethdev_tx`` nodes as ``ethdev_rx-X-Y`` and 125 ``ethdev_tx-X`` where X, Y represent port id and queue id associated with them. 126 In case of ``ethdev_tx-X`` nodes, tx queue id assigned per instance of the node 144 cannot be shared between lcores. Since ``ethdev_tx-X`` node is per port node, 146 Tx capability for every port. But ``ethdev_rx-X-Y`` node is created per 193 rte_graph_walk() will walk over all the sources nodes i.e ``ethdev_rx-X-Y``
|
| H A D | qos_scheduler.rst | 142 * stats port X subport Y: For a specific subport, it shows the number of packets that 147 * stats port X subport Y pipe Z: For a specific pipe, it shows the number of packets that 158 * qavg n X: n is the number of times that the calculation will take place. 161 …* qavg period X: period is the number of microseconds that will be allowed between each calculat… 166 * qavg port X subport Y: Show average queue size per subport. 168 * qavg port X subport Y tc Z: Show average queue size per subport for a specific traffic class. 170 * qavg port X subport Y pipe Z: Show average queue size per pipe. 172 * qavg port X subport Y pipe Z tc A: Show average queue size per pipe for a specific traffic clas… 174 * qavg port X subport Y pipe Z tc A q B: Show average queue size of a specific queue. 233 … | TCs of the same pipe services in strict priority | Destination IP address (0.0.0.X) | [all …]
|
| H A D | l3_forward_access_ctrl.rst | 239 …ule_ipv6 FILENAME [--alg=<val>] [--max-pkt-len PKTLEN] [--no-numa] [--eth-dest=X,MM:MM:MM:MM:MM:MM] 262 * --eth-dest=X,MM:MM:MM:MM:MM:MM: optional, ethernet destination for port X
|
| H A D | l3_forward.rst | 70 [--eth-dest=X,MM:MM:MM:MM:MM:MM] 105 * ``--eth-dest=X,MM:MM:MM:MM:MM:MM:`` Optional, ethernet destination for port X.
|
| /dpdk/drivers/net/enic/base/ |
| H A D | vnic_flowman.h | 79 #define FBIT(X) X##_BIT, argument 90 #define FBIT(X) X = (1 << X##_BIT), argument
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_adminq_cmd.h | 313 #define IAVF_CHECK_STRUCT_LEN(n, X) enum iavf_static_assert_enum_##X \ argument 314 { iavf_static_assert_##X = (n)/((sizeof(struct X) == (n)) ? 1 : 0) } 319 #define IAVF_CHECK_CMD_LENGTH(X) IAVF_CHECK_STRUCT_LEN(16, X) argument
|
| H A D | virtchnl.h | 297 #define VIRTCHNL_CHECK_STRUCT_LEN(n, X) enum virtchnl_static_assert_enum_##X \ argument 298 { virtchnl_static_assert_##X = (n)/((sizeof(struct X) == (n)) ? 1 : 0) } 299 #define VIRTCHNL_CHECK_UNION_LEN(n, X) enum virtchnl_static_asset_enum_##X \ argument 300 { virtchnl_static_assert_##X = (n)/((sizeof(union X) == (n)) ? 1 : 0) }
|
| /dpdk/drivers/net/hinic/base/ |
| H A D | hinic_compat.h | 73 #define DIV_ROUND_UP(X, Y) (((X) + ((Y) - 1)) / (Y)) argument 76 #define ROUND_UP(X, Y) (DIV_ROUND_UP(X, Y) * (Y)) argument
|
| /dpdk/doc/guides/contributing/ |
| H A D | design.rst | 128 * For Application A, counters maintained by Library X are always relevant and 131 the application requires that collection of statistics counters for Library X is 134 * For Application B, counters maintained by Library X are only useful during the 136 case, the application may decide to turn on the collection of Library X 139 * For Application C, counters maintained by Library X are not relevant at all. 143 uses multiple libraries (Library X, Library Y, etc) and it is interested in the 144 statistics counters of Library Y, but not in those of Library X. In this case, 146 Library X and on for Library Y.
|
| H A D | stable.rst | 56 year's November (X.11) release will be maintained as an LTS for 2 years. 58 After the X.11 release, an LTS branch will be created for it at 75 At the end of the 2 years, a final X.11.N release will be made and at that
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | virtchnl.h | 141 #define VIRTCHNL_CHECK_STRUCT_LEN(n, X) enum virtchnl_static_assert_enum_##X \ argument 142 { virtchnl_static_assert_##X = (n)/((sizeof(struct X) == (n)) ? 1 : 0) }
|
| H A D | i40e_adminq_cmd.h | 317 #define I40E_CHECK_STRUCT_LEN(n, X) enum i40e_static_assert_enum_##X \ argument 318 { i40e_static_assert_##X = (n)/((sizeof(struct X) == (n)) ? 1 : 0) } 323 #define I40E_CHECK_CMD_LENGTH(X) I40E_CHECK_STRUCT_LEN(16, X) argument
|
| /dpdk/drivers/net/qede/base/ |
| H A D | ecore_cxt.h | 247 #define CDUT_FL_SEG_BLK(n, X) (1 + (n) + NUM_TASK_##X##_SEGMENTS) argument
|
| /dpdk/devtools/ |
| H A D | words-case.txt | 50 MSI-X
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 78 1. Thread A reads head pointer X and stores the pointed-to list element. 79 2. Other threads modify the list such that the head pointer is once again X,
|
| H A D | packet_framework.rst | 590 …| 2 | Sig[0 .. 3] | 4 x 2 | If key X (X = 0 .. 3) is valid, then sig X bits 15 .… 591 … | | the most significant 15 bits of key X signature and sig X bit 0 | 594 …| | | | If key X is not valid, then sig X is set to zero. … 597 …| 3 | Key Pos [0 .. 3] | 4 x 4 | If key X is valid (X = 0 .. 3), then Key Pos X repre… 598 …| | | | index into the key array where key X is stored, as w… 599 … | | index into the data array where the value associated with key X | 602 …| | | | If key X is not valid, then the value of Key Pos X i… 770 The input *mask* hash bit X (X = 0 .. 3) set to 1 if input signature is equal to bucket signature X… 863 …| 1 | Valid | 8 | Bit X (X = 0 .. 3) is set to 1 if key X is valid or to …
|
| H A D | source_org.rst | 24 library with the format ``librte_X_Y.a`` where ``X`` is the device class
|
| H A D | graph_lib.rst | 348 queue that it gets from node->ctx. For each (port X, rx_queue Y), 349 a rte_node is cloned from ethdev_rx_base_node as ``ethdev_rx-X-Y`` in 357 node->ctx. For each (port X), this ``rte_node`` is cloned from 358 ethdev_tx_node_base as "ethdev_tx-X" in ``rte_node_eth_config()``
|
| H A D | member_lib.rst | 105 element ``X`` being inserted into the set, the bits at positions ``h1(X)``, ``h2(X)``, ... 106 ``hk(X)`` in ``v`` are set to 1 (any particular bit might be set to 1 multiple times
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 86 * ``--portlist=X`` 375 * ``--rxoffs=X[,Y]`` 381 * ``--rxpkts=X[,Y]`` 390 * ``--txpkts=X[,Y]`` 399 * ``--rxq-share=[X]`` 402 Shared Rx queues are grouped per X ports. X defaults to UINT32_MAX,
|
| /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/cryptodevs/ |
| H A D | dpaa_sec.rst | 92 <dpdk app> <EAL args> -b "dpaa:dpaa_sec-X" -- ...
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 11 # RHEL 7.x uses gcc 4.8.X which doesn't generate code for Power 9 CPUs,
|