numam-dpdk/lib/librte_eal/common
Kevin Laatz 2ddd89c3c6 eal: fix duplicate function declaration
The rte_eal_get_runtime_dir() function is currently being declared in two
header files.

This API was made public in commit 6911c9fd8f ("eal: export function to
get runtime directory"), adding it to rte_eal.h. To make it public, the
'rte' prefix was added to the function so it needed to be modified in the
original location of the declaration, eal_filesystem.h.  By only modifying,
and not removing the decalration, it is now a duplicate.

This patch removes the declaration from eal_filesystem.h.

Fixes: 6911c9fd8f ("eal: export function to get runtime directory")

Reported-by: Anatoly Burakov <anatoly.burakov@intel.com>
Signed-off-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-11-18 13:40:26 +01:00
..
arch eal/x86: remove unused memcpy file 2018-11-12 00:11:46 +01:00
include version: 18.11-rc3 2018-11-14 05:05:29 +01:00
eal_common_bus.c add missing static keyword to globals 2018-10-29 02:01:08 +01:00
eal_common_class.c add missing static keyword to globals 2018-10-29 02:01:08 +01:00
eal_common_cpuflags.c eal: fix build on FreeBSD 2018-04-27 11:13:59 +02:00
eal_common_dev.c devargs: do not replace already inserted device 2018-11-12 00:10:21 +01:00
eal_common_devargs.c devargs: do not replace already inserted device 2018-11-12 00:10:21 +01:00
eal_common_errno.c eal: fix error string function 2018-11-04 22:25:20 +01:00
eal_common_fbarray.c fbarray: improve musl compatibility 2018-10-22 11:28:46 +02:00
eal_common_hexdump.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
eal_common_hypervisor.c align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
eal_common_launch.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
eal_common_lcore.c eal: provide API for querying valid socket ids 2018-04-05 00:27:13 +02:00
eal_common_log.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
eal_common_memalloc.c mem: add missing newline in callback log 2018-05-30 21:16:43 +02:00
eal_common_memory.c mem: fix DMA mask width sanity check 2018-11-07 14:42:28 +01:00
eal_common_memzone.c mem: do not check for invalid socket ID 2018-10-11 10:37:45 +02:00
eal_common_options.c eal: fix build with gcc 9.0 2018-11-04 22:48:04 +01:00
eal_common_proc.c ipc: remove panic in async request 2018-11-14 00:01:38 +01:00
eal_common_string_fns.c eal: add strscpy function 2018-09-19 11:38:19 +02:00
eal_common_tailqs.c lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
eal_common_thread.c eal: fix return codes on control thread failure 2018-07-13 00:27:15 +02:00
eal_common_timer.c eal: add nanosleep based delay function 2018-10-26 22:14:06 +02:00
eal_common_uuid.c eal: add uuid API 2018-07-13 23:42:08 +02:00
eal_filesystem.h eal: fix duplicate function declaration 2018-11-18 13:40:26 +01:00
eal_hugepages.h mem: share hugepage info primary and secondary 2018-04-11 21:45:55 +02:00
eal_internal_cfg.h eal: add --iova-mode option 2018-10-28 23:41:26 +01:00
eal_memalloc.h mem: allow querying offset into segment fd 2018-09-19 15:01:58 +02:00
eal_options.h eal: add --iova-mode option 2018-10-28 23:41:26 +01:00
eal_private.h eal: add option register infrastructure 2018-10-27 12:10:10 +02:00
eal_thread.h lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
hotplug_mp.c eal: fix memory leak on multi-process hotplug rollback 2018-11-02 00:05:49 +01:00
hotplug_mp.h eal: enable hotplug on multi-process 2018-10-17 10:16:18 +02:00
Makefile eal: add option register infrastructure 2018-10-27 12:10:10 +02:00
malloc_elem.c mem: allow memseg lists to be marked as external 2018-10-11 10:24:29 +02:00
malloc_elem.h malloc: add finding biggest free IOVA-contiguous element 2018-07-13 11:23:07 +02:00
malloc_heap.c mem: add thread unsafe version for DMA mask check 2018-11-05 01:02:14 +01:00
malloc_heap.h malloc: allow removing memory from named heaps 2018-10-11 11:56:55 +02:00
malloc_mp.c malloc: fix potential null pointer dereference 2018-09-16 11:23:12 +02:00
malloc_mp.h malloc: support multiprocess memory hotplug 2018-04-11 21:45:55 +02:00
meson.build eal: add option register infrastructure 2018-10-27 12:10:10 +02:00
rte_keepalive.c keepalive: fix state alignment 2018-01-25 23:25:57 +01:00
rte_malloc.c malloc: fix invalid argument handling 2018-11-06 01:13:58 +01:00
rte_option.c eal: add option register infrastructure 2018-10-27 12:10:10 +02:00
rte_reciprocal.c eal: fix build 2018-11-12 13:27:02 +01:00
rte_service.c service: fix possible null access 2018-11-06 01:14:15 +01:00