numam-dpdk/app/test-pmd
Adrien Mazarguil 5886ae07d2 app/testpmd: fix crash of tx_first mode with numa
When NUMA is enabled, the mbuf pool pointer of per-core fwd_lcores structure
is not set, causing a crash when accessing to mbp for txonly burst.

Initialize fwd_lcore after allocating NUMA memory pools.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-04-30 22:59:17 +02:00
..
cmdline.c testpmd: add dump commands for debug 2014-04-10 15:50:34 +02:00
config.c app/testpmd: check socket id validity 2014-04-30 14:23:09 +02:00
csumonly.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
ieee1588fwd.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
iofwd.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
macfwd-retry.c app/testpmd: added new macfwd-retry mode 2014-02-26 10:22:33 +01:00
macfwd.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
Makefile pcap: revert build patches 2014-03-19 14:33:52 +01:00
mempool_anon.c xen: core library changes 2014-02-25 21:29:19 +01:00
mempool_osdep.h xen: core library changes 2014-02-25 21:29:19 +01:00
parameters.c app/testpmd: fix build without librte_cmdline 2014-02-26 11:07:29 +01:00
rxonly.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
testpmd.c app/testpmd: fix crash of tx_first mode with numa 2014-04-30 22:59:17 +02:00
testpmd.h app/testpmd: added new macfwd-retry mode 2014-02-26 10:22:33 +01:00
txonly.c update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00