ixgbe: configure UDP tunnel port
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Thu, 10 Mar 2016 02:42:12 +0000 (10:42 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 13 Mar 2016 10:48:26 +0000 (11:48 +0100)
commit01c631b724467f36c249cd1046921d0e6c93a3d1
tree4c82bd128a025319428833792ceb3a843af3986e
parent1cbe755fef47d65c88222eb8130a1dcab36a4adf
ixgbe: configure UDP tunnel port

Add UDP tunnel port add/del support on ixgbe. Now only
support VxLAN port configuration.
Although according to the specification the VxLAN port has
a default value 4789, it can be changed. We support VxLAN
port configuration to meet the change.
Note, the default value of VxLAN port in ixgbe NICs is 0. So
please set it when using VxLAN off-load.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c