On 09/05/2018 06:28 AM, Tiwei Bie wrote:
Recently some memory APIs were introduced to allow users to get the file descriptor and offset for each memory segment. We can leverage those APIs to get rid of the /proc magic on memory table preparation in vhost-user backend. Signed-off-by: Tiwei Bie <tiwei....@intel.com> --- drivers/net/virtio/virtio_user/vhost_user.c | 211 +++++++++----------- 1 file changed, 90 insertions(+), 121 deletions(-)
Nice to get rid off the /proc parsing! Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime