Re: [PATCH vhost next 09/10] vdpa/mlx5: Add shared memory registration code
From: Jason Wang <jasowang@redhat.com>
Date: 2020-07-16 08:13:37
Also in:
lkml
From: Jason Wang <jasowang@redhat.com>
Date: 2020-07-16 08:13:37
Also in:
lkml
On 2020/7/16 下午3:23, Eli Cohen wrote:
Add code to support registering guest's memory region for the device.
It would be better to use "userspace" memory here since vhost-vDPA could be used by e.g dpdk application on the host in the future. Thanks