[PATCH 02/11] eal: rename thread name length definition
Tyler Retzlaff
roretzla at linux.microsoft.com
Fri Sep 8 06:00:47 CEST 2023
On Wed, Sep 06, 2023 at 06:12:19PM +0200, Thomas Monjalon wrote:
> RTE_MAX_THREAD_NAME_LEN is including the NUL character,
> so it should be named "size" instead of "length".
> A new constant RTE_THREAD_NAME_SIZE is introduced for naming accuracy.
> For API compatibility, the old name is kept.
>
> At the same time, the original definition is moved
> from rte_eal.h to rte_thread.h.
>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
lgtm
Acked-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
More information about the dev
mailing list