Re: dpdk-pdump cannot init tailq as secondary process

2023-04-27 Thread Karim Harouat
Hello I'm using dpdk version 22.11 and so the arg --proc-type secondary is set hardcoded inside the dpdk-pdump main program. I fixed my issue by taking all cflags in libdpdk.pc file linking any personnal application statically with all librte. And so the static rte_fib tail is initialized

Re: dpdk-pdump cannot init tailq as secondary process

2023-04-24 Thread Stephen Hemminger
On Thu, 20 Apr 2023 12:18:15 + postmaster wrote: > Hello > > I follow what it is explained on that page > > https://doc.dpdk.org/guides/tools/pdump.html > > to call rte_pdump_init in my application (and checking the result, if not ok > exit with failure), but once I ran dpdk-pdump I got

dpdk-pdump cannot init tailq as secondary process

2023-04-23 Thread postmaster
Hello I follow what it is explained on that page https://doc.dpdk.org/guides/tools/pdump.html to call rte_pdump_init in my application (and checking the result, if not ok exit with failure), but once I ran dpdk-pdump I got dpdk-pdump -l 9 -- --pdump 'port=0,queue=*,rx-dev=/tmp/rx.pcap' EAL: