OSDN Git Service

openvswitch: Additional logging for -EINVAL on flow setups.
authorJesse Gross <jesse@nicira.com>
Mon, 6 Oct 2014 12:08:38 +0000 (05:08 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Thu, 6 Nov 2014 07:52:34 +0000 (23:52 -0800)
commit426cda5cc177301f9c196f3a9b6a1287051ba599
treef2048a5349f4aedb4e9a65c692ef448d83e8598c
parent1b760fb9a8a8c0babc15f886ee5740cb33744168
openvswitch: Additional logging for -EINVAL on flow setups.

There are many possible ways that a flow can be invalid so we've
added logging for most of them. This adds logs for the remaining
possible cases so there isn't any ambiguity while debugging.

CC: Federico Iezzi <fiezzi@enter.it>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
net/openvswitch/datapath.c
net/openvswitch/flow_netlink.c