Re: ethdev use from secondary process

2025-06-03 Thread Stephen Hemminger
On Mon, 2 Jun 2025 14:35:04 -0600 Ashish Sadanandan wrote: > Hi everyone, > I'm trying to use a secondary process to rx/tx packets through a NIC and > running into segfaults due to some data structures not being populated on > the secondary. I've figured out a solution, but it involves the use of

ethdev use from secondary process

2025-06-02 Thread Ashish Sadanandan
Hi everyone, I'm trying to use a secondary process to rx/tx packets through a NIC and running into segfaults due to some data structures not being populated on the secondary. I've figured out a solution, but it involves the use of internal APIs and I wanted to check with the community if there's a