datapath: Additional logging for -EINVAL on flow setups.
authorJesse Gross <jesse@nicira.com>
Wed, 2 Jul 2014 00:41:51 +0000 (17:41 -0700)
committerJesse Gross <jesse@nicira.com>
Thu, 3 Jul 2014 00:28:05 +0000 (17:28 -0700)
commita473df5b9ed172884e6d0f7a5bcedefa61731d3b
tree45989b975da35e91dccacee1561c0addc3419234
parent8f20fd98db14404ea7c396ca91c5b29f3b20769f
datapath: 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>
datapath/datapath.c
datapath/flow_netlink.c