[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <7915A22A-F1ED-4A5D-AC2A-25D0C05ECAA0@apple.com>
Date: Fri, 08 Dec 2023 13:15:04 -0800
From: Christoph Paasch <cpaasch@...le.com>
To: netdev <netdev@...r.kernel.org>, Roopa Prabhu <roopa@...ulusnetworks.com>
Cc: Craig Taylor <cmtaylor@...le.com>
Subject: Re: mpls_xmit() calls skb_orphan()
> On Dec 8, 2023, at 1:06 PM, Christoph Paasch <cpaasch@...le.com> wrote:
>
> Hello,
>
> we observed an issue when running a TCP-connection with BBR on top of an MPLS-tunnel in that we saw a lot of CPU-time spent coming from tcp_pace_kick(), although sch_fq was configured on this host.
>
> The reason for this seems to be because mpls_xmit() calls skb_orphan(), thus settings skb->sk to NULL, preventing the qdisc to set sk_pacing_status (which would allow to avoid the call to tcp_pace_kick()).
>
> The question is: Why is this call to skb_orphan in mpls_xmit necessary ?
>
>
> Thanks,
> Christoph
Resend in plain-text. Sorry about that!
Christoph
Powered by blists - more mailing lists