[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 <tiwei....@intel.com> 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. > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > --- > drivers/net/virtio/virtio_user/virtio_user_dev.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) [...]