Re: [dpdk-dev] [PATCH v2 1/4] net/virtio: add DEVICE_NEEDS_RESET status bit

2020-08-05 Thread Adrian Moreno
On 8/5/20 12:52 PM, Xia, Chenbo wrote: > Hi Adrian, > >> -Original Message- >> From: Adrian Moreno >> Sent: Tuesday, August 4, 2020 3:24 PM >> To: dev@dpdk.org >> Cc: Wang, Zhihong ; Xia, Chenbo >> ; maxime.coque...@redhat.com; Adrian Moreno >> >> Subject: [PATCH v2 1/4] net/virtio: a

Re: [dpdk-dev] [PATCH v2 1/4] net/virtio: add DEVICE_NEEDS_RESET status bit

2020-08-05 Thread Xia, Chenbo
Hi Adrian, > -Original Message- > From: Adrian Moreno > Sent: Tuesday, August 4, 2020 3:24 PM > To: dev@dpdk.org > Cc: Wang, Zhihong ; Xia, Chenbo > ; maxime.coque...@redhat.com; Adrian Moreno > > Subject: [PATCH v2 1/4] net/virtio: add DEVICE_NEEDS_RESET status bit > > For the sake of

[dpdk-dev] [PATCH v2 1/4] net/virtio: add DEVICE_NEEDS_RESET status bit

2020-08-04 Thread Adrian Moreno
For the sake of completeness, add the definition of the missing status bit in accordance with the virtio spec Signed-off-by: Adrian Moreno --- drivers/net/virtio/virtio_pci.h | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/net/virtio/virtio_pci.h b/drive