RE: [Intel-wired-lan] [PATCH v2] fm10k: Report MAC address on driver load

2015-09-01 Thread Singh, Krishneil K
[Intel-wired-lan] [PATCH v2] fm10k: Report MAC address on driver load This change adds the MAC address to the list of values recorded on driver load. The MAC address represents the serial number of the unit and allows us to track the value should a card be replaced in a system. The log message

Re: [PATCH v2] fm10k: Report MAC address on driver load

2015-06-19 Thread Jeff Kirsher
On Thu, 2015-06-18 at 19:41 -0700, Alexander Duyck wrote: This change adds the MAC address to the list of values recorded on driver load. The MAC address represents the serial number of the unit and allows us to track the value should a card be replaced in a system. The log message should

[PATCH v2] fm10k: Report MAC address on driver load

2015-06-18 Thread Alexander Duyck
This change adds the MAC address to the list of values recorded on driver load. The MAC address represents the serial number of the unit and allows us to track the value should a card be replaced in a system. The log message should now be similar in output to that of ixgbe. Signed-off-by: