Re: [dpdk-dev] [PATCH v4] net/bonding: fix selection logic

2019-11-15 Thread Ferruh Yigit
On 11/13/2019 8:22 AM, kka...@marvell.com wrote: > From: Krzysztof Kanas > > Arrays agg_count and agg_bandwidth should be indexed by slave_id not by > aggregator port_id. > > The new_agg_id should be chosen as slave_id from slaves table in > different selection modes. > > Fixes: 6d72657ce379 ("

[dpdk-dev] [PATCH v4] net/bonding: fix selection logic

2019-11-13 Thread kkanas
From: Krzysztof Kanas Arrays agg_count and agg_bandwidth should be indexed by slave_id not by aggregator port_id. The new_agg_id should be chosen as slave_id from slaves table in different selection modes. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Cc: danielx.t.mrzyg...@in