On Thu, Mar 13, 2025 at 09:51:43AM -0700, Andre Muezerie wrote:
> v4:
> - Added parameter "unit", which allows rte_size_to_str() to be smarter
> about the need to append a space after the number. This keeps the
> function easy to use and avoids the need for complex explanations
> about the space that could be needed between number and multiple/unit.
> - Changed the return type of rte_size_to_str() to be buf, or NULL on
> error, allowing the function to be inlined.
> - Removed a line wrap.
>
> 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
>
Series-Acked-by: Bruce Richardson <bruce.richard...@intel.com>