Message ID | 20220127172448.155686-1-jakub@cloudflare.com (mailing list archive) |
---|---|
Headers | show |
Series | Split bpf_sock dst_port field | expand |
On Thu, Jan 27, 2022 at 06:24:46PM +0100, Jakub Sitnicki wrote: > This is a follow-up to discussion around the idea of making dst_port in struct > bpf_sock a 16-bit field that happened in [1]. I have fleshed it out further: > > v1: > - keep dst_field offset unchanged to prevent existing BPF program breakage > (Martin) > - allow 8-bit loads from dst_port[0] and [1] > - add test coverage for the verifier and the context access converter lgtm. Thanks for the patches. Acked-by: Martin KaFai Lau <kafai@fb.com>