mempool: fix name size in mempool structure
authorAndrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Wed, 13 Oct 2021 08:57:23 +0000 (11:57 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 13 Oct 2021 20:54:10 +0000 (22:54 +0200)
commita87a0c0d1ae976b22b3ee34340b2a6790a9b0dd4
tree9f2801bbf42d525bd9a204ef3daa66405fee981f
parentd75eed0fbe4b942bc6df2e2908a8b5c2c30c99aa
mempool: fix name size in mempool structure

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 <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: David Marchand <david.marchand@redhat.com>
lib/mempool/rte_mempool.h