A message can be output with an unidentified eth%d port
when the ixgbevf device is not registered.
ie: ixgbevf: eth%d: ixgbevf_init_interrupt_scheme: etc...
Fix this by using the generic netdev_name() helper
to emit "(unregistered net_device)" instead of "eth%d".
Neaten the format string that em
On Sat, Oct 12, 2013 at 12:08 AM, Bjorn Helgaas wrote:
> [+cc Don, e1000-devel]
>
> On Fri, Oct 11, 2013 at 9:35 AM, Greg KH wrote:
>> On Fri, Oct 11, 2013 at 10:58:18AM +0800, ethan.zhao wrote:
>>> From: "ethan.zhao"
>>>
>>> While loading ixgbevf driver,every vf detected will be output as the
>