Skip to content

Commit

Permalink
Update 99-azure-network-tuned.rules
Browse files Browse the repository at this point in the history
Adding NOQUEUE to VF

Reference:
flatcar/Flatcar#1458
  • Loading branch information
mabicca authored Jun 14, 2024
1 parent cc479b6 commit ef7af82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions udev-rules/99-azure-network-tuned.rules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ SUBSYSTEM=="net", DRIVERS=="hv_netvsc*|mlx*", ACTION=="add", RUN+="/usr/sbin/et
# Sets queue-length
SUBSYSTEM=="net", DRIVERS=="hv_netvsc*|mlx*|hv_pci", ACTION=="add", ATTR{tx_queue_len}="10000"
SUBSYSTEM=="net", KERNEL=="lo", ACTION=="add", ATTR{tx_queue_len}="10000"

# Adds NOQUEUE to VF
SUBSYSTEM=="net", DRIVERS=="hv_pci|mlx*", ACTION=="add", RUN+="/usr/sbin/tc qdisc replace dev $env{INTERFACE} root noqueue"

0 comments on commit ef7af82

Please sign in to comment.