]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4f15c68a8fbefff6714602762221a03212a6d060
tree978cb0ee4bac47fd2841c8adddec65e9960884f5
parentcd6c3e0ec5b3bc5f45d4131aa968cb295b60b0a2
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