git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d3d096
)
net/ixgbe/base: remove X550em_a 100Mbps
author
Xiao Wang
<xiao.w.wang@intel.com>
Sun, 25 Sep 2016 09:00:07 +0000
(17:00 +0800)
committer
Bruce Richardson
<bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000
(12:27 +0200)
X550em_a only supports 10G/1G link.
Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/ixgbe/base/ixgbe_phy.c
patch
|
blob
|
history
diff --git
a/drivers/net/ixgbe/base/ixgbe_phy.c
b/drivers/net/ixgbe/base/ixgbe_phy.c
index
ee8618f
..
43c55d7
100644
(file)
--- a/
drivers/net/ixgbe/base/ixgbe_phy.c
+++ b/
drivers/net/ixgbe/base/ixgbe_phy.c
@@
-944,6
+944,7
@@
static s32 ixgbe_get_copper_speeds_supported(struct ixgbe_hw *hw)
hw->phy.speeds_supported |= IXGBE_LINK_SPEED_5GB_FULL;
break;
case ixgbe_mac_X550EM_x:
+ case ixgbe_mac_X550EM_a:
hw->phy.speeds_supported &= ~IXGBE_LINK_SPEED_100_FULL;
break;
default: