]> git.proxmox.com Git - mirror_iproute2.git/commit
ss: add support for xdp statistics
authorCiara Loftus <ciara.loftus@intel.com>
Thu, 24 Sep 2020 07:03:27 +0000 (07:03 +0000)
committerDavid Ahern <dsahern@gmail.com>
Tue, 29 Sep 2020 15:21:24 +0000 (09:21 -0600)
commitd2be31d9b671ec0b3e32f56f9c913e249ed048bd
tree6bf87879ee5db13511c4d1aa191451b0034e4d85
parentf481515c89fa303d933c4c0026fc91359162a86f
ss: add support for xdp statistics

The patch exposes statistics for XDP sockets which can be useful for
debugging purposes.

The stats exposed are:
    rx dropped
    rx invalid
    rx queue full
    rx fill ring empty
    tx invalid
    tx ring empty

Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
misc/ss.c