commit | 91274ca535185813cd5eebfe5a4d3344750c74e3 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Thu Oct 01 18:10:09 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Oct 02 15:18:39 2020 -0700 |
tree | 0e3b71801ce68631955667e30bcf1b317d9e80e9 | |
parent | 18ebe16d10496db795a9930c320c45653207a548 [diff] |
bpf, sockmap: Update selftests to use skb_adjust_room Instead of working around TLS headers in sockmap selftests use the new skb_adjust_room helper. This allows us to avoid special casing the receive side to skip headers. Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/160160100932.7052.3646935243867660528.stgit@john-Precision-5820-Tower