]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-offload-dpdk: Refactor action items freeing scheme.
authorEli Britstein <elibr@mellanox.com>
Thu, 9 Jan 2020 07:46:39 +0000 (07:46 +0000)
committerIlya Maximets <i.maximets@ovn.org>
Thu, 16 Jan 2020 12:34:10 +0000 (13:34 +0100)
commit1e60e4b0966dbdb4252b2adacfb4b501995d7ee6
treee5482a4aeb1cd180a6722cbfe5b61c3174721a00
parent7c5b722a41c3d43c772554e6d9b438593ca81b2f
netdev-offload-dpdk: Refactor action items freeing scheme.

Action item data structures are pointed by rte_flow_action items.
Refactor the code to free the data structures when freeing the
rte_flow_action items, allowing simpler future actions simpler to add to
the code.

Signed-off-by: Eli Britstein <elibr@mellanox.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
lib/netdev-offload-dpdk.c