[ovs-git] Open vSwitch: datapth: Suppress error messages on megaflow updates (branch-2.1)

dev at openvswitch.org dev at openvswitch.org
Sat Feb 1 03:13:27 UTC 2014


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, branch-2.1 has been updated
       via  b4d66748123510980af4a45b96b2eb6cf4f1fcbe (commit)
      from  fa10709d1e2413ff1b5ad667595338041bbeb76b (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 b4d66748123510980af4a45b96b2eb6cf4f1fcbe
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=b4d66748123510980af4a45b96b2eb6cf4f1fcbe
Author: Andy Zhou <azhou at nicira.com>
		
datapth: Suppress error messages on megaflow updates
		
With subfacets, we'd expect megaflow updates message to carry
the original micro flow. If not, EINVAL is returned and kernel
logs an error message.  Now that the user space subfacet layer is
removed, it is expected that flow updates can arrive with a
micro flow other than the original. Change the return code to
EEXIST and remove the kernel error log message.

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


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

Summary of changes:
 datapath/datapath.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch


More information about the git mailing list