Re: [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-22 Thread Cindy Lu
On Tue, Apr 21, 2020 at 11:47 PM Laurent Vivier wrote: > > On 20/04/2020 11:32, 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 svhostdevpecified > > by a "vhostdev" parameter. > > > > Author: Tiwei Bie

Re: [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-21 Thread Laurent Vivier
On 20/04/2020 11:32, 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 svhostdevpecified > by a "vhostdev" parameter. > > Author: Tiwei Bie > Signed-off-by: Cindy Lu > --- > include/net/vhost-vdpa.h | 18

Re: [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-21 Thread Laurent Vivier
On 21/04/2020 11:46, Cindy Lu wrote: > > > On Tue, Apr 21, 2020 at 11:40 AM Jason Wang > wrote: > > > On 2020/4/20 下午5:32, Cindy Lu wrote: > > This patch set introduces a new net client type: vhost-vdpa. > > vhost-vdpa net client will set up a vDPA

Re: [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-21 Thread Cindy Lu
On Tue, Apr 21, 2020 at 11:40 AM Jason Wang wrote: > > On 2020/4/20 下午5:32, 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 > svhostdevpecified > > > typo. > > Will fix this > > > by a "vhostdev"

Re: [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-20 Thread Jason Wang
On 2020/4/20 下午5:32, 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 svhostdevpecified typo. by a "vhostdev" parameter. Author: Tiwei Bie Please keep the sobs from the original patch.

Re: [RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-20 Thread Eric Blake
On 4/20/20 4:32 AM, 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 svhostdevpecified looks like you pasted 'vhostdev' in the middle of 'specified' by a "vhostdev" parameter. Author: Tiwei Bie Should

[RFC v1 2/4] vhost-vdpa: introduce vhost-vdpa net client

2020-04-20 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 svhostdevpecified by a "vhostdev" parameter. Author: Tiwei Bie Signed-off-by: Cindy Lu --- include/net/vhost-vdpa.h | 18 include/net/vhost_net.h | 1 +