On Fri, Jun 9, 2017 at 12:17 PM, Chenbo Feng <[email protected]> wrote: > From: Chenbo Feng <[email protected]> > > There are two tcp_filter hooks in tcp_ipv6 ingress path currently. > One is at tcp_v6_rcv and another is in tcp_v6_do_rcv. It seems the > tcp_filter() call inside tcp_v6_do_rcv is redundent and some packet > will be filtered twice in this situation. This will cause trouble > when using eBPF filters to account traffic data. > > Signed-off-by: Chenbo Feng <[email protected]> > Acked-by: Eric Dumazet <[email protected]> > --- > net/ipv6/tcp_ipv6.c | 3 --- > 1 file changed, 3 deletions(-)
Yes, this is the patch I agreed on ;) Thanks
