Re: [dpdk-dev] [PATCH] net/bonding: don't clear active slave count

2018-06-06 Thread Chas Williams
On Wed, Jun 6, 2018 at 9:57 AM, Matan Azrad wrote: > Hi Chas > > From: Chas Williams > > From: "Charles (Chas) Williams" > > > > When the bond PMD is stopped, the active slave count is reset. > > For 802.3ad mode this potentially leaks memory and clears state since a > second > > sequential acti

Re: [dpdk-dev] [PATCH] net/bonding: don't clear active slave count

2018-06-06 Thread Matan Azrad
Hi Chas From: Chas Williams > From: "Charles (Chas) Williams" > > When the bond PMD is stopped, the active slave count is reset. > For 802.3ad mode this potentially leaks memory and clears state since a second > sequential activate_slave() will occur when the bond PMD is restarted and the > LSC

[dpdk-dev] [PATCH] net/bonding: don't clear active slave count

2018-06-06 Thread Chas Williams
From: "Charles (Chas) Williams" When the bond PMD is stopped, the active slave count is reset. For 802.3ad mode this potentially leaks memory and clears state since a second sequential activate_slave() will occur when the bond PMD is restarted and the LSC callback is triggered while the active sl