i40evf: Update feature flags to reflect newly enabled features
authorAlexander Duyck <aduyck@mirantis.com>
Mon, 25 Jan 2016 05:17:57 +0000 (21:17 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 18 Feb 2016 23:30:55 +0000 (15:30 -0800)
commitf608e6a60fc85e4f261daab5e7aac6225e2120d6
tree978cb0ee4bac47fd2841c8adddec65e9960884f5
parentbc5d252b363cca63b7ddc1e20dd8b8b242631006
i40evf: Update feature flags to reflect newly enabled features

Recent changes should have enabled support for IPv6 based tunnels and
support for TSO with outer UDP checksums.  As such we can update the
feature flags to reflect that.

In addition we can clean-up the flags that aren't needed such as SCTP and
RXCSUM since having the bits there doesn't add any value.

I also found one spot where we were setting the same flag twice.  It looks
like it was probably a git merge error that resulted in the line being
duplicated.  As such I have dropped it in this patch.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Acked-by: Anjali Singhai Jain <anjali.singhai@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c
This page took 0.026488 seconds and 5 git commands to generate.