Re: [dpdk-dev] [PATCH] eal/bsd: fix config creation

2019-07-14 Thread Thomas Monjalon
12/07/2019 16:56, Bruce Richardson: > On Fri, Jul 12, 2019 at 03:48:08PM +0100, Anatoly Burakov wrote: > > 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 requred address. > > > > Fixes: b1

Re: [dpdk-dev] [PATCH] eal/bsd: fix config creation

2019-07-12 Thread Bruce Richardson
On Fri, Jul 12, 2019 at 03:48:08PM +0100, Anatoly Burakov wrote: > 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 requred address. > > Fixes: b149a7064261 ("eal/freebsd: add config reattach in

[dpdk-dev] [PATCH] eal/bsd: fix config creation

2019-07-12 Thread Anatoly Burakov
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 requred address. Fixes: b149a7064261 ("eal/freebsd: add config reattach in secondary process") Signed-off-by: Anatoly Burakov --- lib/librte_eal/f