[PATCH v2 0/2] uuid: add generate functions and tests
Stephen Hemminger
stephen at networkplumber.org
Thu Apr 4 00:11:06 CEST 2024
The DPDK version of uuid was missing tests and a way to generate
uuid's. Add both.
v2 - use RTE_ATOMIC to get _Atomic in clang
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