]> git.proxmox.com Git - mirror_ovs.git/commit
netdev-offload: Rename offload providers.
authorIlya Maximets <i.maximets@samsung.com>
Tue, 7 May 2019 09:24:09 +0000 (12:24 +0300)
committerIlya Maximets <i.maximets@samsung.com>
Tue, 11 Jun 2019 06:39:36 +0000 (09:39 +0300)
commit4f746d526df255b11babe93005948a028b49ef90
treef82f24e6b83e03f334ab4a3dfba84c525078e125
parentb6cabb8f8f80e8d460be237b6eebad270a42cfcb
netdev-offload: Rename offload providers.

Flow API providers renamed to be consistent with parent module
'netdev-offload' and look more like each other.

'_rte_' replaced with more convenient '_dpdk_'.

We'll have following structure:

  Common code:
    lib/netdev-offload-provider.h
    lib/netdev-offload.c
    lib/netdev-offload.h

  Providers:
    lib/netdev-offload-tc.c
    lib/netdev-offload-dpdk.c

'netdev-offload-dummy' still resides inside netdev-dummy, but it
makes no much sence to move it out of there.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Ben Pfaff <blp@ovn.org>
Acked-by: Roi Dayan <roid@mellanox.com>
lib/automake.mk
lib/dpdk.c
lib/netdev-dummy.c
lib/netdev-offload-dpdk.c [new file with mode: 0644]
lib/netdev-offload-provider.h
lib/netdev-offload-tc.c [new file with mode: 0644]
lib/netdev-rte-offloads.c [deleted file]
lib/netdev-tc-offloads.c [deleted file]
lib/netdev.c