You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/proc/interrupts shows me the following names: gve-ntfy-blk<X>@pci... where <X> is a number. There is no distinction between RX and TX.
How can we identify RX irqs?
running sudo ethtool -L ens3 rx 1 and sudo ethtool -L ens3 tx 1 does not change number of irqs. how they correspond to the current number of queues set in the driver.
The text was updated successfully, but these errors were encountered:
/proc/interrupts
shows me the following names:gve-ntfy-blk<X>@pci...
where<X>
is a number. There is no distinction between RX and TX.sudo ethtool -L ens3 rx 1
andsudo ethtool -L ens3 tx 1
does not change number of irqs. how they correspond to the current number of queues set in the driver.The text was updated successfully, but these errors were encountered: