On Wed, 1 Feb 2023 13:34:41 +0000 Shivah Shankar Shankar Narayan Rao <sshankarn...@marvell.com> wrote:
> +#define RTE_ML_STR_MAX 128 > +/**< Maximum length of name string */ Fixed length strings do create long term technical issues. But this is big enough, I doubt it matters. You may want to make sure that string is always at the end of the struct to reduce cache foot print. I.e put important stuff first