]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit27427ce0409d26cf9c3f06374c43bfb7bd8b1c81
tree2ba07acdc7904a9350a6a0b7761c87bea3ec2256
parentb65f6d3dee830e08ff68a7069e9ce79a0653ed3d
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