mem: fix config name in error logs
authorThomas Monjalon <thomas@monjalon.net>
Thu, 22 Oct 2020 17:36:21 +0000 (19:36 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 23 Oct 2020 17:25:21 +0000 (19:25 +0200)
commita796c922d24da9444be9ede24d925d25519602b7
treeb6814af9cee83e409b5fda34db7a8132fb2791c2
parent4d8d68abdced6ddb8ab46824c2df27437a83503f
mem: fix config name in error logs

When introducing the new option CONFIG_RTE_MAX_MEM_MB_PER_TYPE,
some logs were referencing a wrong name: CONFIG_RTE_MAX_MEM_PER_TYPE.

Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
lib/librte_eal/freebsd/eal_memory.c
lib/librte_eal/linux/eal_memory.c