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
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
2 matches
Mail list logo