Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix reset active slave

2019-02-22 Thread Ferruh Yigit
On 2/22/2019 1:52 AM, Chas Williams wrote: > > > On 2/20/19 10:16 AM, Hyong Youb Kim wrote: >> On Wed, Feb 20, 2019 at 02:56:36PM +, Radu Nicolau wrote: >>> >>> >>> On 2/20/2019 12:33 PM, Ferruh Yigit wrote: On 2/18/2019 3:58 PM, Radu Nicolau wrote: > > On 2/18/2019 11:59 AM, Har

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix reset active slave

2019-02-21 Thread Chas Williams
On 2/20/19 10:16 AM, Hyong Youb Kim wrote: On Wed, Feb 20, 2019 at 02:56:36PM +, Radu Nicolau wrote: On 2/20/2019 12:33 PM, Ferruh Yigit wrote: On 2/18/2019 3:58 PM, Radu Nicolau wrote: On 2/18/2019 11:59 AM, Hari Kumar Vemula wrote: test_alb_reply_from_client test fails due to inco

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix reset active slave

2019-02-20 Thread Hyong Youb Kim
On Wed, Feb 20, 2019 at 02:56:36PM +, Radu Nicolau wrote: > > > On 2/20/2019 12:33 PM, Ferruh Yigit wrote: > > On 2/18/2019 3:58 PM, Radu Nicolau wrote: > > > > > > On 2/18/2019 11:59 AM, Hari Kumar Vemula wrote: > > > > test_alb_reply_from_client test fails due to incorrect active slave > >

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix reset active slave

2019-02-20 Thread Radu Nicolau
On 2/20/2019 12:33 PM, Ferruh Yigit wrote: On 2/18/2019 3:58 PM, Radu Nicolau wrote: On 2/18/2019 11:59 AM, Hari Kumar Vemula wrote: test_alb_reply_from_client test fails due to incorrect active slave array's index. This was due to invalid active slave count. Count of internals->active_sla

Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: fix reset active slave

2019-02-20 Thread Ferruh Yigit
On 2/18/2019 3:58 PM, Radu Nicolau wrote: > > > On 2/18/2019 11:59 AM, Hari Kumar Vemula wrote: >> test_alb_reply_from_client test fails due to incorrect active slave >> array's index. This was due to invalid active slave count. >> >> Count of internals->active_slave is not updated even when acti