Actions
Feature #8700
closedixgbe MAC_CAPAB_TRANSCEIVER support
Start date:
2017-10-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
We'd like ixgbe to implement support for MAC_CAPAB_TRANSCEIVER. As part of this, I discovered that ixgbe does not actually update the phy information when it's checking the SFP. We'll also take care of this, allowing the driver to always have updated information about what is actually plugged in. Without that, it would snapshot the sfp information at start up, which may not be correct, especially if one is not plugged in.
Related issues
Updated by Robert Mustacchi about 6 years ago
- Related to Feature #8699: Want NIC transceiver visibility added
Updated by Electric Monk about 6 years ago
- Status changed from New to Closed
git commit 45d3dd981abb9025d8ac994cf4cc8ce8cb1a9480
commit 45d3dd981abb9025d8ac994cf4cc8ce8cb1a9480 Author: Robert Mustacchi <rm@joyent.com> Date: 2017-11-14T23:29:06.000Z 8699 Want NIC transceiver visibility 8700 ixgbe MAC_CAPAB_TRANSCEIVER support 8701 i40e MAC_CAPAB_TRANSCEIVER support Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Ryan Zezeski <ryan.zeseski@joyent.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions