15/11/2025 20:36, Stephen Hemminger: > +#define stringify(x) (#x) > +#define MAX_VDPA_STR_LEN sizeof(stringify(MAX_VDPA_SAMPLE_PORTS))
Can you use RTE_STR?
15/11/2025 20:36, Stephen Hemminger: > +#define stringify(x) (#x) > +#define MAX_VDPA_STR_LEN sizeof(stringify(MAX_VDPA_SAMPLE_PORTS))
Can you use RTE_STR?