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<xiao.w.w...@intel.com> --- lib/librte_vhost/vhost_user.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reiewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks! Maxime