mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
netdev: Split up netdev offloading to separate module.
New module 'netdev-offload' created to manage different flow API implementations. All the generic and provider independent code moved there from the 'netdev' module. Flow API providers further encapsulated. The only function that was changed is 'netdev_any_oor'. Now it uses offloading related hmap instead of common 'netdev_shash'. Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Ben Pfaff <blp@ovn.org> Acked-by: Roi Dayan <roid@mellanox.com>
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include "fat-rwlock.h"
|
||||
#include "flow.h"
|
||||
#include "netdev-linux.h"
|
||||
#include "netdev-offload.h"
|
||||
#include "netdev-provider.h"
|
||||
#include "netdev-vport.h"
|
||||
#include "netdev.h"
|
||||
|
Reference in New Issue
Block a user