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

2018-08-28 Thread Tiwei Bie
On Mon, Aug 27, 2018 at 02:37:24PM -0400, eric zhang wrote: > 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 > > --- > v2: > * don

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

2018-08-27 Thread 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 --- v2: * don't return failure when failed to set offload to tap * check if offloads availa