Re: [PATCH RESEND v7 2/5] ethdev: fix skip valid port in probing callback

2025-01-12 Thread lihuisong (C)
在 2025/1/11 1:54, Stephen Hemminger 写道: On Fri, 10 Jan 2025 11:21:26 +0800 "lihuisong (C)" wrote: Hi Stephen, Can you take a look at my below reply and reconsider this patch? /Huisong 在 2024/12/10 9:50, lihuisong (C) 写道: Hi Ferruh, Stephen and Thomas, Can you take a look at this patch?

Re: [PATCH RESEND v7 2/5] ethdev: fix skip valid port in probing callback

2025-01-10 Thread Stephen Hemminger
On Fri, 10 Jan 2025 11:21:26 +0800 "lihuisong (C)" wrote: > Hi Stephen, > > Can you take a look at my below reply and reconsider this patch? > > /Huisong > > 在 2024/12/10 9:50, lihuisong (C) 写道: > > Hi Ferruh, Stephen and Thomas, > > > > Can you take a look at this patch? After all, it is an i

Re: [PATCH RESEND v7 2/5] ethdev: fix skip valid port in probing callback

2025-01-09 Thread lihuisong (C)
Hi Stephen, Can you take a look at my below reply and reconsider this patch? /Huisong 在 2024/12/10 9:50, lihuisong (C) 写道: Hi Ferruh, Stephen and Thomas, Can you take a look at this patch? After all, it is an issue in ethdev layer. This also is the fruit we disscussed with Thomas and Ferruh

Re: [PATCH RESEND v7 2/5] ethdev: fix skip valid port in probing callback

2024-12-09 Thread lihuisong (C)
Hi Ferruh, Stephen and Thomas, Can you take a look at this patch? After all, it is an issue in ethdev layer. This also is the fruit we disscussed with Thomas and Ferruh before. Please go back to this thread. If we don't need this patch, please let me know. I will drop it from my upstreaming li

[PATCH RESEND v7 2/5] ethdev: fix skip valid port in probing callback

2024-09-28 Thread Huisong Li
The event callback in application may use the macro RTE_ETH_FOREACH_DEV to iterate over all enabled ports to do something(like, verifying the port id validity) when receive a probing event. If the ethdev state of a port is not RTE_ETH_DEV_UNUSED, this port will be considered as a valid port. Howev