[ovs-git] Open vSwitch: ofproto-dpif: Honor statistics in packet_out(). (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jan 11 19:33:34 UTC 2012


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  2284188b69fc8d935ae1ecf9d1b939e3efbbe10b (commit)
      from  524e1b1c3dbf4f88c00c4b6c2544a334d48dab0a (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 2284188b69fc8d935ae1ecf9d1b939e3efbbe10b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2284188b69fc8d935ae1ecf9d1b939e3efbbe10b
Author: Ethan Jackson <ethan at nicira.com>
		
ofproto-dpif: Honor statistics in packet_out().
		
A "packet out" ordinarily isn't accounted to any OpenFlow rule,
because its actions come directly from the controller instead of
from an OpenFlow rule.  However, any "resubmit" actions or output
to OFPP_TABLE within the set of actions do bring in actions from a
rule, and the "packet out" should be accounted to the rule in that
case.  This commit implements that behavior.

Reported-by: Jesse Gross <jesse at nicira.com>
Signed-off-by: Ethan Jackson <ethan at nicira.com>


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

Summary of changes:
 ofproto/ofproto-dpif.c |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list