Re: [PATCH] app/testpmd: fix link check condition on port start

2023-02-08 Thread Ferruh Yigit
On 2/3/2023 9:56 AM, Singh, Aman Deep wrote: > > On 1/28/2023 4:15 AM, Ferruh Yigit wrote: >> In testpmd port start function, 'need_check_link_status' variable is >> used to detect if a link check is required after port is started. >> >> Intention is if at least one port is started, link check sho

Re: [PATCH] app/testpmd: fix link check condition on port start

2023-02-03 Thread Singh, Aman Deep
On 1/28/2023 4:15 AM, Ferruh Yigit wrote: In testpmd port start function, 'need_check_link_status' variable is used to detect if a link check is required after port is started. Intention is if at least one port is started, link check should be called, and initially 'need_check_link_status' used

[PATCH] app/testpmd: fix link check condition on port start

2023-01-27 Thread Ferruh Yigit
In testpmd port start function, 'need_check_link_status' variable is used to detect if a link check is required after port is started. Intention is if at least one port is started, link check should be called, and initially 'need_check_link_status' used as following: ``` start_port need_ch