eal: add uuid API
authorStephen Hemminger <sthemmin@microsoft.com>
Fri, 13 Jul 2018 17:06:41 +0000 (10:06 -0700)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Jul 2018 21:42:08 +0000 (23:42 +0200)
commit6bc67c497a51911bd0b1c2da9d3506c60d3a1f1b
treea9fd09bffbaa09679494277ce8981f96efc48e2c
parent9f976204f5da713375f39ad7be272937d8520973
eal: add uuid API

Since uuid functions may not be available everywhere, implement
uuid functions in DPDK. These are based off the BSD licensed
libuuid in util-link.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
lib/librte_eal/bsdapp/eal/Makefile
lib/librte_eal/common/Makefile
lib/librte_eal/common/eal_common_uuid.c [new file with mode: 0644]
lib/librte_eal/common/include/rte_uuid.h [new file with mode: 0644]
lib/librte_eal/common/meson.build
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_eal/rte_eal_version.map