[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150512151646.GB22387@breakpoint.cc>
Date: Tue, 12 May 2015 17:16:46 +0200
From: Florian Westphal <fw@...len.de>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: Florian Westphal <fw@...len.de>, netdev@...r.kernel.org
Subject: Re: [PATCH -next] net: core: set qdisc pkt len before tc_classify
Eric Dumazet <eric.dumazet@...il.com> wrote:
> > Fixes: d2788d34885d ("net: sched: further simplify handle_ing")
> > Acked-by: Daniel Borkmann <daniel@...earbox.net>
> > Signed-off-by: Florian Westphal <fw@...len.de>
> > ---
> > net/core/dev.c | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/net/core/dev.c b/net/core/dev.c
> > index e5f77c4..871181a 100644
> > --- a/net/core/dev.c
> > +++ b/net/core/dev.c
> > @@ -3540,8 +3540,9 @@ static inline struct sk_buff *handle_ing(struct sk_buff *skb,
> > *pt_prev = NULL;
> > }
> >
> > - qdisc_bstats_update_cpu(cl->q, skb);
> > + qdisc_skb_cb(skb)->pkt_len = skb->len;
>
>
> A qdisc might have a stab (cf qdisc_calculate_pkt_len() )
Thanks for pointing this out Eric.
I was under impression that stab was only useful for egress but in
fact tc did support ingress stab too.
Daniel will submit a v2.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists