Page MenuHomeFreeBSD

Add deprecation notice for vxge(4)
ClosedPublic

Authored by kbowling on May 9 2018, 2:59 AM.
Tags
None
Referenced Files
F101345569: D15363.id42297.diff
Mon, Oct 28, 4:52 AM
Unknown Object (File)
Sat, Sep 28, 5:05 PM
Unknown Object (File)
Sep 21 2024, 7:08 AM
Unknown Object (File)
Sep 19 2024, 5:01 AM
Unknown Object (File)
Sep 18 2024, 12:17 AM
Unknown Object (File)
Sep 12 2024, 1:16 PM
Unknown Object (File)
Sep 1 2024, 1:49 PM
Unknown Object (File)
Aug 21 2024, 5:03 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.