commit | a509a95536a86ef84deb16c656d741437791b414 | [log] [tgz] |
---|---|---|
author | Björn Töpel <bjorn.topel@intel.com> | Mon Jun 04 13:57:12 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Jun 04 17:21:02 2018 +0200 |
tree | 7003dd6cf67754e4320e4983604ad29c5ae2ee47 | |
parent | 4e64c835254095f55044d393e628dd3e92fca304 [diff] |
xsk: proper Rx drop statistics update Previously, rx_dropped could be updated incorrectly, e.g. if the XDP program redirected the frame to a socket bound to a different queue than where the XDP program was executing. Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>