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

David Ventura posted 2 patches 2 years ago
[PATCH v2 0/2] net: ipconfig: remove wait for drivers
Posted by David Ventura 2 years ago
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
Re: [PATCH v2 0/2] net: ipconfig: remove wait for drivers
Posted by Jakub Kicinski 1 year, 12 months ago
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".
Re: [PATCH v2 0/2] net: ipconfig: remove wait for drivers
Posted by Denis Kirjanov 2 years ago

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
> 
> 
>