Re: Pdump Didn't capture the packet

2021-11-18 Thread Stephen Hemminger
On Fri, 19 Nov 2021 09:47:52 +0800 廖書華 wrote: > Dear, > > > > Yes, for the pcap, it is empty. > > I observe that on the pdump side, it will stuck in *EAL: VFIO support > initialized *(red log below). After the primary application terminates, it > will print the remaining log (blue log

Re: Pdump Didn't capture the packet

2021-11-18 Thread 廖書華
Dear, Yes, for the pcap, it is empty. I observe that on the pdump side, it will stuck in *EAL: VFIO support initialized *(red log below). After the primary application terminates, it will print the remaining log (blue log below). Is that normal ? *- Here's the log of pdump* [oran@localhost

KNI and mbuf pool with external memory

2021-11-18 Thread David Schramm
Hi, is it possible to use the kni with a mbuf pool which uses external memory? In my attempt, the kni module seems to crash when it tries to access a mbuf from the pool: [Do Nov 18 18:56:08 2021] device fw0 entered promiscuous mode [Do Nov 18 19:03:38 2021] rte_kni: Creating kni... [Do Nov 18

Re: Can the DPDK multi-process feature be used in Docker containers?

2021-11-18 Thread Cliff Burdick
Li, I would suggest pasting your errors. It sounds like a separate issue from Staffan, and I know for sure it works in DPDK (never used SPDK), so I'd be curious to see what the problem is. On Wed, Nov 17, 2021 at 11:13 PM Staffan Wiklund wrote: > Cliff, > > Many thanks for your help! > Mapping

Re: Accessing TLS for EAL threads

2021-11-18 Thread Stephen Hemminger
On Tue, 16 Nov 2021 17:38:43 + Antonio Di Bacco wrote: > I need to emulate the pthread_setspecific and pthread_getspecific for EAL > threads. I don't find any suitable APIs in the DPDK to access the TLS and get > and set keys. > > I launched a number of threads using the rte_eal_remote