Re: [dpdk-dev] [PATCH 05/15] net/virtio: save notify bar ID in virtio HW struct

2019-09-01 Thread Tiwei Bie
On Thu, Aug 29, 2019 at 09:59:50AM +0200, Maxime Coquelin wrote: > SAving the notify bar ID in the virtio HW struct will be s/SAving/Saving/ > used by the virtio-vdpa driver in its .get_notify_area() > callback. > > Signed-off-by: Maxime Coquelin > --- > drivers/net/virtio/virtio_pci.c | 6 +++

[dpdk-dev] [PATCH 05/15] net/virtio: save notify bar ID in virtio HW struct

2019-08-29 Thread Maxime Coquelin
SAving the notify bar ID in the virtio HW struct will be used by the virtio-vdpa driver in its .get_notify_area() callback. Signed-off-by: Maxime Coquelin --- drivers/net/virtio/virtio_pci.c | 6 -- drivers/net/virtio/virtio_pci.h | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff