[ovs-git] Open vSwitch: udatapath: Implement ZERO_TCP_FLAGS option. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Nov 6 22:43:54 UTC 2009


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  fde05aded2906e113d02aa13d207d9a6e3e0ea99 (commit)
       via  18fdbe16de40062c63f9119a6beef17602f4b233 (commit)
      from  3f355f47f8e7343e909ccfa854454d667baf3c38 (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 fde05aded2906e113d02aa13d207d9a6e3e0ea99
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fde05aded2906e113d02aa13d207d9a6e3e0ea99
Author: Jesse Gross <jesse at nicira.com>
		
udatapath: Implement ZERO_TCP_FLAGS option.
		
An option to zero the TCP flags when querying flow stats was added
to the kernel datapath to support NetFlow active timeouts.  This
adds that same support to the user datapath.


commit 18fdbe16de40062c63f9119a6beef17602f4b233
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=18fdbe16de40062c63f9119a6beef17602f4b233
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Allow TCP flags to be cleared.
		
When querying flow stats allow the TCP flags to be reset.  Since
the datapath ORs together all flags that have previously been
seen it is otherwise impossible to determine the set of flags from
after a particular time.


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

Summary of changes:
 datapath/datapath.c                     |   13 +++++++++----
 include/openvswitch/datapath-protocol.h |    4 ++++
 lib/dpif-netdev.c                       |   14 ++++++++++----
 3 files changed, 23 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list