mbox series

[net-next,2,0/3]

Message ID 155136022499.3174.12765993257926981358.stgit@alrua-x1
Headers show
Series [net-next,2,1/3] xdp: Refactor devmap code in preparation for subsequent additions | expand

Message

Toke Høiland-Jørgensen Feb. 28, 2019, 1:23 p.m. UTC
---

Toke Høiland-Jørgensen (3):
      xdp: Refactor devmap code in preparation for subsequent additions
      xdp: Always use a devmap for XDP_REDIRECT to a device
      xdp: Add devmap_idx map type for looking up devices by ifindex


 include/linux/bpf.h                     |   46 ++
 include/linux/bpf_types.h               |    1 
 include/linux/filter.h                  |    2 
 include/net/net_namespace.h             |    2 
 include/net/netns/xdp.h                 |   11 +
 include/trace/events/xdp.h              |    3 
 include/uapi/linux/bpf.h                |    1 
 kernel/bpf/devmap.c                     |  609 +++++++++++++++++++++++++++----
 kernel/bpf/syscall.c                    |   27 +
 kernel/bpf/verifier.c                   |   14 +
 net/core/dev.c                          |   59 +++
 net/core/filter.c                       |   69 +---
 tools/bpf/bpftool/map.c                 |    1 
 tools/include/uapi/linux/bpf.h          |    1 
 tools/lib/bpf/libbpf_probes.c           |    1 
 tools/testing/selftests/bpf/test_maps.c |   16 +
 16 files changed, 720 insertions(+), 143 deletions(-)

Comments

Toke Høiland-Jørgensen Feb. 28, 2019, 1:27 p.m. UTC | #1
Toke Høiland-Jørgensen <toke@redhat.com> writes:

> ---

Oops, seems I managed to send this rather than abort it; terribly sorry
for the noise, please ignore...

-Toke