Re: [PATCH net] openvswitch: Consistently include VLAN header in flow and port stats.
From: David Miller <davem@davemloft.net>
Date: 2015-01-02 21:14:35
From: David Miller <davem@davemloft.net>
Date: 2015-01-02 21:14:35
From: Ben Pfaff <redacted> Date: Wed, 31 Dec 2014 08:45:46 -0800
Until now, when VLAN acceleration was in use, the bytes of the VLAN header were not included in port or flow byte counters. They were however included when VLAN acceleration was not used. This commit corrects the inconsistency, by always including the VLAN header in byte counters. Previous discussion at http://openvswitch.org/pipermail/dev/2014-December/049521.html Reported-by: Motonori Shindo <redacted> Signed-off-by: Ben Pfaff <redacted>
Applied, thank you.