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

2019-10-08 Thread Yigit, Ferruh
On 8/5/2019 3:44 PM, kka...@marvell.com 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 > > S

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

2019-08-05 Thread David Marchand
On Mon, Aug 5, 2019 at 4:46 PM wrote: > > From: Krzysztof Kanas > > Bonding selection logic uses agg_bandwidth, agg_count indexed by port_id > but those arrays are 8 entries long. Idem http://mails.dpdk.org/archives/dev/2019-July/140020.html I did not get a reply from you. -- David Marchand

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

2019-08-05 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