Page MenuHomeFreeBSD

TLB flush enhancement using hypercalls in Hyper-V
AbandonedPublic

Authored by schakrabarti_microsoft.com on Jun 6 2024, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 3:54 PM
Unknown Object (File)
Tue, Sep 23, 4:16 PM
Unknown Object (File)
Aug 12 2025, 3:35 AM
Unknown Object (File)
Aug 7 2025, 2:32 AM
Unknown Object (File)
Jul 18 2025, 9:52 AM
Unknown Object (File)
Jul 15 2025, 3:04 AM
Unknown Object (File)
Jul 10 2025, 2:33 PM
Unknown Object (File)
Jul 10 2025, 2:33 PM
Subscribers
None

Details

Reviewers
None
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

Lint
Lint Skipped
Unit
Tests Skipped