Page MenuHomeFreeBSD

ixl(4): Enable building driver on ARM64
Needs ReviewPublic

Authored by kgalazka on Thu, Dec 18, 4:33 PM.
Tags
None
Referenced Files
F140108899: D54289.id168330.diff
Sat, Dec 20, 8:37 AM
F140040654: D54289.id.diff
Fri, Dec 19, 10:20 AM
Unknown Object (File)
Fri, Dec 19, 7:23 AM
Unknown Object (File)
Fri, Dec 19, 5:29 AM
Unknown Object (File)
Fri, Dec 19, 4:17 AM
Unknown Object (File)
Fri, Dec 19, 3:30 AM
Subscribers

Details

Summary

For consistency with other drivers enable building ixl
on ARM64 target.

Please be advised that it is only compile tested.
Intel will continue to test Ethernet drivers only on x86-64
platforms, and is not going to provide support for issues,
which cannot be reproduced in such environment.

Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com>

Suggested-by: Dave Cottlehuber <dch@FreeBSD.org>
Sponsored by: Intel Corporation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69407
Build 66290: arc lint + arc unit

Event Timeline

manu requested changes to this revision.Thu, Dec 18, 4:42 PM

Maybe start with enabling the module for arm64 ?
It's unlikely that anyone will test adding the driver to their kernel config if they didn't tested with the module before.
Also I don't see why anyone would want the driver in the kernel if a module exists.

This revision now requires changes to proceed.Thu, Dec 18, 4:42 PM

Enable building the driver as a module.

Approving as mentor, wait for @manu to re-review before commiting