-----Original Message-----
From: Richard Cochran [mailto:richardcochran@gmail.com]
Sent: Thursday, August 23, 2012 3:46 AM
To: Kirsher, Jeffrey T
Cc: davem@davemloft.net; Vick, Matthew; netdev@vger.kernel.org;
gospo@redhat.com; sassmann@redhat.com
Subject: Re: [net-next 13/13] igb: Store the MAC address in the name in
the PTP struct.
On Thu, Aug 23, 2012 at 02:56:53AM -0700, Jeff Kirsher wrote:
quoted
From: Matthew Vick <redacted>
Change the name of the adapter in the PTP struct to enable easier
correlation between interface and PTP device.
You want to put the MAC address into the clock name? This is wrong.
Besides, there is no need for this. The ethool method already makes the
correlation crystal clear.
Thanks,
Richard
Actually, the name today is wrong. "igb-82580" is inapplicable to I350, I210, and I211 devices. This patch aims to bring some sense to the naming while fixing it. ixgbe implements the same naming scheme.
Cheers,
Matthew