]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Deferred fifo API change.
authorandy zhou <azhou@ovn.org>
Mon, 20 Mar 2017 23:32:27 +0000 (16:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 18:28:34 +0000 (11:28 -0700)
commit220fe5e90cd0f8431e6c1eedac00677f40387661
tree0ea06d5a49d15d2e263cfe4395362834e8e214a2
parent6d47e4a825214eaa1769c4e6626aa2297b954beb
openvswitch: Deferred fifo API change.

add_deferred_actions() API currently requires actions to be passed in
as a fully encoded netlink message. So far both 'sample' and 'recirc'
actions happens to carry actions as fully encoded netlink messages.
However, this requirement is more restrictive than necessary, future
patch will need to pass in action lists that are not fully encoded
by themselves.

Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/actions.c