-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update google_set_multiqueue to configure vCPU ranges based on VM pla…
…tform (#90) * Update google_set_multiqueue to enable on A3Ultra family * Update google_set_multiqueue to skip set_irq if nic is not a gvnic device. * revert removed echo lines * Update is_gvnic to include gvnic driver checks * Remove excess empty line. * Add comment for handling IRQ binding on non-gvnic devices * Update google_set_multiqueue to set vCPU ranges based on platform * Update google_set_multiqueue * Update get_vcpu_ranges to read from sys file instead of hardcoded value * Fix returned value for get_vcpu_ranges * Avoid IRQ binding on vCPU 0 * rename get_vcpu_ranges to get_vcpu_ranges_on_accelerator_platform * Update comments for get_vcpu_ranges_on_accelerator_platform to reflect the expected vcpu ranges * Skip tx affinity binding on non-gvnic interfaces * Skip tx affinity binding on non-gvnic interfaces only on A3 platforms. * Store is_a3_platform results into a global variable to avoid redundant curl calls * Remove excess empty line. * Correct IS_A3_PLATFORM to save is_a3_platform results * Fix IS_A3_PLATFORM syntax * Fix IS_A3_PLATFORM syntax
- Loading branch information
Showing
1 changed file
with
74 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters