openvswitch: Print error when ovs_execute_actions() fails
authorYifeng Sun <pkusunyifeng@gmail.com>
Mon, 5 Aug 2019 02:56:11 +0000 (19:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Aug 2019 21:38:12 +0000 (14:38 -0700)
commitaa733660dbd8d9192b8c528ae0f4b84f3fef74e4
tree2ba07acdc7904a9350a6a0b7761c87bea3ec2256
parentef68de56c7ad6f708bee8db5e08b83013083e757
openvswitch: Print error when ovs_execute_actions() fails

Currently in function ovs_dp_process_packet(), return values of
ovs_execute_actions() are silently discarded. This patch prints out
an debug message when error happens so as to provide helpful hints
for debugging.
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c