[dpdk-dev] [PATCH v2] ixgbe: fix segmentation fault when start secondary process

2014-12-19 Thread Thomas Monjalon
2014-12-19 09:28, Thomas Monjalon: > 2014-12-19 14:59, Michael Qiu: > > EAL: probe driver: 8086:10fb rte_ixgbe_pmd > > EAL: PCI memory mapped at 0x7f18c2a0 > > EAL: PCI memory mapped at 0x7f18c2a8 > > Segmentation fault (core dumped) > > > > This is introduced by commit: 46bc9d75 > >

[dpdk-dev] [PATCH v2] ixgbe: fix segmentation fault when start secondary process

2014-12-19 Thread Michael Qiu
EAL: probe driver: 8086:10fb rte_ixgbe_pmd EAL: PCI memory mapped at 0x7f18c2a0 EAL: PCI memory mapped at 0x7f18c2a8 Segmentation fault (core dumped) This is introduced by commit: 46bc9d75 ixgbe: fix multi-process support When start primary process with command line: ./app/te

[dpdk-dev] [PATCH v2] ixgbe: fix segmentation fault when start secondary process

2014-12-19 Thread Thomas Monjalon
2014-12-19 14:59, Michael Qiu: > EAL: probe driver: 8086:10fb rte_ixgbe_pmd > EAL: PCI memory mapped at 0x7f18c2a0 > EAL: PCI memory mapped at 0x7f18c2a8 > Segmentation fault (core dumped) > > This is introduced by commit: 46bc9d75 > ixgbe: fix multi-process support > When star