Re: [PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share()

2024-10-24 Thread Bruce Richardson
On Tue, Oct 22, 2024 at 09:16:55AM -0700, Stephen Hemminger wrote: > On Tue, 22 Oct 2024 09:42:05 -0500 > l...@perftech.com wrote: > > > From: Lewis Donzis > > > > Forcing wait true prevents checking link status without delay, because the > > function will wait more than 10 seconds for link sta

Re: [PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share()

2024-10-22 Thread Stephen Hemminger
On Tue, 22 Oct 2024 09:42:05 -0500 l...@perftech.com wrote: > From: Lewis Donzis > > Forcing wait true prevents checking link status without delay, because the > function will wait more than 10 seconds for link status to be true. > > Signed-off-by: Lewis Donzis Looks correct, driver seems to

Re: [PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share()

2024-10-22 Thread Lewis Donzis
- On Oct 22, 2024, at 10:34 AM, Stephen Hemminger step...@networkplumber.org wrote: > On Tue, 22 Oct 2024 09:42:05 -0500 > l...@perftech.com wrote: > >> From: Lewis Donzis >> >> Forcing wait true prevents checking link status without delay, because the >> function will wait more than 10

Re: [PATCH] ixgbe: Removed FreeBSD forcing wait in ixgbe_dev_link_update_share()

2024-10-22 Thread Stephen Hemminger
On Tue, 22 Oct 2024 09:42:05 -0500 l...@perftech.com wrote: > From: Lewis Donzis > > Forcing wait true prevents checking link status without delay, because the > function will wait more than 10 seconds for link status to be true. > > Signed-off-by: Lewis Donzis A little concerned that origin