Re: [PATCH net v2] openvswitch: update checksum in {push,pop}_mpls
From: David Miller <davem@davemloft.net> Date: 2016-05-31 20:52:07
From: Simon Horman <redacted>
Date: Mon, 30 May 2016 14:04:25 +0900
In the case of CHECKSUM_COMPLETE the skb checksum should be updated in
{push,pop}_mpls() as they the type in the ethernet header.
As suggested by Pravin Shelar.
Cc: Pravin Shelar <redacted>
Fixes: 25cd9ba0abc0 ("openvswitch: Add basic MPLS support to kernel")
Signed-off-by: Simon Horman <redacted>
---
v2
* Use helper to reduce duplicated code.