numam-dpdk/lib/librte_pmd_bond
Declan Doherty fa7f63e7e2 bond: disable broadcast mode if mbuf refcnt is disabled
Link bonding broadcast mode requires refcnt parameter in the mbuf struct to
allow efficient transmission of duplicated mbufs on slave ports.

This patch disables broadcast mode when the complication option RTE_MBUF_REFCNT
is disabled to allow clean building of the bonding library.
A warning message notify user of disabling of broadcast mode.

Signed-off-by: Declan Doherty <declan.doherty@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-10-22 15:47:18 +02:00
..
Makefile bond: disable broadcast mode if mbuf refcnt is disabled 2014-10-22 15:47:18 +02:00
rte_eth_bond_api.c bond: fix build on 32-bit Oracle Linux 6.4 2014-07-02 10:48:22 +02:00
rte_eth_bond_args.c bond: disable broadcast mode if mbuf refcnt is disabled 2014-10-22 15:47:18 +02:00
rte_eth_bond_pmd.c bond: disable broadcast mode if mbuf refcnt is disabled 2014-10-22 15:47:18 +02:00
rte_eth_bond_private.h bond: move param parsing in configure step 2014-09-29 11:56:19 +02:00
rte_eth_bond.h bond: disable broadcast mode if mbuf refcnt is disabled 2014-10-22 15:47:18 +02:00