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)
commit47c697aa2d07f4bf258e7ad53cdb6c77c339b843
tree0ea06d5a49d15d2e263cfe4395362834e8e214a2
parent29dd5ec094e5ec469d220ef85d4a47ada10e9b4e
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