From: Andy Zhou Date: Mon, 3 Feb 2014 01:08:06 +0000 (-0800) Subject: openvswitch: Suppress error messages on megaflow updates X-Git-Tag: v3.14-rc3~36^2~48^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c14e0953ca51dbcb8d1ac92acbdcff23d0caa158;p=pandora-kernel.git openvswitch: 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 Signed-off-by: Andy Zhou Signed-off-by: Jesse Gross --- Reading git-diff-tree failed