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)
commitd0bc65557ad09a57b4db176e9e3ccddb26971453
tree9e62525b9d5c8e57e664a8a3f80ca8b192f18840
parent28f39ef6d802d2a5840582efecbf3c729b290e64
net/vxlan: Share RX skb de-marking and checksum checks with ovs

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