This patch doesn't apply since e76d0b67 ("mlx4_core: Add 40GigE device
ID") which adds ID 0x676e for 40GE.
Also if we're going to churn all these comments, I think it would be a
good idea to at least make the names follow a consistent scheme:
A) choose either "PCIe 2.0" or "PCIe Gen2" and use that everywhere, not:
> + { PCI_VDEVICE(MELLANOX, 0x6372) }, /* MT25458 [ConnectX EN 10GigE
10GBaseT, PCIe 2.0 2.5GT/s] */
vs.
> + { PCI_VDEVICE(MELLANOX, 0x675a) }, /* MT26458 [ConnectX EN 10GigE
10GBaseT, PCIe Gen2 5GT/s] */
B) decide whether the external port type goes before or after the PCIe
speed, use that everywhere, not:
> + { PCI_VDEVICE(MELLANOX, 0x634a) }, /* MT25418 [ConnectX VPI PCIe 2.0
2.5GT/s - IB DDR / 10GigE] */
vs.
> + { PCI_VDEVICE(MELLANOX, 0x6368) }, /* MT25448 [ConnectX EN 10GigE, PCIe
2.0 2.5GT/s] */
To be honest even if we did that I don't see that much value in this
patch -- it replaces readable comments with longer ones that wrap around
the edge of my terminal, which say pretty much the same thing.
- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html