Re: [dpdk-dev] [PATCH] net/virtio-user: check negotiated features before set

2018-08-15 Thread Tiwei Bie
On Wed, Aug 15, 2018 at 12:28:05PM +, Legacy, Allain wrote: > > -Original Message- > > From: Tiwei Bie [mailto:tiwei@intel.com] > > Sent: Tuesday, August 14, 2018 11:40 PM > > To: Legacy, Allain > > Cc: maxime.coque...@redhat.com; zhihong.w...@intel.com; > > dev@dpdk.org; Peters, Ma

Re: [dpdk-dev] [PATCH] net/virtio-user: check negotiated features before set

2018-08-15 Thread Legacy, Allain
> -Original Message- > From: Tiwei Bie [mailto:tiwei@intel.com] > Sent: Tuesday, August 14, 2018 11:40 PM > To: Legacy, Allain > Cc: maxime.coque...@redhat.com; zhihong.w...@intel.com; > dev@dpdk.org; Peters, Matt; Zhang, Qing Long (Eric) > Subject: Re: [PATCH] net/virtio-user: check ne

Re: [dpdk-dev] [PATCH] net/virtio-user: check negotiated features before set

2018-08-14 Thread Tiwei Bie
On Thu, Aug 09, 2018 at 01:34:55PM -0500, Allain Legacy wrote: > From: eric zhang > > This patch checks negotiated features to see if necessary to offload > before set the tap device offload capabilities. It also checks if kernel > support the TUNSETOFFLOAD operation. > > Signed-off-by: eric zha

Re: [dpdk-dev] [PATCH] net/virtio-user: check negotiated features before set

2018-08-10 Thread Jens Freimann
On Thu, Aug 09, 2018 at 01:34:55PM -0500, Allain Legacy wrote: From: eric zhang This patch checks negotiated features to see if necessary to offload before set the tap device offload capabilities. It also checks if kernel support the TUNSETOFFLOAD operation. Signed-off-by: eric zhang Signed-o

[dpdk-dev] [PATCH] net/virtio-user: check negotiated features before set

2018-08-09 Thread Allain Legacy
From: eric zhang This patch checks negotiated features to see if necessary to offload before set the tap device offload capabilities. It also checks if kernel support the TUNSETOFFLOAD operation. Signed-off-by: eric zhang Signed-off-by: Allain Legacy --- drivers/net/virtio/virtio_user/vhost_k