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

dev at openvswitch.org dev at openvswitch.org
Sat Feb 1 03:10:43 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, master has been updated
       via  a66034810666e84377e167ad88ea961caa8b4d17 (commit)
      from  f87d3302c4e01189c437fafa4f0639c604962b18 (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 a66034810666e84377e167ad88ea961caa8b4d17
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a66034810666e84377e167ad88ea961caa8b4d17
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>


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

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