[v2,0/2] net: ipconfig: remove wait for drivers

Message ID 20240208093722.246930-1-david@davidv.dev
Headers
Series net: ipconfig: remove wait for drivers |

Message

David Feb. 8, 2024, 9:35 a.m. UTC
  Currently ip autoconfiguration has a hardcoded delay of 10ms.

Make the delay configurable via the new `ip.dev_wait_ms` argument, and
set the default value to 0ms.
    

    David
  

Comments

Denis Kirjanov Feb. 8, 2024, 10:26 a.m. UTC | #1
On 2/8/24 12:35, David Ventura wrote:
> Currently ip autoconfiguration has a hardcoded delay of 10ms.

The subject line should be prefixed with net-next

> 
> Make the delay configurable via the new `ip.dev_wait_ms` argument, and
> set the default value to 0ms.
>     
> 
>     David
> 
> 
>
  
Jakub Kicinski Feb. 9, 2024, 9:55 p.m. UTC | #2
On Thu,  8 Feb 2024 10:35:53 +0100 David Ventura wrote:
> Currently ip autoconfiguration has a hardcoded delay of 10ms.
> 
> Make the delay configurable via the new `ip.dev_wait_ms` argument, and
> set the default value to 0ms.

Does not apply, you'll have to respin:

Applying: net: make driver settling time configurable
error: sha1 information is lacking or useless (Documentation/admin-guide/kernel-parameters.txt).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 net: make driver settling time configurable
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".