[PATCH 0/2] uuid: enhancements and tests
Stephen Hemminger
stephen at networkplumber.org
Wed Apr 3 18:32:28 CEST 2024
The DPDK version of uuid was missing tests and a way to generate
uuid's. Add both.
Stephen Hemminger (2):
eal: add functions to generate uuid values
test: add functional test for uuid
app/test/meson.build | 1 +
app/test/test_uuid.c | 135 +++++++++++++++++++++++++++++++
lib/eal/common/eal_common_uuid.c | 56 +++++++++++++
lib/eal/include/rte_uuid.h | 22 ++++-
lib/eal/version.map | 2 +
5 files changed, 215 insertions(+), 1 deletion(-)
create mode 100644 app/test/test_uuid.c
--
2.43.0
More information about the dev
mailing list