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)
Sat, Jul 25, 7:44 AM
Unknown Object (File)
Thu, Jul 23, 4:25 AM
Unknown Object (File)
Wed, Jul 22, 8:12 PM
Unknown Object (File)
Mon, Jul 13, 12:16 AM
Unknown Object (File)
Sat, Jul 4, 6:10 PM
Unknown Object (File)
Sat, Jul 4, 3:33 PM
Unknown Object (File)
Fri, Jul 3, 3:39 AM
Unknown Object (File)
Thu, Jul 2, 7:55 PM
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