[ovs-git] Open vSwitch: datapath: Drop useless WARN_ON_ONCE during flow conversion. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Nov 2 23:35:45 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  a7d7f493ba47b1986857b57103f75dccf65d548a (commit)
       via  515c382dafb3cc0f0499f477eddc0566602210cf (commit)
      from  c4bed75bb424a0eed49734d7715fca14123a62da (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 a7d7f493ba47b1986857b57103f75dccf65d548a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a7d7f493ba47b1986857b57103f75dccf65d548a
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Drop useless WARN_ON_ONCE during flow conversion.
		
This checks whether key_len is not zero but we set the key length
at the beginning of the function, so I don't see this as a useful
check.

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


commit 515c382dafb3cc0f0499f477eddc0566602210cf
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=515c382dafb3cc0f0499f477eddc0566602210cf
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Add IPv6 to list of parsed EtherTypes.
		
The kernel can parse IPv6, so if it receives a flow with an IPv6
EtherType then it expects to get IPv6 information as well.

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


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

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list