[dpdk-dev] [PATCH v1 01/12] mldev: introduce machine learning device library
Stephen Hemminger
stephen at networkplumber.org
Fri Feb 3 01:28:03 CET 2023
On Wed, 1 Feb 2023 13:34:41 +0000
Shivah Shankar Shankar Narayan Rao <sshankarnara at 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
More information about the dev
mailing list