summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 608ea49)
raw | patch | inline | side by side (parent: 608ea49)
author | Maryam Tahhan <maryam.tahhan@intel.com> | |
Tue, 3 May 2016 10:31:01 +0000 (11:31 +0100) | ||
committer | Kim 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>
declaration of dpdk_init to remove whitespace.
Change-Id: Ib2b02929bf7ab164fc97a84da1dbb0c7d77a2080
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
README | patch | blob | history | |
src/dpdkstat.c | patch | blob | history |
index 1a41562f322b33c37b72cce54a577e0a56134cd9..19014bccd24bf2dd704bc5f08a091a2a6105f619 100644 (file)
--- a/README
+++ b/README
Libraries:
...
- dpdk . . . . . . . . yes
+ libdpdk . . . . . . . . yes
Modules:
...
diff --git a/src/dpdkstat.c b/src/dpdkstat.c
index e37c4ba40823aed695ed555d1d8ab89796348f4c..8b06c0520a4e700e3dda6b648b7de809deda9a9f 100644 (file)
--- a/src/dpdkstat.c
+++ b/src/dpdkstat.c
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);