Re: [dpdk-dev] [PATCH 1/2] net/virtio: setup Tx region for packed ring

2020-09-30 Thread Maxime Coquelin
On 9/28/20 10:20 AM, Marvin Liu wrote: > Add packed indirect descriptors format into virtio Tx region. When > initializing vring, packed indirect descriptors will be initialized if > ring type is packed. > > Signed-off-by: Marvin Liu Applied to dpdk-next-virtio/main with suggested commit mes

Re: [dpdk-dev] [PATCH 1/2] net/virtio: setup Tx region for packed ring

2020-09-30 Thread Maxime Coquelin
Hi Marvin, Thanks for taking care of this! I think we need to add Fixes tag On 9/28/20 10:20 AM, Marvin Liu wrote: > Add packed indirect descriptors format into virtio Tx region. When > initializing vring, packed indirect descriptors will be initialized if > ring type is packed. > > Signed-off-b

[dpdk-dev] [PATCH 1/2] net/virtio: setup Tx region for packed ring

2020-09-28 Thread Marvin Liu
Add packed indirect descriptors format into virtio Tx region. When initializing vring, packed indirect descriptors will be initialized if ring type is packed. Signed-off-by: Marvin Liu diff --git a/drivers/net/virtio/virtio_ethdev.c b/drivers/net/virtio/virtio_ethdev.c index 013a2904e..320f9983