Page MenuHomeFreeBSD

TLB flush enhancement using hypercall in Hyper-V
ClosedPublic

Authored by schakrabarti_microsoft.com on Jun 6 2024, 7:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 23, 1:32 PM
Unknown Object (File)
Sat, Sep 14, 9:28 PM
Unknown Object (File)
Fri, Sep 13, 9:09 PM
Unknown Object (File)
Fri, Sep 13, 2:46 AM
Unknown Object (File)
Tue, Sep 10, 1:41 AM
Unknown Object (File)
Tue, Sep 3, 9:19 AM
Unknown Object (File)
Tue, Sep 3, 9:19 AM
Unknown Object (File)
Tue, Sep 3, 9:19 AM
Subscribers

Details

Summary

Currently FreeBSD uses IPI based TLB flushing for remote TLB flushing.
Hyper-V allows hypercalls to flush local and remote TLB. The use of
Hyper-V hypercalls gives significant performance improvement in TLB operations.
This patch set during test has shown near to 40 percent
performance improvement.

Also this patch adds rep hypercall implementation as well.

Authored-by: Souradeep Chakrabarti <schakrabarti@microsoft.com>
Co-Authored-by: Erni Sri Satya Vennela <ernis@microsoft.com>

Signed-off-by: Souradeep Chakrabarti <schakrabarti@microsoft.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 7 2024, 8:04 AM
This revision was automatically updated to reflect the committed changes.