numam-dpdk/drivers/net
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
..
af_packet af_packet: check Tx error 2015-10-20 17:59:19 +02:00
bnx2x bnx2x: fix part of 32-bit build 2015-08-03 17:39:11 +02:00
bonding bonding: fix device initialisation error handling 2015-08-10 02:05:42 +02:00
cxgbe cxgbe: allow to change mtu 2015-10-20 18:49:18 +02:00
e1000 e1000/base: fix link check for i354 88E1112 PHY 2015-10-27 16:12:56 +01:00
enic enic: fix hash creation when not using first numa node 2015-10-20 21:32:06 +02:00
fm10k fm10k/base: add FM10420 device ids 2015-10-07 13:35:53 +02:00
i40e i40e/base: add outer UDP checksum for X722 2015-10-02 01:35:23 +02:00
ixgbe ixgbe: remove burst size restriction of vector Rx 2015-09-09 15:17:41 +02:00
mlx4 mlx4: do not expose broadcast address in MAC list 2015-10-20 21:58:16 +02:00
mpipe mpipe: return error for init allocation failure 2015-10-24 19:24:17 +02:00
null mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
pcap mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
ring ring: remove deprecated functions 2015-09-03 19:22:48 +02:00
virtio virtio: fix deadloop after wrong config read 2015-10-26 21:23:53 +01:00
vmxnet3 mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
xenvirt mem: move librte_malloc to eal/common 2015-07-16 13:44:48 +02:00
Makefile bnx2x: enable PMD build 2015-07-27 04:27:15 +02:00