dpdkstat: fix missed rework
authorMaryam Tahhan <maryam.tahhan@intel.com>
Tue, 3 May 2016 10:31:01 +0000 (11:31 +0100)
committerKim Jones <kim-marie.jones@intel.com>
Thu, 28 Jul 2016 12:20:12 +0000 (13:20 +0100)
Update README to refer to libdpdk instead of dpdk. Update the
declaration of dpdk_init to remove whitespace.

Change-Id: Ib2b02929bf7ab164fc97a84da1dbb0c7d77a2080
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
README
src/dpdkstat.c

diff --git a/README b/README
index 1a41562..19014bc 100644 (file)
--- a/README
+++ b/README
@@ -1068,7 +1068,7 @@ Configure collectd with DPDK:
 
        Libraries:
        ...
-       dpdk  . . . . . . . . yes
+       libdpdk  . . . . . . . . yes
 
        Modules:
        ...
index e37c4ba..8b06c05 100644 (file)
@@ -113,7 +113,7 @@ static int dpdk_config(oconfig_item_t *ci);
 static int dpdk_helper_init_eal(void);
 static int dpdk_helper_run(void);
 static int dpdk_helper_spawn(enum DPDK_HELPER_ACTION action);
-static int dpdk_init (void);
+static int dpdk_init(void);
 static int dpdk_read(user_data_t *ud);
 static int dpdk_shm_cleanup(void);
 static int dpdk_shm_init(size_t size);