From 792cd8301fb8ac61f398243ac5b4a91a974177e0 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Tue, 3 May 2016 11:31:01 +0100 Subject: [PATCH] dpdkstat: fix missed rework 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 --- README | 2 +- src/dpdkstat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1a41562f..19014bcc 100644 --- a/README +++ b/README @@ -1068,7 +1068,7 @@ Configure collectd with DPDK: Libraries: ... - dpdk . . . . . . . . yes + libdpdk . . . . . . . . yes Modules: ... diff --git a/src/dpdkstat.c b/src/dpdkstat.c index e37c4ba4..8b06c052 100644 --- a/src/dpdkstat.c +++ b/src/dpdkstat.c @@ -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); -- 2.11.0