From: Ben Pfaff Date: Wed, 31 Dec 2014 16:45:46 +0000 (-0800) Subject: openvswitch: Consistently include VLAN header in flow and port stats. X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~321^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24cc59d1ebaac54d933dc0b30abcd8bd86193eef;p=pandora-kernel.git openvswitch: Consistently include VLAN header in flow and port stats. 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 Signed-off-by: Ben Pfaff Reviewed-by: Flavio Leitner Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- Reading git-diff-tree failed