]> git.proxmox.com Git - mirror_ovs.git/commit - datapath/actions.c
datapath: openvswitch: Deferred fifo API change.
authorAndy Zhou <azhou@ovn.org>
Thu, 6 Apr 2017 19:45:39 +0000 (12:45 -0700)
committerAndy Zhou <azhou@ovn.org>
Wed, 19 Apr 2017 19:59:33 +0000 (12:59 -0700)
commit615fa7ba65102e78cbe7082be6ac67c306e31860
tree716a263b8c4713f7c8a95dc3a7d2f70c929ae533
parent5d728d315ec2b07bff3bbb625b9f1d4607d7ddfb
datapath: openvswitch: Deferred fifo API change.

Upstream commit:
    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>
Upstream: 47c697aa2d07 ("openvswitch: Deferred fifo API change.")
Signed-off-by: Andy Zhou <azhou@ovn.org>
Acked-by: Joe Stringer <joe@ovn.org>
datapath/actions.c