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)
Dec 5 2024, 4:58 PM
Unknown Object (File)
Dec 4 2024, 8:53 AM
Unknown Object (File)
Dec 4 2024, 8:53 AM
Unknown Object (File)
Dec 4 2024, 8:53 AM
Unknown Object (File)
Dec 4 2024, 8:32 AM
Unknown Object (File)
Nov 3 2024, 4:54 AM
Unknown Object (File)
Oct 18 2024, 9:51 PM
Unknown Object (File)
Oct 6 2024, 10:45 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