Page MenuHomeFreeBSD

Add deprecation notice for vxge(4)
ClosedPublic

Authored by kbowling on May 9 2018, 2:59 AM.
Tags
None
Referenced Files
F91735389: D15363.diff
Wed, Aug 21, 5:03 PM
Unknown Object (File)
Jun 15 2024, 9:56 PM
Unknown Object (File)
May 9 2024, 7:35 AM
Unknown Object (File)
Apr 30 2024, 10:45 PM
Unknown Object (File)
Apr 30 2024, 12:00 PM
Unknown Object (File)
Feb 20 2024, 1:41 AM
Unknown Object (File)
Dec 12 2023, 5:14 PM
Unknown Object (File)
Dec 8 2023, 10:35 PM
Subscribers

Details

Summary

This hardware isn't totally ancient, about equal to a mxge(4) or mlx4en(4), but the company was sold to Exar which then promptly exited the Ethernet business so the card was commercially available for under 2 years. On deep search, the only usage of these cards I found was by the importing of the driver. There are code quality issues identified by Brooks and Hiren and no visible use nor maintainership that warrant removal from FreeBSD 12.0.

Test Plan

Exar's exit was announced less than a week after the driver was committed to HEAD (https://www.streetinsider.com/Corporate+News/Exar+%28EXAR%29+Leaves+10-GB+Ethernet+NIC+Market%3B+To+Refocus+Assets/6345076.html) -- it's quite likely this driver has never been used.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Tagging @gnn as he committed the original driver in 2011.

Even if we get pushback, we should plan to kill this in 13. We should also break it on i386 in 12 since with 4/4 the management interface writes to kernel memory when it thinks it is writing to userspace.

This revision is now accepted and ready to land.May 9 2018, 4:34 PM
This revision was automatically updated to reflect the committed changes.