Re: [PATCH v2 1/2] ethdev: clarify something about the new event

2025-01-17 Thread lihuisong (C)
在 2025/1/17 2:31, Stephen Hemminger 写道: On Thu, 16 Jan 2025 19:40:33 +0800 Huisong Li wrote: If application verify the validity of the port id or configure this port in the new event callback, application may happen to the port id is invalid. In case of similar confusion, this patch have to

Re: [PATCH v2 1/2] ethdev: clarify something about the new event

2025-01-16 Thread Stephen Hemminger
On Thu, 16 Jan 2025 19:40:33 +0800 Huisong Li wrote: > If application verify the validity of the port id or configure this port in > the new event callback, application may happen to the port id is invalid. > > In case of similar confusion, this patch have to clarify something about > RTE_ETH_EV

Re: [PATCH v2 1/2] ethdev: clarify something about the new event

2025-01-16 Thread Thomas Monjalon
16/01/2025 12:40, Huisong Li: > If application verify the validity of the port id or configure this port in > the new event callback, application may happen to the port id is invalid. > > In case of similar confusion, this patch have to clarify something about > RTE_ETH_EVENT_NEW in code. > > Sig

[PATCH v2 1/2] ethdev: clarify something about the new event

2025-01-16 Thread Huisong Li
If application verify the validity of the port id or configure this port in the new event callback, application may happen to the port id is invalid. In case of similar confusion, this patch have to clarify something about RTE_ETH_EVENT_NEW in code. Signed-off-by: Huisong Li --- lib/ethdev/rte_