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

2019-10-10 Thread Chas Williams
On 10/10/19 4:27 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. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Cc: danielx.t.mrzyg...@intel.com Signed-off-by: Krzysztof Kanas

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

2019-10-10 Thread kkanas
From: Krzysztof Kanas 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: Krzysztof Kanas --- drivers/net/bonding/rte_eth_bond_8023ad.c | 15