Searched refs:classification (Results 1 – 25 of 37) sorted by relevance
12
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_classif_access_ctrl.rst | 8 to classify an input packet based on a set of classification rules. 18 … all rules in the context, build the runtime structures necessary to perform packet classification. 31 over which packet classification will be performed. 78 For example, to define classification for the following IPv4 5-tuple structure: 153 To define classification for the IPv6 2-tuple: <protocol, IPv6 source address> over the following I… 224 The structure for the classification is: 324 increase classification time. 367 …iven AC context has finished successfully, it can be used to perform classification - search for a… 409 The following example demonstrates IPv4, 5-tuple classification for rules defined above
|
| H A D | hash_lib.rst | 264 Flow classification is used to map each input packet to the connection/flow it belongs to. 268 Applications using flow classification typically have a flow table to manage, with each separate fl… 271 Each application using flow classification typically has a mechanism defined to uniquely identify a… 276 The DPDK hash provides a generic method to implement an application specific flow classification me…
|
| H A D | traffic_metering_and_policing.rst | 28 The metering and policing stage typically sits on top of flow classification,
|
| H A D | fib_lib.rst | 134 algorithm such as IP forwarding or packet classification.
|
| H A D | mempool_lib.rst | 35 This is particularly true for packet buffers when doing L3 forwarding or flow classification.
|
| H A D | flow_classify_lib.rst | 28 classify an input packet based on a set of classification rules.
|
| H A D | packet_framework.rst | 167 …| | | Typically used to implement flow classification tables, ARP cac… 339 *Description:* The flow classification is executed at least once for each input packet. 342 *Hash table name:* Flow classification table
|
| /dpdk/doc/guides/howto/ |
| H A D | flow_bifurcation.rst | 22 to combine the technology of SR-IOV and packet classification filtering. 30 Packet classification filtering is a hardware capability available on most
|
| /dpdk/lib/net/ |
| H A D | rte_higig.h | 115 uint16_t classification; member
|
| /dpdk/examples/pipeline/examples/ |
| H A D | fib.spec | 12 ; more complex classification scheme being used. The routing table produces the ID of the group of
|
| /dpdk/doc/guides/nics/ |
| H A D | dpaa.rst | 274 Classification / Distribution: Coarse classification based on Key generation 321 They are selected during classification. Specify how the frame should be
|
| H A D | octeontx.rst | 44 - Ingress classification support
|
| H A D | i40e.rst | 548 different packet classification types can be separated to different 606 MPLS packet classification 618 new packet type, no classification or offload are possible. With this change,
|
| H A D | bnxt.rst | 91 of SR-IOV and packet classification and/or forwarding capability. 637 hardware. For example, applications can offload packet classification only 656 which currently supports basic packet classification in the receive path.
|
| H A D | sfc_efx.rst | 423 classification.
|
| H A D | mvpp2.rst | 401 PPv2 offers packet classification capabilities via classifier engine which
|
| /dpdk/doc/api/ |
| H A D | doxy-api-index.md | 150 - **classification**
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_17_05.rst | 117 * Added Generic flow API support for classification according to ether type. 118 * Extended Generic flow API support for classification of IPv6 flow
|
| H A D | release_18_11.rst | 157 * **Added classification and metering support to SoftNIC PMD.** 159 Added support for flow classification (rte_flow API), and metering and
|
| H A D | release_18_02.rst | 77 * Added tunneled packets classification.
|
| H A D | release_19_05.rst | 149 * Added support for VXLAN-GPE classification.
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.h | 691 .classification = 0xffff,
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ip_pipeline.rst | 157 …| Flow classification | Exact match | Forward | 1. Mempool create …
|
| H A D | l3_forward_access_ctrl.rst | 41 The application implements packet classification for the IPv4/IPv6 5-tuple syntax specifically.
|
| H A D | l3_forward.rst | 28 a hash object is used to emulate the flow classification stage.
|
12