summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Duyck <aduyck@mirantis.com>2016-01-26 04:36:29 +0100
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-03-30 07:24:16 +0200
commit9f12df906cd807a05d71aa53a951532d1dd3b888 (patch)
tree32d4449824d6391d5c8bb70da70449409ef12e4f /scripts
parentixgbe: Fix for RAR0 not being set to default MAC addr (diff)
downloadlinux-9f12df906cd807a05d71aa53a951532d1dd3b888.tar.xz
linux-9f12df906cd807a05d71aa53a951532d1dd3b888.zip
ixgbe: Store VXLAN port number in network order
The VXLAN port number should be stored in network order instead of in host order as it is accessed from the hot-path in ATR. This way we can avoid having to do any byte swaps in order to validate the port number. I moved the vxlan_port value into a hole in the read-mostly region of the adapter struct. This way it should be in a warm cache-line instead of in some isolated region in memory when it needs to be accessed. In addition I went through and stripped a bunch of unneeded ifdef flags since having an extra variable present doesn't really hurt anything and makes the code easier to read. I also went through and dropped the NETIF_F_RXCSUM flag which was being set in hw_encap_features but provides no value as the flag is not evaluated in the Rx path. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions