lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 31 Dec 2014 16:45:47 -0200 From: Flavio Leitner <fbl@...close.org> To: dev@...nvswitch.org Cc: Ben Pfaff <blp@...ira.com>, netdev@...r.kernel.org, Motonori Shindo <mshindo@...are.com> Subject: Re: [ovs-dev] [PATCH net] openvswitch: Consistently include VLAN header in flow and port stats. On Wednesday, December 31, 2014 08:45:46 AM Ben Pfaff 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 <mshindo@...are.com> > Signed-off-by: Ben Pfaff <blp@...ira.com> > --- > net/openvswitch/flow.c | 5 +++-- > net/openvswitch/vport.c | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) Looks good to me. Reviewed-by: Flavio Leitner <fbl@...close.org> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists