Fix incorrect stats in CT rules and fragmented traffic. Paul Blakey (2): compat: Add gen_stats include to define tc hw stats tc: Fix stats byte count on fragmented packets
acinclude.m4 | 7 ++++ include/linux/automake.mk | 1 + include/linux/gen_stats.h | 81 +++++++++++++++++++++++++++++++++++++++++++++++ lib/netdev-offload-tc.c | 10 +++--- lib/tc.c | 34 ++++++++++++++++---- lib/tc.h | 3 +- 6 files changed, 124 insertions(+), 12 deletions(-) create mode 100644 include/linux/gen_stats.h -- 2.8.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
