eal/freebsd: fix config creation
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 12 Jul 2019 14:48:08 +0000 (15:48 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 14 Jul 2019 13:37:19 +0000 (15:37 +0200)
The config create function did not store the mem config address in
the shared memconfig structure, so the secondary processes couldn't
map it at the required address.

Fixes: b149a7064261 ("eal/freebsd: add config reattach in secondary process")
Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

No differences found