[PATCH v3 0/3] fix how large numbers are printed by hash tests
Andre Muezerie
andremue at linux.microsoft.com
Wed Mar 12 20:28:31 CET 2025
v3:
- Added rte_size_to_str to version.map (marked experimental for 25.07) so
that symbol gets exported when building with -Ddefault_library=shared
- Added sample outputs
- Added a space between the number and the postfix (if a postfix is
present)
Andre Muezerie (3):
eal: add function rte_size_to_str
hash_multiwriter_autotest: fix printf parameters
hash_readwrite_autotest: fix printf parameters
app/test/test_hash_multiwriter.c | 13 ++++++--
app/test/test_hash_readwrite.c | 13 ++++++--
lib/eal/common/eal_common_string_fns.c | 44 ++++++++++++++++++++++++++
lib/eal/include/rte_common.h | 31 ++++++++++++++++++
lib/eal/version.map | 3 ++
5 files changed, 99 insertions(+), 5 deletions(-)
--
2.48.1.vfs.0.1
More information about the dev
mailing list