Re: [dpdk-dev] [PATCH] net/bonding: fix burst hash computation

2018-01-31 Thread Ferruh Yigit
On 1/29/2018 2:36 PM, Radu Nicolau wrote: > Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") > Cc: sta...@dpdk.org > > Wrong function was used for l23 and l34 hashing > slave index was incremented twice. > > Signed-off-by: Radu Nicolau Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/bonding: fix burst hash computation

2018-01-29 Thread Radu Nicolau
Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") Cc: sta...@dpdk.org Wrong function was used for l23 and l34 hashing slave index was incremented twice. Signed-off-by: Radu Nicolau --- drivers/net/bonding/rte_eth_bond_api.c | 3 +++ drivers/net/bonding/rte_eth_bond_pmd.c | 8