Re: [PATCH net] openvswitch: Consistently include VLAN header in flow and port stats.
From: Pravin Shelar <hidden>
Date: 2014-12-31 21:12:29
From: Pravin Shelar <hidden>
Date: 2014-12-31 21:12:29
On Wed, Dec 31, 2014 at 8:45 AM, Ben Pfaff [off-list ref] wrote:
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>
Looks good. Acked-by: Pravin B Shelar <redacted>