Page MenuHomeFreeBSD

IfAPI: Add if_altq_is_enabled() interface.
ClosedPublic

Authored by jhibbits on Jan 25 2023, 9:33 PM.
Tags
None
Referenced Files
F108430850: D38204.id.diff
Fri, Jan 24, 5:29 PM
Unknown Object (File)
Mon, Jan 20, 12:38 PM
Unknown Object (File)
Fri, Jan 10, 11:03 PM
Unknown Object (File)
Nov 12 2024, 8:39 PM
Unknown Object (File)
Oct 31 2024, 4:51 PM
Unknown Object (File)
Oct 11 2024, 7:28 AM
Unknown Object (File)
Oct 11 2024, 7:12 AM
Unknown Object (File)
Oct 1 2024, 2:13 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 49237
Build 46127: arc lint + arc unit

Event Timeline

sys/net/if_var.h
648

Why do we need extern keyword here?

sys/net/if_var.h
648

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.