[dpdk-dev] [PATCH v3 4/4] bonding: remove memcpy from burst functions

2016-09-11 Thread Yuanhan Liu
On Sun, Jun 12, 2016 at 06:11:29PM +0100, Bernard Iremonger wrote: > Now that the queue spinlocks have been added to the rx and > tx burst functions the memcpy of the slave data is no > longer necessary, so it has been removed. > > Signed-off-by: Bernard Iremonger > Acked-by: Konstantin Ananyev

[dpdk-dev] [PATCH v3 4/4] bonding: remove memcpy from burst functions

2016-06-12 Thread Bernard Iremonger
Now that the queue spinlocks have been added to the rx and tx burst functions the memcpy of the slave data is no longer necessary, so it has been removed. Signed-off-by: Bernard Iremonger Acked-by: Konstantin Ananyev --- drivers/net/bonding/rte_eth_bond_pmd.c | 71 ++