Re: [dpdk-dev] [PATCH 02/10] net/virtio: fix interrupt helper for packed ring

2019-03-19 Thread Maxime Coquelin
On 3/19/19 7:43 AM, Tiwei Bie wrote: When disabling interrupt, the shadow event flags should also be updated accordingly. The unnecessary wmb is also dropped. Fixes: e9f4feb7e622 ("net/virtio: add packed virtqueue helpers") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virt

[dpdk-dev] [PATCH 02/10] net/virtio: fix interrupt helper for packed ring

2019-03-18 Thread Tiwei Bie
When disabling interrupt, the shadow event flags should also be updated accordingly. The unnecessary wmb is also dropped. Fixes: e9f4feb7e622 ("net/virtio: add packed virtqueue helpers") Cc: sta...@dpdk.org Signed-off-by: Tiwei Bie --- drivers/net/virtio/virtqueue.h | 10 +- 1 file chan