Re: [dpdk-dev] [PATCH] net/bonding: fix stack overflow in selection logic

2019-07-30 Thread David Marchand
On Tue, Jul 30, 2019 at 1:32 PM wrote: > > From: Krzysztof Kanas > > Bonding selection logic uses agg_bandwidth, agg_count indexed by port_id > but those arrays are 8 entries long. > > Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") > Cc: danielx.t.mrzyg...@intel.com > > Signed-of

[dpdk-dev] [PATCH] net/bonding: fix stack overflow in selection logic

2019-07-30 Thread kkanas
From: Krzysztof Kanas Bonding selection logic uses agg_bandwidth, agg_count indexed by port_id but those arrays are 8 entries long. Fixes: 6d72657ce379 ("net/bonding: add other aggregator modes") Cc: danielx.t.mrzyg...@intel.com Signed-off-by: Krzysztof Kanas --- drivers/net/bonding/rte_eth_b