Actions
Feature #16166
openOption to deactivate ALTQ for VTNET interfaces
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
25.07
Release Notes:
Default
Description
Under System/Advanced/Networking there is an option to deactivate ALTQ for Microsoft Hyper-V hn vNICs. It would be good to have this as well for VTNET (VirtIO Networking) vNICs, to allow the use of Multiqueue.
This used to be impossible, as ALTQ support was a Compiletime option, that deactivated Multiqueue support. I created a pull request which was merged into FreeBSD yesterday, which now allows deactivating ALTQ, using the loader tunable hw.vtnet.altq_disable
, and instead allowing Multiqueue in the VTNET driver.
Updated by Jim Pingle 15 days ago
- Subject changed from Deactivating ALTQ for VTNET using the Webinterface to Option to deactivate ALTQ for VTNET interfaces
- Status changed from New to Pull Request Review
- Target version set to 2.9.0
- Plus Target Version set to 25.07
PR: https://github.com/pfsense/pfsense/pull/4733
That PR depends on an upstream FreeBSD source change which isn't in our tree yet, so it has to wait until after the next upstream src sync.
Actions