numam-dpdk/drivers/net/e1000
Wenzhuo Lu 975ba6912f e1000/base: fix link check for i354 88E1112 PHY
e1000_check_for_link_media_swap() is supposed to check PHY page 0 for
copper and PHY page 1 for "other" (fiber) link. We switched back from
page 1 to page 0 too soon, before e1000_check_for_link_82575() is
executed and we were never finding link on fiber (other).

Note: The precedence of link type is controlled by the PHY settings.

If the link is copper, as the M88E1112 page address is set to 1, it should be
set back to 0 before checking this link.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
2015-10-27 16:12:56 +01:00
..
base e1000/base: fix link check for i354 88E1112 PHY 2015-10-27 16:12:56 +01:00
e1000_ethdev.h e1000: free queue memory when closing 2015-07-19 21:22:03 +02:00
e1000_logs.h drivers: allow pruning log during build 2015-07-30 20:16:04 +02:00
em_ethdev.c e1000: fix log level of debug messages 2015-07-30 20:15:50 +02:00
em_rxtx.c e1000: free queue memory when closing 2015-07-19 21:22:03 +02:00
igb_ethdev.c ethdev: remove Rx interrupt switch 2015-09-03 19:22:48 +02:00
igb_pf.c e1000: support port hotplug 2015-07-19 21:22:03 +02:00
igb_regs.h igb: add access to specific device info 2015-07-16 23:56:13 +02:00
igb_rxtx.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
Makefile mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
rte_pmd_e1000_version.map e1000: move to drivers/net/ 2015-05-22 15:51:38 +02:00