Re: [RFC 02/13] ethdev: allow start/stop from secondary process

2025-04-14 Thread Stephen Hemminger
On Fri, 11 Apr 2025 16:44:39 -0700 Stephen Hemminger wrote: > Before this patch if secondary process called start/stop > it would only impact the secondary process, the ethdev on the > primary process will still not be started. > > With this patch, when start/stop is called from secondary, > it

[RFC 02/13] ethdev: allow start/stop from secondary process

2025-04-11 Thread Stephen Hemminger
Before this patch if secondary process called start/stop it would only impact the secondary process, the ethdev on the primary process will still not be started. With this patch, when start/stop is called from secondary, it calls the primary and does the operation there. The design is generic, and