Acked-by: Khadem Ullah <14pwcse1224@uetpeshawar.edu.pk> On Fri, Aug 8, 2025, 21:59 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 was not 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 we can later add queue and other operations > as needed. > > Bugzilla ID: 73 > > Signed-off-by: Stephen Hemminger > --- >