Re: [PATCH] net: Reinstate '-net nic, model=help' output as documented in man page

2024-07-25 Thread Jason Wang
On Wed, Jul 24, 2024 at 8:02 PM David Woodhouse wrote: > > On Tue, 2024-07-09 at 15:46 +0300, Michael Tokarev wrote: > > 09.07.2024 15:34, David Woodhouse wrote: > > > From: David Woodhouse > > > > > > While refactoring the NIC initialization code, I broke '-net > > > nic,model=help' > > > which

Re: [PATCH] net: Reinstate '-net nic, model=help' output as documented in man page

2024-07-24 Thread David Woodhouse
On Tue, 2024-07-09 at 15:46 +0300, Michael Tokarev wrote: > 09.07.2024 15:34, David Woodhouse wrote: > > From: David Woodhouse > > > > While refactoring the NIC initialization code, I broke '-net nic,model=help' > > which no longer outputs a list of available NIC models. > > > > Fixes: 2cdeca04a

Re: [PATCH] net: Reinstate '-net nic, model=help' output as documented in man page

2024-07-09 Thread Michael Tokarev
09.07.2024 15:34, David Woodhouse wrote: From: David Woodhouse While refactoring the NIC initialization code, I broke '-net nic,model=help' which no longer outputs a list of available NIC models. Fixes: 2cdeca04adab ("net: report list of available models according to platform") Signed-off-by:

[PATCH] net: Reinstate '-net nic, model=help' output as documented in man page

2024-07-09 Thread David Woodhouse
From: David Woodhouse While refactoring the NIC initialization code, I broke '-net nic,model=help' which no longer outputs a list of available NIC models. Fixes: 2cdeca04adab ("net: report list of available models according to platform") Signed-off-by: David Woodhouse --- net/net.c | 25 +