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

2019-10-08 Thread Yigit, Ferruh
On 8/5/2019 3:44 PM, kka...@marvell.com wrote: > From: Krzysztof Kanas > > Fix max_index to return uint16_t as it is valid slave_id type. > > Arrays agg_count and agg_bandwidth should be indexed by slave_id not by > aggregator port_id. The port_id type has been fixed already with another patch

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

2019-08-05 Thread kkanas
From: Krzysztof Kanas Fix max_index to return uint16_t as it is valid slave_id type. Arrays agg_count and agg_bandwidth should be indexed by slave_id not by aggregator port_id. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Cc: danielx.t.mrzyg...@intel.com Signed-off-by: Krzys