Re: [PATCH v6 01/13] ethdev: allow start/stop from secondary process

2025-07-23 Thread Stephen Hemminger
On Wed, 23 Jul 2025 05:08:04 +0400 (+04) Ivan Malov wrote: > + > > +int > > +ethdev_request(uint16_t port_id, enum ethdev_mp_operation operation, > > + const void *buf, size_t buf_len) > > +{ > > + struct rte_mp_msg mp_req = { }; > > + struct rte_mp_reply mp_reply; > > + struct et

Re: [PATCH v6 01/13] ethdev: allow start/stop from secondary process

2025-07-22 Thread Ivan Malov
Hi Stephen, (please see below) On Tue, 22 Jul 2025, 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 ca