Re: [PATCH v1 1/2] ethdev: clarify do not something in the new event

2025-01-16 Thread lihuisong (C)
在 2025/1/16 17:15, Thomas Monjalon 写道: 16/01/2025 07:16, lihuisong (C): 在 2025/1/15 19:31, Thomas Monjalon 写道: 15/01/2025 04:41, 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.

Re: [PATCH v1 1/2] ethdev: clarify do not something in the new event

2025-01-16 Thread Thomas Monjalon
16/01/2025 07:16, lihuisong (C): > > 在 2025/1/15 19:31, Thomas Monjalon 写道: > > 15/01/2025 04:41, 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. > >> > >> Actually, when app

Re: [PATCH v1 1/2] ethdev: clarify do not something in the new event

2025-01-15 Thread lihuisong (C)
在 2025/1/15 19:31, Thomas Monjalon 写道: 15/01/2025 04:41, 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. Actually, when application receive a new event from one port, the port is

Re: [PATCH v1 1/2] ethdev: clarify do not something in the new event

2025-01-15 Thread Thomas Monjalon
15/01/2025 04:41, 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. > > Actually, when application receive a new event from one port, the port is > not fully probed and is just in al

[PATCH v1 1/2] ethdev: clarify do not something in the new event

2025-01-14 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. Actually, when application receive a new event from one port, the port is not fully probed and is just in allocated state. Application doesn't need