xdp-newbies.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-19 14:20:50 to 2021-03-31 12:52:32 UTC [more...]

AF_XDP - why setrlimit() ?
 2021-03-31 12:51 UTC  (2+ messages)

AF_XDP sockets across multiple NIC queues
 2021-03-30  6:44 UTC  (9+ messages)

AF_XDP (i40e) behavior change in 5.11?
 2021-03-26  7:37 UTC  (4+ messages)

Queuing disciplines with XDP_REDIRECT
 2021-03-17 14:33 UTC  (4+ messages)

Fwd: A Python-based ebpf code generator
 2021-03-08 11:35 UTC 

Putting Into Account Packet End (ctx->data_end)
 2021-03-04 10:45 UTC  (5+ messages)

Query on eBPF Map iterator in Kernel space
 2021-03-03  1:33 UTC  (5+ messages)

Redirect from NIC to TAP
 2021-03-01 16:20 UTC  (11+ messages)

How to orchestrate multiple XDP programs
 2021-02-23 11:07 UTC  (18+ messages)

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run7
 2021-01-23 19:35 UTC  (2+ messages)

xsk_fwd.c usage
 2021-01-15  9:41 UTC  (2+ messages)

i40e rx_dropped increasing at 10Mpps
 2021-01-04 15:14 UTC  (3+ messages)

XDP BPF Stack Limit Issues
 2020-12-18  2:42 UTC  (3+ messages)

libxdp with bpf_stats_enabled question
 2020-12-17 12:59 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpf: remove bpf_load loader completely
 2020-11-27  3:40 UTC  (9+ messages)
` [PATCH bpf-next v3 1/7] samples: bpf: refactor hbm program with libbpf
` [PATCH bpf-next v3 2/7] samples: bpf: refactor test_cgrp2_sock2 "
` [PATCH bpf-next v3 3/7] samples: bpf: refactor task_fd_query "
` [PATCH bpf-next v3 4/7] samples: bpf: refactor ibumad "
` [PATCH bpf-next v3 5/7] samples: bpf: refactor test_overhead "
` [PATCH bpf-next v3 6/7] samples: bpf: fix lwt_len_hist reusing previous BPF map
` [PATCH bpf-next v3 7/7] samples: bpf: remove bpf_load loader completely

[PATCH bpf-next v2 0/7] bpf: remove bpf_load loader completely
 2020-11-24  8:50 UTC  (11+ messages)
` [PATCH bpf-next v2 1/7] samples: bpf: refactor hbm program with libbpf
` [PATCH bpf-next v2 2/7] samples: bpf: refactor test_cgrp2_sock2 "
` [PATCH bpf-next v2 3/7] samples: bpf: refactor task_fd_query "
` [PATCH bpf-next v2 4/7] samples: bpf: refactor ibumad "
` [PATCH bpf-next v2 5/7] samples: bpf: refactor test_overhead "
` [PATCH bpf-next v2 6/7] samples: bpf: fix lwt_len_hist reusing previous BPF map
` [PATCH bpf-next v2 7/7] samples: bpf: remove bpf_load loader completely

[PATCH bpf-next 0/9] bpf: remove bpf_load loader completely
 2020-11-18  9:31 UTC  (32+ messages)
` [PATCH bpf-next 1/9] selftests: bpf: move tracing helpers to trace_helper
` [PATCH bpf-next 2/9] samples: bpf: refactor hbm program with libbpf
` [PATCH bpf-next 3/9] samples: bpf: refactor test_cgrp2_sock2 "
` [PATCH bpf-next 4/9] samples: bpf: refactor task_fd_query "
` [PATCH bpf-next 5/9] samples: bpf: refactor ibumad "
` [PATCH bpf-next 6/9] samples: bpf: refactor test_overhead "
` [PATCH bpf-next 7/9] samples: bpf: fix lwt_len_hist reusing previous BPF map
` [PATCH bpf-next 8/9] samples: bpf: remove unused trace_helper and bpf_load from Makefile
` [PATCH bpf-next 9/9] samples: bpf: remove bpf_load loader completely

Kernel crashes with AF_XDP on localhost interface
 2020-10-29 15:50 UTC 

Multi-core scalability problems
 2020-10-26  8:14 UTC  (13+ messages)

Multi-core scalability problems
 2020-10-14  8:35 UTC 

Call for Proposals: eBPF Summit 2020
 2020-10-12 22:53 UTC  (2+ messages)
` [FINAL REMINDER] "

[PATCH bpf-next v2 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-10 23:56 UTC  (7+ messages)
` [PATCH bpf-next v2 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next v2 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next v2 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

[PATCH bpf-next v2 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-10 10:44 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next v2 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next v2 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

[PATCH bpf-next 0/3] samples: bpf: Refactor XDP programs with libbpf
 2020-10-10 10:41 UTC  (12+ messages)
` [PATCH bpf-next 1/3] samples: bpf: Refactor xdp_monitor "
` [PATCH bpf-next 2/3] samples: bpf: Replace attach_tracepoint() to attach() in xdp_redirect_cpu
` [PATCH bpf-next 3/3] samples: bpf: refactor XDP kern program maps with BTF-defined map

Create copy of packate given to BPF
 2020-10-05 12:13 UTC  (3+ messages)

XDP/eBPF/jit problem, system crash, with some ctx access changes
 2020-09-28 19:41 UTC  (2+ messages)

bpf_redirect and xdpgeneric
 2020-09-28 18:14 UTC  (9+ messages)
          ` [Intel-wired-lan] "

Using pinned maps within a network namespace
 2020-09-28 17:23 UTC  (7+ messages)

NDv6 and xdp-filter
 2020-09-22 11:28 UTC  (2+ messages)

(no subject)
 2020-09-22  2:28 UTC  (5+ messages)
` xdp-filter troubles

XDP program unloads by itself
 2020-09-21 16:32 UTC  (3+ messages)

Another IP fragmentation question
 2020-08-27 17:45 UTC 

Using XDP for Cloud VMs by David Ahern
 2020-08-25  0:34 UTC  (4+ messages)

Kernel Panic when loading XDP on i40e driver
 2020-08-19 16:16 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).