net/vxlan: Share RX skb de-marking and checksum checks with ovs
authorOr Gerlitz <ogerlitz@mellanox.com>
Thu, 23 Jan 2014 09:28:13 +0000 (11:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jan 2014 21:30:03 +0000 (13:30 -0800)
Make sure the practice set by commit 0afb166 "vxlan: Add capability
of Rx checksum offload for inner packet" is applied when the skb
goes through the portion of the RX code which is shared between
vxlan netdevices and ovs vxlan port instances.

Cc: Joseph Gasparakis <joseph.gasparakis@intel.com>
Cc: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c

Simple merge