]> git.proxmox.com Git - mirror_qemu.git/commit
igb: implement VF Tx and Rx stats
authorSriram Yagnaraman <sriram.yagnaraman@est.tech>
Fri, 24 Mar 2023 15:35:00 +0000 (16:35 +0100)
committerJason Wang <jasowang@redhat.com>
Tue, 28 Mar 2023 05:10:55 +0000 (13:10 +0800)
commit7581baed88a90f7e3d1e78251fd0867573ecf182
tree09290895c1ad33fb3b38670cda6c52013b545040
parent3c2e0a68534da9ff9cc79866a20adb8ac78c424f
igb: implement VF Tx and Rx stats

Please note that loopback counters for VM to VM traffic is not
implemented yet: VFGOTLBC, VFGPTLBC, VFGORLBC and VFGPRLBC.

Signed-off-by: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/igb_core.c