Re: Re: [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops

2020-12-23 Thread Yongji Xie
On Thu, Dec 24, 2020 at 10:37 AM Jason Wang wrote: > > > On 2020/12/23 下午7:06, Yongji Xie wrote: > > On Wed, Dec 23, 2020 at 4:37 PM Jason Wang wrote: > >> > >> On 2020/12/22 下午10:52, Xie Yongji wrote: > >>> This patch introduces a new method in the vdpa_config_ops to > >>> support processing the

Re: [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops

2020-12-23 Thread Jason Wang
On 2020/12/23 下午7:06, Yongji Xie wrote: On Wed, Dec 23, 2020 at 4:37 PM Jason Wang wrote: On 2020/12/22 下午10:52, Xie Yongji wrote: This patch introduces a new method in the vdpa_config_ops to support processing the raw vhost memory mapping message in the vDPA device driver. Signed-off-by:

Re: [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops

2020-12-23 Thread Yongji Xie
On Wed, Dec 23, 2020 at 4:37 PM Jason Wang wrote: > > > On 2020/12/22 下午10:52, Xie Yongji wrote: > > This patch introduces a new method in the vdpa_config_ops to > > support processing the raw vhost memory mapping message in the > > vDPA device driver. > > > > Signed-off-by: Xie Yongji > > --- >

Re: [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops

2020-12-23 Thread Jason Wang
On 2020/12/22 下午10:52, Xie Yongji wrote: This patch introduces a new method in the vdpa_config_ops to support processing the raw vhost memory mapping message in the vDPA device driver. Signed-off-by: Xie Yongji --- drivers/vhost/vdpa.c | 5 - include/linux/vdpa.h | 7 +++ 2 files