[dpdk-dev] [PATCH] app/testpmd: fix crash when using set fwd tx_first with NUMA

2014-04-30 Thread Thomas Monjalon
> From: Adrien Mazarguil > > When NUMA is enabled, the per-core fwd_lcore structure mbuf pool pointer > is not set, causing a crash. > > Initialize fwd_lcore after allocating NUMA memory pools. > > Signed-off-by: Adrien Mazarguil Acked-by: Thomas Monjalon Applied for version 1.6.0r2. Thank

[dpdk-dev] [PATCH] app/testpmd: fix crash when using set fwd tx_first with NUMA

2014-04-30 Thread David Marchand
From: Adrien Mazarguil When NUMA is enabled, the per-core fwd_lcore structure mbuf pool pointer is not set, causing a crash. Initialize fwd_lcore after allocating NUMA memory pools. Signed-off-by: Adrien Mazarguil --- app/test-pmd/testpmd.c | 20 +++- 1 file changed, 11 inse