Re: [dpdk-dev] [PATCH] vhost: fix vDPA set features

2018-04-27 Thread Ferruh Yigit
On 4/26/2018 9:07 AM, Maxime Coquelin wrote: > > > On 04/25/2018 04:18 AM, Xiao Wang wrote: >> We should call set_features callback after setting features in virtio_net >> structure, otherwise vDPA driver cannot get the right features. >> >> Fixes: 07718b4f87aa ("vhost: adapt library for selectiv

Re: [dpdk-dev] [PATCH] vhost: fix vDPA set features

2018-04-26 Thread Maxime Coquelin
On 04/25/2018 04:18 AM, Xiao Wang wrote: We should call set_features callback after setting features in virtio_net structure, otherwise vDPA driver cannot get the right features. Fixes: 07718b4f87aa ("vhost: adapt library for selective datapath") Signed-off-by: Xiao Wang --- lib/librte_vhos

Re: [dpdk-dev] [PATCH] vhost: fix vDPA set features

2018-04-25 Thread Wang, Zhihong
> -Original Message- > From: Wang, Xiao W > Sent: Wednesday, April 25, 2018 10:18 AM > To: maxime.coque...@redhat.com > Cc: Tan, Jianfeng ; Wang, Zhihong > ; dev@dpdk.org; Wang, Xiao W > > Subject: [PATCH] vhost: fix vDPA set features > > We should call set_features callback after setti

[dpdk-dev] [PATCH] vhost: fix vDPA set features

2018-04-24 Thread Xiao Wang
We should call set_features callback after setting features in virtio_net structure, otherwise vDPA driver cannot get the right features. Fixes: 07718b4f87aa ("vhost: adapt library for selective datapath") Signed-off-by: Xiao Wang --- lib/librte_vhost/vhost_user.c | 10 +- 1 file change