Inter-revision diff: cover letter

Comparing v8 (message) to v11 (message)

--- v8
+++ v11
@@ -32,30 +32,31 @@
 V6: Use bpf_check_mtu() in selftest
 V7: Fix logic using tot_len and add another selftest
 V8: Add better selftests for BPF-helper bpf_check_mtu
+V9: Remove patch that use skb_set_redirected
+V10: Fix selftests and 'tot_len' MTU check like XDP
+V11: Fix nitpicks in selftests
 
 ---
 
-Jesper Dangaard Brouer (8):
+Jesper Dangaard Brouer (7):
       bpf: Remove MTU check in __bpf_skb_max_len
       bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
       bpf: bpf_fib_lookup return MTU value as output when looked up
       bpf: add BPF-helper for MTU checking
       bpf: drop MTU check when doing TC-BPF redirect to ingress
-      bpf: make it possible to identify BPF redirected SKBs
       selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
       bpf/selftests: tests using bpf_check_mtu BPF-helper
 
 
  include/linux/netdevice.h                          |   31 +++
- include/uapi/linux/bpf.h                           |   78 +++++++-
- net/core/dev.c                                     |   21 --
- net/core/filter.c                                  |  184 ++++++++++++++++--
- net/sched/Kconfig                                  |    1 
- tools/include/uapi/linux/bpf.h                     |   78 +++++++-
- tools/testing/selftests/bpf/prog_tests/check_mtu.c |  204 ++++++++++++++++++++
- tools/testing/selftests/bpf/progs/test_check_mtu.c |  196 +++++++++++++++++++
+ include/uapi/linux/bpf.h                           |   78 +++++++
+ net/core/dev.c                                     |   19 --
+ net/core/filter.c                                  |  183 +++++++++++++++--
+ tools/include/uapi/linux/bpf.h                     |   78 +++++++
+ tools/testing/selftests/bpf/prog_tests/check_mtu.c |  216 ++++++++++++++++++++
+ tools/testing/selftests/bpf/progs/test_check_mtu.c |  198 ++++++++++++++++++
  .../selftests/bpf/progs/test_cls_redirect.c        |    7 +
- 9 files changed, 757 insertions(+), 43 deletions(-)
+ 8 files changed, 766 insertions(+), 44 deletions(-)
  create mode 100644 tools/testing/selftests/bpf/prog_tests/check_mtu.c
  create mode 100644 tools/testing/selftests/bpf/progs/test_check_mtu.c
 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help