Re: [PATCH v2 12/12] vhost-vdpa: introduce vhost-vdpa net client

2020-07-01 Thread Cindy Lu
On Wed, Jul 1, 2020 at 10:24 PM Eric Blake wrote: > > On 6/30/20 12:49 PM, Cindy Lu wrote: > > This patch set introduces a new net client type: vhost-vdpa. > > vhost-vdpa net client will set up a vDPA device which is specified > > by a "vhostdev" parameter. > > > > Signed-off-by: Lingshan Zhu > >

Re: [PATCH v2 12/12] vhost-vdpa: introduce vhost-vdpa net client

2020-07-01 Thread Eric Blake
On 6/30/20 12:49 PM, Cindy Lu wrote: This patch set introduces a new net client type: vhost-vdpa. vhost-vdpa net client will set up a vDPA device which is specified by a "vhostdev" parameter. Signed-off-by: Lingshan Zhu Signed-off-by: Tiwei Bie Signed-off-by: Cindy Lu --- +++ b/qapi/net.js

[PATCH v2 12/12] vhost-vdpa: introduce vhost-vdpa net client

2020-06-30 Thread Cindy Lu
This patch set introduces a new net client type: vhost-vdpa. vhost-vdpa net client will set up a vDPA device which is specified by a "vhostdev" parameter. Signed-off-by: Lingshan Zhu Signed-off-by: Tiwei Bie Signed-off-by: Cindy Lu --- include/net/vhost-vdpa.h | 22 net/Makefile.objs