From: Eric Dumazet <eric.duma...@gmail.com> Date: Thu, 21 Apr 2016 22:13:01 -0700
> From: Eric Dumazet <eduma...@google.com> > > We now have proper per-listener but also per network namespace counters > for SYN packets that might be dropped. > > We replace the kfree_skb() by consume_skb() to be drop monitor [1] > friendly, and remove an obsolete comment. > FastOpen SYN packets can carry payload in them just fine. > > [1] perf record -a -g -e skb:kfree_skb sleep 1; perf report > > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied.