..@redhat.com; Thomas Monjalon ;
sta...@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 06/10] net/virtio: fix queue setup
consistency
Hi,
It's in my short plans, but unfortunately some other high priority tasks
were inserted before. Honnestly, I'm not sure I'll be able to make it
f
8 PM
To: Yao, Lei A
Cc: dev@dpdk.org; y...@fridaylinux.org; maxime.coque...@redhat.com;
Thomas Monjalon ; sta...@dpdk.org
Subject: Re: [dpdk-dev] [PATCH v2 06/10] net/virtio: fix queue setup
consistency
Hi Lei,
It's on my todo list, I'll check this as soon as possible.
Olivier
On Thu, Feb 0
> sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2 06/10] net/virtio: fix queue setup
> consistency
>
> Hi,
>
> It's in my short plans, but unfortunately some other high priority tasks
> were inserted before. Honnestly, I'm not sure I'll be able to mak
: Yao, Lei A
> > Cc: dev@dpdk.org; y...@fridaylinux.org; maxime.coque...@redhat.com;
> > Thomas Monjalon ; sta...@dpdk.org
> > Subject: Re: [dpdk-dev] [PATCH v2 06/10] net/virtio: fix queue setup
> > consistency
> >
> > Hi Lei,
> >
> > It's on my
c: dev@dpdk.org; y...@fridaylinux.org; maxime.coque...@redhat.com;
> Thomas Monjalon ; sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2 06/10] net/virtio: fix queue setup
> consistency
>
> Hi Lei,
>
> It's on my todo list, I'll check this as soon as possible.
>
> > -Original Message-
> > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Olivier Matz
> > Sent: Thursday, September 7, 2017 8:14 PM
> > To: dev@dpdk.org; y...@fridaylinux.org; maxime.coque...@redhat.com
> > Cc: step...@networkplumber.org; sta...@dpdk
ect: [dpdk-dev] [PATCH v2 06/10] net/virtio: fix queue setup consistency
>
> In rx/tx queue setup functions, some code is executed only if
> use_simple_rxtx == 1. The value of this variable can change depending on
> the offload flags or sse support. If Rx queue setup is called befo
Hi Olivier,
On Thu, Dec 07, 2017 at 03:14:44PM +0100, Olivier MATZ wrote:
> On Wed, Dec 06, 2017 at 01:25:29PM +0800, Tiwei Bie wrote:
> > Hi Maxime and Olivier:
> >
> > On Thu, Sep 07, 2017 at 02:13:43PM +0200, Olivier Matz wrote:
> > [...]
> > > diff --git a/drivers/net/virtio/virtio_ethdev.c
Hi Tiwei,
On Wed, Dec 06, 2017 at 01:25:29PM +0800, Tiwei Bie wrote:
> Hi Maxime and Olivier:
>
> On Thu, Sep 07, 2017 at 02:13:43PM +0200, Olivier Matz wrote:
> [...]
> > diff --git a/drivers/net/virtio/virtio_ethdev.c
> > b/drivers/net/virtio/virtio_ethdev.c
> > index 8eee3ff80..c7888f103 1006
Hi Maxime and Olivier:
On Thu, Sep 07, 2017 at 02:13:43PM +0200, Olivier Matz wrote:
[...]
> diff --git a/drivers/net/virtio/virtio_ethdev.c
> b/drivers/net/virtio/virtio_ethdev.c
> index 8eee3ff80..c7888f103 100644
> --- a/drivers/net/virtio/virtio_ethdev.c
> +++ b/drivers/net/virtio/virtio_ethd
In rx/tx queue setup functions, some code is executed only if
use_simple_rxtx == 1. The value of this variable can change depending on
the offload flags or sse support. If Rx queue setup is called before Tx
queue setup, it can result in an invalid configuration:
- dev_configure is called: use_simp
11 matches
Mail list logo