Add support for hardware flow classification of LACP control plane traffic to be redirect to a dedicated receive queue on each slave which is not visible to application. Also enables a dedicate transmit queue for LACP traffic which allows complete decoupling of control and data paths. This only applies to bonding devices running in mode 4 (link-aggregation-802.3ad). Introduce two new APIs to support enable/disabled of dedicated queues. - rte_eth_bond_8023ad_dedicated_queues_enable - rte_eth_bond_8023ad_dedicated_queues_disable rte_eth_bond_8023ad_dedicated_queues_enable must be called before bonding port is configured or started to reserved and configure the dedicated queues. When this option is enabled all slaves must support flow filtering by Ethernet type and support one additional Tx and Rx queue on each slave. Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com> Signed-off-by: Declan Doherty <declan.doherty@intel.com>
DPDK is a set of libraries and drivers for fast packet processing. It supports many processor architectures and both FreeBSD and Linux. The DPDK uses the Open Source BSD license for the core libraries and drivers. The kernel components are GPLv2 licensed. Please check the doc directory for release notes, API documentation, and sample application information. For questions and usage discussions, subscribe to: users@dpdk.org Report bugs and issues to the development mailing list: dev@dpdk.org
Description
Languages
C
99.1%
Meson
0.5%
Python
0.2%
Shell
0.1%