Skip to content

Commit

Permalink
netdev-dpdk: Change vlog module name to 'netdev_dpdk'.
Browse files Browse the repository at this point in the history
It is customary to have the vlog module name similar to the filename.
Plus a following commit will introduce a 'dpdk' module.

Signed-off-by: Daniele Di Proietto <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
Acked-by: Aaron Conole <[email protected]>
Tested-by: Aaron Conole <[email protected]>
  • Loading branch information
ddiproietto committed Oct 12, 2016
1 parent ecc1a34 commit 05b49df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netdev-dpdk.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#endif
#include "rte_virtio_net.h"

VLOG_DEFINE_THIS_MODULE(dpdk);
VLOG_DEFINE_THIS_MODULE(netdev_dpdk);
static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(5, 20);

#define DPDK_PORT_WATCHDOG_INTERVAL 5
Expand Down

0 comments on commit 05b49df

Please sign in to comment.