kernel_optimize_test/net/openvswitch
Ben Pfaff 24cc59d1eb 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 <mshindo@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Reviewed-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-02 16:14:20 -05:00
..
actions.c openvswitch: Fix GSO with multiple MPLS label. 2014-12-23 23:57:31 -05:00
datapath.c genetlink: pass only network namespace to genl_has_listeners() 2014-12-27 02:20:23 -05:00
datapath.h
dp_notify.c
flow_netlink.c openvswitch: Fix MPLS action validation. 2014-12-23 23:57:31 -05:00
flow_netlink.h
flow_table.c net: replace remaining users of arch_fast_hash with jhash 2014-12-10 15:17:45 -05:00
flow_table.h
flow.c openvswitch: Consistently include VLAN header in flow and port stats. 2015-01-02 16:14:20 -05:00
flow.h
Kconfig
Makefile
vport-geneve.c openvswitch: Fix vport_send double free 2014-12-23 23:57:31 -05:00
vport-gre.c openvswitch: fix odd_ptr_err.cocci warnings 2014-12-24 15:18:09 -05:00
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport-vxlan.c openvswitch: Fix vport_send double free 2014-12-23 23:57:31 -05:00
vport.c openvswitch: Consistently include VLAN header in flow and port stats. 2015-01-02 16:14:20 -05:00
vport.h