From: Simon Horman <simon.hor...@netronome.com> 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 <pshe...@nicira.com> > Fixes: 25cd9ba0abc0 ("openvswitch: Add basic MPLS support to kernel") > Signed-off-by: Simon Horman <simon.hor...@netronome.com> > --- > v2 > * Use helper to reduce duplicated code. Applied, thanks Simon.