Page MenuHomeFreeBSD

IfAPI: Add if_altq_is_enabled() interface.
ClosedPublic

Authored by jhibbits on Jan 25 2023, 9:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 8:02 AM
Unknown Object (File)
Dec 12 2023, 3:58 AM
Unknown Object (File)
Sep 6 2023, 12:25 AM
Unknown Object (File)
Aug 14 2023, 11:19 AM
Unknown Object (File)
May 28 2023, 1:18 AM
Unknown Object (File)
Apr 8 2023, 5:18 AM
Unknown Object (File)
Mar 20 2023, 3:31 PM
Unknown Object (File)
Feb 4 2023, 6:25 AM
Subscribers

Details

Summary

The only user of the ALTQ_IS_ENABLED() in a driver checks against the
ifnet queue. Abstract that all out and present the interface to check
if ALTQ is enabled on the interface.

Sponsored by: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/net/if_var.h
649

Why do we need extern keyword here?

sys/net/if_var.h
649

We don't. It's gone.

This revision is now accepted and ready to land.Jan 31 2023, 5:06 PM
This revision was automatically updated to reflect the committed changes.