]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
iflib: Add subinterface interrupt allocation function
authorEric Joyner <erj@FreeBSD.org>
Wed, 18 Jan 2023 00:46:39 +0000 (16:46 -0800)
committerEric Joyner <erj@FreeBSD.org>
Thu, 18 Apr 2024 23:14:02 +0000 (16:14 -0700)
commited34a6b6eab9ea39759ccd3f12876a815d271929
treefe91f9c445497a90b6d80d644a57ab52f231b873
parent3c7da27a473e339392121404e06c506df040c16f
iflib: Add subinterface interrupt allocation function

The ice(4) driver will add the ability to create extra interfaces
that hang off of the base interface; to do that the driver requires
a method for the subinterface to request hardware interrupt resources
from the base interface.

Signed-off-by: Eric Joyner <erj@FreeBSD.org>
MFC after: 3 days
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D39930
sys/net/iflib.c
sys/net/iflib.h