mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
ofp-util, ofp-parse: Break up into many separate modules.
ofp-util had been far too large and monolithic for a long time. This commit breaks it up into units that make some logical sense. It also moves the pieces of ofp-parse that were specific to each unit into the relevant unit. Most of this commit is just moving code around. Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Yifeng Sun <pkusunyifeng@gmail.com>
This commit is contained in:
@@ -33,31 +33,32 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "bitmap.h"
|
||||
#include "dpif-provider.h"
|
||||
#include "dpif-netlink-rtnl.h"
|
||||
#include "openvswitch/dynamic-string.h"
|
||||
#include "flow.h"
|
||||
#include "dpif-provider.h"
|
||||
#include "fat-rwlock.h"
|
||||
#include "netdev.h"
|
||||
#include "netdev-provider.h"
|
||||
#include "flow.h"
|
||||
#include "netdev-linux.h"
|
||||
#include "netdev-provider.h"
|
||||
#include "netdev-vport.h"
|
||||
#include "netdev.h"
|
||||
#include "netlink-conntrack.h"
|
||||
#include "netlink-notifier.h"
|
||||
#include "netlink-socket.h"
|
||||
#include "netlink.h"
|
||||
#include "odp-util.h"
|
||||
#include "openvswitch/dynamic-string.h"
|
||||
#include "openvswitch/flow.h"
|
||||
#include "openvswitch/match.h"
|
||||
#include "openvswitch/ofpbuf.h"
|
||||
#include "packets.h"
|
||||
#include "openvswitch/poll-loop.h"
|
||||
#include "random.h"
|
||||
#include "openvswitch/shash.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
#include "packets.h"
|
||||
#include "random.h"
|
||||
#include "sset.h"
|
||||
#include "timeval.h"
|
||||
#include "unaligned.h"
|
||||
#include "util.h"
|
||||
#include "openvswitch/vlog.h"
|
||||
#include "openvswitch/flow.h"
|
||||
|
||||
VLOG_DEFINE_THIS_MODULE(dpif_netlink);
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user