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)
Sun, Nov 3, 3:26 AM
Unknown Object (File)
Sep 24 2024, 6:23 PM
Unknown Object (File)
Sep 23 2024, 1:32 PM
Unknown Object (File)
Sep 14 2024, 9:28 PM
Unknown Object (File)
Sep 13 2024, 9:09 PM
Unknown Object (File)
Sep 13 2024, 2:46 AM
Unknown Object (File)
Sep 10 2024, 1:41 AM
Unknown Object (File)
Sep 3 2024, 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

Lint
Lint Skipped
Unit
Tests Skipped

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.