linux-sg2042/net/xdp
Björn Töpel a509a95536 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>
2018-06-04 17:21:02 +02:00
..
Kconfig net: initial AF_XDP skeleton 2018-05-03 15:55:23 -07:00
Makefile xsk: remove newline at end of file 2018-05-18 16:07:02 +02:00
xdp_umem.c xsk: convert atomic_t to refcount_t 2018-05-22 10:25:06 +02:00
xdp_umem.h xsk: convert atomic_t to refcount_t 2018-05-22 10:25:06 +02:00
xdp_umem_props.h xsk: clean up SPDX headers 2018-05-18 16:07:02 +02:00
xsk.c xsk: proper Rx drop statistics update 2018-06-04 17:21:02 +02:00
xsk_queue.c xsk: fixed some cases of unnecessary parentheses 2018-05-18 16:07:03 +02:00
xsk_queue.h xsk: proper fill queue descriptor validation 2018-06-04 17:21:02 +02:00