Searched hist:"38 edddb81172e8b8decb057c0cd23271583a5fa0" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | xdp.h | diff 38edddb81172e8b8decb057c0cd23271583a5fa0 Thu May 24 09:45:57 CDT 2018 Jesper Dangaard Brouer <brouer@redhat.com> xdp: add tracepoint for devmap like cpumap have
Notice how this allow us get XDP statistic without affecting the XDP performance, as tracepoint is no-longer activated on a per packet basis.
V5: Spotted by John Fastabend. Fix 'sent' also counted 'drops' in this patch, a later patch corrected this, but it was a mistake in this intermediate step.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
/openbmc/linux/kernel/bpf/ |
H A D | devmap.c | diff 38edddb81172e8b8decb057c0cd23271583a5fa0 Thu May 24 09:45:57 CDT 2018 Jesper Dangaard Brouer <brouer@redhat.com> xdp: add tracepoint for devmap like cpumap have
Notice how this allow us get XDP statistic without affecting the XDP performance, as tracepoint is no-longer activated on a per packet basis.
V5: Spotted by John Fastabend. Fix 'sent' also counted 'drops' in this patch, a later patch corrected this, but it was a mistake in this intermediate step.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | diff 38edddb81172e8b8decb057c0cd23271583a5fa0 Thu May 24 09:45:57 CDT 2018 Jesper Dangaard Brouer <brouer@redhat.com> xdp: add tracepoint for devmap like cpumap have
Notice how this allow us get XDP statistic without affecting the XDP performance, as tracepoint is no-longer activated on a per packet basis.
V5: Spotted by John Fastabend. Fix 'sent' also counted 'drops' in this patch, a later patch corrected this, but it was a mistake in this intermediate step.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|
/openbmc/linux/net/core/ |
H A D | filter.c | diff 38edddb81172e8b8decb057c0cd23271583a5fa0 Thu May 24 09:45:57 CDT 2018 Jesper Dangaard Brouer <brouer@redhat.com> xdp: add tracepoint for devmap like cpumap have
Notice how this allow us get XDP statistic without affecting the XDP performance, as tracepoint is no-longer activated on a per packet basis.
V5: Spotted by John Fastabend. Fix 'sent' also counted 'drops' in this patch, a later patch corrected this, but it was a mistake in this intermediate step.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
|