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

2018-09-10 Thread Maxime Coquelin
On 08/29/2018 05:55 PM, 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 --- v3: * make other offloading features dep

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

2018-08-29 Thread Tiwei Bie
On Wed, Aug 29, 2018 at 11:55:21AM -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. Fixes: 5e97e4202563 ("net/virtio-user: enable offload

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

2018-08-29 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 --- v3: * make other offloading features depend on CSUM * check IFF_VNET_HDR support when h