Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-08-19 Thread David Marchand
On Wed, Aug 14, 2019 at 3:43 AM Chas Williams <3ch...@gmail.com> wrote: > > > > > On 7/2/19 11:01 AM, Ferruh Yigit wrote: > > On 5/16/2019 10:12 AM, David Marchand wrote: > >> Hello Chas, > >> > >> On Fri, Apr 19, 2019 at 12:50 AM Chas Williams <3ch...@gmail.com> wrote: > >> > >>> On 4/18/19 3:11 A

Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-08-13 Thread Chas Williams
On 7/2/19 11:01 AM, Ferruh Yigit wrote: On 5/16/2019 10:12 AM, David Marchand wrote: Hello Chas, On Fri, Apr 19, 2019 at 12:50 AM Chas Williams <3ch...@gmail.com> wrote: On 4/18/19 3:11 AM, David Marchand wrote: Hello Chas, On Fri, Apr 12, 2019 at 4:02 PM Chas Williams <3ch...@gmail.com

Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-07-02 Thread Ferruh Yigit
On 5/16/2019 10:12 AM, David Marchand wrote: > Hello Chas, > > On Fri, Apr 19, 2019 at 12:50 AM Chas Williams <3ch...@gmail.com> wrote: > >> On 4/18/19 3:11 AM, David Marchand wrote: >>> Hello Chas, >>> >>> On Fri, Apr 12, 2019 at 4:02 PM Chas Williams <3ch...@gmail.com >>>

Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-05-16 Thread David Marchand
Hello Chas, On Fri, Apr 19, 2019 at 12:50 AM Chas Williams <3ch...@gmail.com> wrote: > On 4/18/19 3:11 AM, David Marchand wrote: > > Hello Chas, > > > > On Fri, Apr 12, 2019 at 4:02 PM Chas Williams <3ch...@gmail.com > > > wrote: > > > > I should have some time this w

Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-04-18 Thread Chas Williams
On 4/18/19 3:11 AM, David Marchand wrote: Hello Chas, On Fri, Apr 12, 2019 at 4:02 PM Chas Williams <3ch...@gmail.com > wrote: I should have some time this weekend to run these patches through our regression system. Did you manage to run this series throu

Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-04-18 Thread David Marchand
Hello Chas, On Fri, Apr 12, 2019 at 4:02 PM Chas Williams <3ch...@gmail.com> wrote: > I should have some time this weekend to run these patches through our > regression system. > Did you manage to run this series through your tests system ? > On 4/10/19 8:53 AM, David Marchand wrote: > > @@ -3

Re: [dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-04-12 Thread Chas Williams
I should have some time this weekend to run these patches through our regression system. On 4/10/19 8:53 AM, David Marchand wrote: fast queue Rx burst function is missing checks on promisc and the slave collecting state. Define an inline wrapper to have a common base. Fixes: 112891cd27e5 ("net/

[dpdk-dev] [PATCH 2/4] net/bonding: fix LACP fast queue Rx handler

2019-04-10 Thread David Marchand
fast queue Rx burst function is missing checks on promisc and the slave collecting state. Define an inline wrapper to have a common base. Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/bonding/rte_e