With D23975, ixl driver now works on PowerPC64 and may be compiled in-kernel and as a module.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 29808 Build 27636: arc lint + arc unit
Event Timeline
Comment Actions
The driver is only intended to work on amd64; I can accept PowerPC64 but we don't want to support this driver on 32-bit architectures.
Comment Actions
- Make ixl device available only on amd64 and PowerPC64
- Enable ixl by default on PowerPC64
Comment Actions
I'm generally okay with this, but with the caveat that we can't test to make sure any future changes we make will work on anything other than amd64.
Comment Actions
Ok, I understand. We have a PowerPC64 machine with a X710 NIC that is now using this driver and that some PPC developers will be using, so hopefully we'll be able to test the driver and report/fix issues and regressions, although we use only basic networking functionality.