Re: [dpdk-dev] [PATCH] net/bond: burst mode hash calculation

2017-12-06 Thread Ferruh Yigit
On 11/30/2017 4:04 PM, Declan Doherty wrote: > change the xmit_hash functions to handle bursts of packet instead of > packet at a time. Updating effect tx_burst functions. > > Signed-off-by: Declan Doherty > Signed-off-by: Keith Wiles Hi Declan, Your other patch [1] conflicts with this one, ca

[dpdk-dev] [PATCH] net/bond: burst mode hash calculation

2017-11-30 Thread Declan Doherty
change the xmit_hash functions to handle bursts of packet instead of packet at a time. Updating effect tx_burst functions. Signed-off-by: Declan Doherty Signed-off-by: Keith Wiles --- drivers/net/bonding/rte_eth_bond_api.c | 3 - drivers/net/bonding/rte_eth_bond_pmd.c | 582 ++