Re: [dpdk-dev] [PATCH] mempool: fix name size in mempool structure

2021-10-13 Thread Thomas Monjalon
13/10/2021 13:07, David Marchand: > On Wed, Oct 13, 2021 at 10:57 AM Andrew Rybchenko > wrote: > > > > Use correct define as a name array size. > > > > The change breaks ABI and therefore cannot be backported to > > stable branches. > > > > Fixes: 38c9817ee1d8 ("mempool: adjust name size in relate

Re: [dpdk-dev] [PATCH] mempool: fix name size in mempool structure

2021-10-13 Thread Honnappa Nagarahalli
> > On 10/13/21 2:07 PM, David Marchand wrote: > > On Wed, Oct 13, 2021 at 10:57 AM Andrew Rybchenko > > wrote: > >> > >> Use correct define as a name array size. > >> > >> The change breaks ABI and therefore cannot be backported to stable > >> branches. > >> > >> Fixes: 38c9817ee1d8 ("mempool:

Re: [dpdk-dev] [PATCH] mempool: fix name size in mempool structure

2021-10-13 Thread Andrew Rybchenko
On 10/13/21 2:07 PM, David Marchand wrote: > On Wed, Oct 13, 2021 at 10:57 AM Andrew Rybchenko > wrote: >> >> Use correct define as a name array size. >> >> The change breaks ABI and therefore cannot be backported to >> stable branches. >> >> Fixes: 38c9817ee1d8 ("mempool: adjust name size in rela

Re: [dpdk-dev] [PATCH] mempool: fix name size in mempool structure

2021-10-13 Thread David Marchand
On Wed, Oct 13, 2021 at 10:57 AM Andrew Rybchenko wrote: > > Use correct define as a name array size. > > The change breaks ABI and therefore cannot be backported to > stable branches. > > Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") > > Signed-off-by: Andrew Rybchenko

[dpdk-dev] [PATCH] mempool: fix name size in mempool structure

2021-10-13 Thread Andrew Rybchenko
Use correct define as a name array size. The change breaks ABI and therefore cannot be backported to stable branches. Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") Signed-off-by: Andrew Rybchenko --- lib/mempool/rte_mempool.h | 7 +-- 1 file changed, 1 insertion(+