GoogleCloudPlatform / GoogleCloudPlatform/compute-virtual-ethernet-linux
identify tx and rx interrupts
Open
- Dominant language
- C
- Stars
- 91
- Forks
- 44
- Avg merge
- 1h 21m
- Merged PRs (30d)
- 2
Description
`/proc/interrupts` shows me the following names: `gve-ntfy-blk@pci...` where `` is a number. There is no distinction between RX and TX.
1. How can we identify RX irqs?
2. 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.
Contributor guide
Assessment
This issue has not been assessed yet.