23/12/2025 00:31, Stephen Hemminger: > On Mon, 22 Dec 2025 10:38:58 +0200 > Shani Peretz <[email protected]> wrote: > > > Use RTE_MEMPOOL_NAMESIZE for str_name buffer size instead of the > > hardcoded value 16, which was insufficient as the format > > string "pkt_pool%i" can produce up to 19 bytes (8 for "pkt_pool", > > up to 10 for integer value, and 1 for null terminator). > > > > Fixes: bda68ab9d1e7 ("examples/ethtool: add user-space ethtool sample > > application") > > Cc: [email protected] > > > > Signed-off-by: Shani Peretz <[email protected]> > > Acked-by: Stephen Hemminger <[email protected]>
Applied, thanks.

