Page MenuHomeFreeBSD

iflib: Add sysctl to request extra MSIX vectors on driver load
AbandonedPublic

Authored by erj on May 1 2023, 11:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 5:12 AM
Unknown Object (File)
Jun 20 2023, 4:33 PM
Unknown Object (File)
May 2 2023, 6:51 AM

Details

Reviewers
shurd
Group Reviewers
iflib
Summary

Intended to be used with upcoming feature to add sub-interfaces, since
those new interfaces will be dynamically created and will need to have
spare MSI-X interrupts already allocated for them on driver load.

While here, fix some alignment of sysctl declarations as well.

Signed-off-by: Eric Joyner <erj@FreeBSD.org>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51301
Build 48192: arc lint + arc unit

Event Timeline

gallatin added inline comments.
sys/net/iflib.c
7038

There seem to be a few whitespace changes. I think the preferred convention is to make whitespace and functional changes in separate commits.