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.
Differential D23998
Don't deref an mbuf ext_pgs pointer in tcp_m_copym() unless we need to gallatin on Mar 7 2020, 10:56 PM. Authored by Tags None Referenced Files
Details
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
|