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)
Wed, Nov 26, 9:56 PM
Unknown Object (File)
Sun, Nov 23, 1:11 AM
Unknown Object (File)
Thu, Nov 20, 4:10 PM
Unknown Object (File)
Thu, Nov 20, 4:07 PM
Unknown Object (File)
Thu, Nov 20, 4:07 PM
Unknown Object (File)
Thu, Nov 20, 3:57 PM
Unknown Object (File)
Mon, Nov 17, 4:56 AM
Unknown Object (File)
Mon, Nov 17, 2:44 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