> -----Original Message----- > From: Bie, Tiwei > Sent: Friday, May 11, 2018 3:33 PM > To: Hu, Jiayu <jiayu...@intel.com> > Cc: dev@dpdk.org; Yang, Zhiyong <zhiyong.y...@intel.com> > Subject: Re: [PATCH v3] net/virtio-user: fix feature setting with vhost-net > backend > > On Fri, May 11, 2018 at 03:26:07PM +0800, Jiayu Hu wrote: > > When the backend is vhost-net, virtio-user must work in client mode > > and needs to request features from the backend in virtio_user_dev_init(). > > But currently, virtio-user is assigned to default features in this case. > > > > This patch is to fix this inappropriate feature setting. > > > > Fixes: bd8f50a45d0f ("net/virtio-user: support server mode") > > Signed-off-by: Jiayu Hu <jiayu...@intel.com> > > Tested-by: Lei Yao <lei.a....@intel.com> > > --- > > changes in v3: > > - remove unnecessary code change. > > changes in v2: > > - remove unnecessary indent change. > > - change commit log. > > > > drivers/net/virtio/virtio_user/virtio_user_dev.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > >
Reviewed-by: Zhiyong Yang <zhyong.y...@intel.com>