examples/ip_frag: fix socket detection
authorAnatoly Burakov <anatoly.burakov@intel.com>
Wed, 18 Jun 2014 14:50:35 +0000 (15:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 26 Jun 2014 20:51:58 +0000 (22:51 +0200)
commit324bcf45e51bf372de0b16cdeaa90524eaa00499
treec6345c402093b1870b710fdc2bb3765ce2aa9ea1
parenteaa8d3bf6d0f6405648fdc6eb9b1a73c08d2cef6
examples/ip_frag: fix socket detection

Make everything NUMA-related depend on lcore sockets, not device
sockets. This is because the init_mem() function allocates all data
structures based on NUMA nodes of the lcores in the coremask. Therefore,
when no cores are on socket 0, but there are devices on socket 0, it may
lead to segmentation faults.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
examples/ip_fragmentation/main.c
examples/ip_reassembly/main.c