Re: [PATCH net-next] Name NICs based on vmbus offer and enable async probe by default

2019-07-25 Thread David Miller
1) Subject: line lacks proper subsystem prefix 2) No module parameters in networking drivers, sorry. Find some generic way to do this via devlink or similar.

RE: [PATCH net-next] Name NICs based on vmbus offer and enable async probe by default

2019-07-09 Thread Haiyang Zhang
> -Original Message- > From: linux-hyperv-ow...@vger.kernel.org ow...@vger.kernel.org> On Behalf Of David Miller > Sent: Tuesday, July 9, 2019 8:30 PM > To: Haiyang Zhang > Cc: sas...@kernel.org; linux-hyp...@vger.kernel.org; > net...@vger.kernel.org; KY Srinivasan ; Stephen >

RE: [PATCH net-next] Name NICs based on vmbus offer and enable async probe by default

2019-07-09 Thread Haiyang Zhang
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, July 9, 2019 7:47 PM > To: Haiyang Zhang > Cc: sas...@kernel.org; linux-hyp...@vger.kernel.org; > net...@vger.kernel.org; KY Srinivasan ; Stephen > Hemminger ; o...@aepfle.de; vkuznets > ; da...@davemloft.net; linux- >

Re: [PATCH net-next] Name NICs based on vmbus offer and enable async probe by default

2019-07-09 Thread David Miller
The net-next tree, if you are reading netdev today, has been closed.

Re: [PATCH net-next] Name NICs based on vmbus offer and enable async probe by default

2019-07-09 Thread Stephen Hemminger
On Tue, 9 Jul 2019 22:56:30 + Haiyang Zhang wrote: > - VRSS_CHANNEL_MAX); > + if (probe_type == PROBE_PREFER_ASYNCHRONOUS) { > + snprintf(name, IFNAMSIZ, "eth%d", dev->channel->dev_num); What about PCI passthrough or VF devices that are also being