lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <9F1B6AC3-509E-4C64-97A4-47247F25913A@apple.com>
Date: Fri, 08 Dec 2023 13:06:57 -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: mpls_xmit() calls skb_orphan()

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ