All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH 0/2] Convert ixgbe/i40e to use eth_platform_get_mac_address
@ 2016-01-13  3:32 Sowmini Varadhan
  2016-01-13  3:32 ` [Intel-wired-lan] [PATCH 1/2] ixgbe: use eth_platform_get_mac_address() Sowmini Varadhan
  2016-01-13  3:32 ` [Intel-wired-lan] [PATCH 2/2] i40e: " Sowmini Varadhan
  0 siblings, 2 replies; 6+ messages in thread
From: Sowmini Varadhan @ 2016-01-13  3:32 UTC (permalink / raw)
  To: intel-wired-lan

Commit c7f5d105495a ("net: Add eth_platform_get_mac_address()
helper.") provides a consolidation path for platforms like SPARC
to implement arch specific code to extract the MAC address
from Open Firmware, IDPROM etc.

This patchset converts ixgbe and i40e to use eth_platform_get_mac_address()

Sowmini Varadhan (2):
  ixgbe: use eth_platform_get_mac_address()
  i40e: use eth_platform_get_mac_address()

 drivers/net/ethernet/intel/i40e/i40e_main.c   |   19 +-------------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |   35 +-----------------------
 2 files changed, 3 insertions(+), 51 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-29 18:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13  3:32 [Intel-wired-lan] [PATCH 0/2] Convert ixgbe/i40e to use eth_platform_get_mac_address Sowmini Varadhan
2016-01-13  3:32 ` [Intel-wired-lan] [PATCH 1/2] ixgbe: use eth_platform_get_mac_address() Sowmini Varadhan
2016-01-29 18:24   ` Schmitt, Phillip J
2016-01-13  3:32 ` [Intel-wired-lan] [PATCH 2/2] i40e: " Sowmini Varadhan
2016-01-13 18:02   ` Nelson, Shannon
2016-01-13 19:28   ` Bowers, AndrewX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.