Actions
Bug #6329
closedNeed support for new link speeds in mac_ether
Start date:
2015-10-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
NBASE-T is on the near horizon with 2.5 & 5 Gbps. (In fact, backplane implementations running illumos at 2.5Gbps already exist with igb.)
New drivers are forth coming with 40 Gbps, and perhaps even 100 Gbps in the near future. Both 40 and 100 Gbps are standardized now, with numerous implementations available in the field.
Future steps may add 25 and 50 Gbps ethernet, but the standards for that are still evolving, AFAIK no actual hardware with support for those speeds is forthcoming for illumos in the immediate future.
Updated by Electric Monk about 8 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed
git commit 3bc4925d580ab95c16f1ddd5eb387655cbd16e65
commit 3bc4925d580ab95c16f1ddd5eb387655cbd16e65 Author: Garrett D'Amore <garrett@damore.org> Date: 2015-11-12T06:20:47.000Z 6329 Need support for new link speeds in mac_ether 6330 Delete ETHER_STAT_ISMII macro Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Albert Lee <trisk@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions