[dpdk-dev] [PATCH 2/6] bond: removing switch statement from rx burst method

2014-08-20 Thread Sanford, Robert
Reviewed-by: Robert Sanford >Splitting rx burst function into seperate functions to avoid the need for >a switch statement and also to match the structure of the tx burst >functions. > >Signed-off-by: Declan Doherty >--- > lib/librte_pmd_bond/rte_eth_bond_pmd.c | 62 >++---

[dpdk-dev] [PATCH 2/6] bond: removing switch statement from rx burst method

2014-08-19 Thread Declan Doherty
Splitting rx burst function into seperate functions to avoid the need for a switch statement and also to match the structure of the tx burst functions. Signed-off-by: Declan Doherty --- lib/librte_pmd_bond/rte_eth_bond_pmd.c | 62 ++-- 1 files changed, 35 insertion