Re: [dpdk-dev] [PATCH v2 1/2] net/virtio: do not limit packed ring size

2019-11-06 Thread Maxime Coquelin
On 10/30/19 10:24 AM, Marvin Liu wrote: > Virtio spec only set rule that packed ring maximum size is up to 2^15 > entries. Should not limit packed ring size to power of two. > > Fixes: aea29aa5d37b ("net/virtio: enable packed virtqueues by default") > Cc: sta...@dpdk.org > > Signed-off-by: Mar

Re: [dpdk-dev] [PATCH v2 1/2] net/virtio: do not limit packed ring size

2019-11-06 Thread Maxime Coquelin
On 10/30/19 10:24 AM, Marvin Liu wrote: > Virtio spec only set rule that packed ring maximum size is up to 2^15 > entries. Should not limit packed ring size to power of two. > > Fixes: aea29aa5d37b ("net/virtio: enable packed virtqueues by default") > Cc: sta...@dpdk.org > > Signed-off-by: Mar

Re: [dpdk-dev] [PATCH v2 1/2] net/virtio: do not limit packed ring size

2019-11-03 Thread Tiwei Bie
On Wed, Oct 30, 2019 at 05:24:20PM +0800, Marvin Liu wrote: > Virtio spec only set rule that packed ring maximum size is up to 2^15 > entries. Should not limit packed ring size to power of two. > > Fixes: aea29aa5d37b ("net/virtio: enable packed virtqueues by default") > Cc: sta...@dpdk.org > > S

[dpdk-dev] [PATCH v2 1/2] net/virtio: do not limit packed ring size

2019-10-29 Thread Marvin Liu
Virtio spec only set rule that packed ring maximum size is up to 2^15 entries. Should not limit packed ring size to power of two. Fixes: aea29aa5d37b ("net/virtio: enable packed virtqueues by default") Cc: sta...@dpdk.org Signed-off-by: Marvin Liu --- drivers/net/virtio/virtio_ethdev.c | 4 ++--