]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Use correct reply values in datapath and vport ops
authorYifeng Sun <pkusunyifeng@gmail.com>
Wed, 26 Sep 2018 18:40:14 +0000 (11:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Sep 2018 18:44:11 +0000 (11:44 -0700)
commitdac513fb1c684c5d1766971461a34f9460ae1dcd
tree32dda97ddea80994235de1f66171c0d8c7d71f96
parent08a0a8638ba33c144a40f0179fc90659aacd6e37
openvswitch: Use correct reply values in datapath and vport ops

This patch fixes the bug that all datapath and vport ops are returning
wrong values (OVS_FLOW_CMD_NEW or OVS_DP_CMD_NEW) in their replies.

Signed-off-by: Yifeng Sun <pkusunyifeng@gmail.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c