Re: [dpdk-dev] [PATCH 05/25] net/virtio: use new memory locking API

2019-05-29 Thread Tiwei Bie
[PATCH 05/25] net/virtio: use new memory locking API A minor nit: net/virtio -> net/virtio-user For the rest, Reviewed-by: Tiwei Bie On Wed, May 29, 2019 at 05:30:51PM +0100, Anatoly Burakov wrote: > Replace usages of direct access to shared memory config with > calls to the new API. > > Sig

[dpdk-dev] [PATCH 05/25] net/virtio: use new memory locking API

2019-05-29 Thread Anatoly Burakov
Replace usages of direct access to shared memory config with calls to the new API. Signed-off-by: Anatoly Burakov --- drivers/net/virtio/virtio_user/virtio_user_dev.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/net/virtio/virtio_user/virtio_user_dev.c b/dr