commit | aa733660dbd8d9192b8c528ae0f4b84f3fef74e4 | [log] [tgz] |
---|---|---|
author | Yifeng Sun <pkusunyifeng@gmail.com> | Sun Aug 04 19:56:11 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 06 14:38:12 2019 -0700 |
tree | 2ba07acdc7904a9350a6a0b7761c87bea3ec2256 | |
parent | ef68de56c7ad6f708bee8db5e08b83013083e757 [diff] |
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>