Re: [PATCH] mempool: fix rte primary program coredump

2023-06-30 Thread Stephen Hemminger
On Thu, 27 Jan 2022 11:06:56 +0100 Olivier Matz wrote: > > > > this array in primary program is different with secondary program. > > so when secondary program call rte_pktmbuf_pool_create_by_ops() with > > mempool name “ring_mp_mc”, but the primary program use "bucket" type > > to alloc rte

Re: [PATCH] mempool: fix rte primary program coredump

2022-01-27 Thread Olivier Matz
Hi Tianli, On Wed, Nov 10, 2021 at 11:57:19PM +0800, Tianli Lai wrote: > the primary program(such as ofp app) run first, then run the secondary > program(such as dpdk-pdump), the primary program would receive signal > SIGSEGV. the function stack as follow: > > aived signal SIGSEGV, Segmentation f

Re: [PATCH] mempool: fix rte primary program coredump

2021-11-10 Thread Jerin Jacob
On Wed, Nov 10, 2021 at 9:38 PM Tianli Lai wrote: > > the primary program(such as ofp app) run first, then run the secondary > program(such as dpdk-pdump), the primary program would receive signal > SIGSEGV. the function stack as follow: > > aived signal SIGSEGV, Segmentation fault. > [Switching t

Re: [PATCH] mempool: fix rte primary program coredump

2021-11-10 Thread laitianli
Yes, OpenFastPath is the same dpdk binary with dpdk-pdump tool.

Re: [PATCH] mempool: fix rte primary program coredump

2021-11-10 Thread David Marchand
On Wed, Nov 10, 2021 at 4:57 PM Tianli Lai wrote: > > the primary program(such as ofp app) run first, then run the secondary > program(such as dpdk-pdump), the primary program would receive signal > SIGSEGV. the function stack as follow: Is OpenFastPath linked against the same dpdk binary than yo

[PATCH] mempool: fix rte primary program coredump

2021-11-10 Thread Tianli Lai
the primary program(such as ofp app) run first, then run the secondary program(such as dpdk-pdump), the primary program would receive signal SIGSEGV. the function stack as follow: aived signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffee60e700 (LWP 112613)] 0x75f2cc0b in buck