Page MenuHomeFreeBSD

Don't deref an mbuf ext_pgs pointer in tcp_m_copym() unless we need to
ClosedPublic

Authored by gallatin on Mar 7 2020, 10:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 11 2024, 7:08 AM
Unknown Object (File)
Dec 20 2023, 5:17 AM
Unknown Object (File)
Dec 1 2023, 11:19 PM
Unknown Object (File)
Nov 15 2023, 3:29 PM
Unknown Object (File)
Nov 15 2023, 3:27 PM
Unknown Object (File)
Oct 26 2023, 11:03 PM
Unknown Object (File)
Sep 5 2023, 3:53 PM
Unknown Object (File)
Sep 3 2023, 2:20 AM
Subscribers

Details

Summary

Avoid a cache miss accessing an mbuf ext_pgs pointer when not doing hardware TLS.

For a Netflix 90Gb/s 100% TLS software TLS workload, this reduces the CPI of tcp_m_copym() from ~3.5 to ~2.5 as reported by vtune.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable