From: Alexei Starovoitov Date: Mon, 13 Jul 2020 22:32:56 +0000 (-0700) Subject: Merge branch 'af_xdp-stats' X-Git-Tag: microblaze-v5.10~134^2~259^2~3 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=7c4bf5fe55ccd106e9c87553e95ea46dcc04c854;p=linux-2.6-microblaze.git Merge branch 'af_xdp-stats' Ciara Loftus says: ==================== This series introduces new statistics for af_xdp: 1. drops due to rx ring being full 2. drops due to fill ring being empty 3. failures pulling an item from the tx ring These statistics should assist users debugging and troubleshooting peformance issues and packet drops. The statistics are made available though the getsockopt and xsk_diag interfaces, and the ability to dump these extended statistics is made available in the xdpsock application via the --extra-stats or -x flag. A separate patch which will add ss/iproute2 support will follow. ==================== Acked-by: Björn Töpel Signed-off-by: Alexei Starovoitov --- 7c4bf5fe55ccd106e9c87553e95ea46dcc04c854