[ovs-git] Open vSwitch: AUTHORS: Add Krishna Miriyala as reporter. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jan 5 22:17:31 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  b121012fe9c56fc90f3e3ed8d247475812e30dbc (commit)
       via  0971d127d038e0279b3b9cb2f6ccd060ddaee9e5 (commit)
      from  46c6a11da0409a4f52fd6ea5f72154c73af0ba47 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b121012fe9c56fc90f3e3ed8d247475812e30dbc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b121012fe9c56fc90f3e3ed8d247475812e30dbc
Author: Jesse Gross <jesse at nicira.com>
		
AUTHORS: Add Krishna Miriyala as reporter.
		


commit 0971d127d038e0279b3b9cb2f6ccd060ddaee9e5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0971d127d038e0279b3b9cb2f6ccd060ddaee9e5
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Fix double counting of packet stats for Linux devices.
		
The kernel augments stats for Linux devices that only provide 32-bit stats
with its own internal 64-bit counters.  When doing this it takes the error
stats from the device but uses the packet and byte values from its local
counters.  However, we were also taking the packet and byte counts from
the device, leading to double counting.

Problem introduced by commit ec61a01cd8ed73b13ffe042ddff4baf41f6b63e7
'datapath: Use "struct rtnl_link_stats64" instead of "struct odp_vport_stats".'.

Bug #4327

Reported-by: Krishna Miriyala <krishna at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 AUTHORS          |    1 +
 datapath/vport.c |    4 ----
 2 files changed, 1 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list