On Wed, Mar 6, 2019 at 1:15 PM Willem de Bruijn <willemdebruijn.ker...@gmail.com> wrote: > > From: Willem de Bruijn <will...@google.com> > > BPF can adjust gso only for tcp bytestreams. Fail on other gso types. > > But only on gso packets. It does not touch this field if !gso_size. Could you specify which field you are referring here? gso_type, gso_segs, gso_size?
> > Fixes: b90efd225874 ("bpf: only adjust gso_size on bytestream protocols") > Signed-off-by: Willem de Bruijn <will...@google.com> Other than the above commit message suggestion, Acked-by: Yonghong Song <y...@fb.com>