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>
Libraries:
...
- dpdk . . . . . . . . yes
+ libdpdk . . . . . . . . yes
Modules:
...
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);