numam-dpdk/drivers/net/bonding
Tomasz Kulasek 112891cd27 net/bonding: add dedicated HW queues for LACP control
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>
2017-07-06 15:00:57 +02:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_eth_bond_8023ad_private.h net/bonding: add dedicated HW queues for LACP control 2017-07-06 15:00:57 +02:00
rte_eth_bond_8023ad.c net/bonding: add dedicated HW queues for LACP control 2017-07-06 15:00:57 +02:00
rte_eth_bond_8023ad.h net/bonding: add dedicated HW queues for LACP control 2017-07-06 15:00:57 +02:00
rte_eth_bond_alb.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_eth_bond_alb.h bond: move to drivers/net/ 2015-05-22 15:51:38 +02:00
rte_eth_bond_api.c net/bonding: remove socket id check 2017-06-22 17:46:09 +02:00
rte_eth_bond_args.c drivers/net: use device name from device structure 2017-07-06 00:17:02 +02:00
rte_eth_bond_pmd.c net/bonding: add dedicated HW queues for LACP control 2017-07-06 15:00:57 +02:00
rte_eth_bond_private.h ethdev: add return values to callback process API 2017-07-01 17:19:55 +02:00
rte_eth_bond_version.map net/bonding: add dedicated HW queues for LACP control 2017-07-06 15:00:57 +02:00
rte_eth_bond.h bonding: support port hotplug 2015-07-27 19:20:44 +02:00