Re: [PATCH net] bpf: make padding in bpf_tunnel_key explicit

2016-03-29 Thread David Miller
From: Daniel Borkmann Date: Wed, 30 Mar 2016 00:02:00 +0200 > Make the 2 byte padding in struct bpf_tunnel_key between tunnel_ttl > and tunnel_label members explicit. No issue has been observed, and > gcc/llvm does padding for the old struct already, where tunnel_label > was not yet present, so t

Re: [PATCH net] bpf: make padding in bpf_tunnel_key explicit

2016-03-29 Thread Alexei Starovoitov
On Wed, Mar 30, 2016 at 12:02:00AM +0200, Daniel Borkmann wrote: > Make the 2 byte padding in struct bpf_tunnel_key between tunnel_ttl > and tunnel_label members explicit. No issue has been observed, and > gcc/llvm does padding for the old struct already, where tunnel_label > was not yet present, s