Page MenuHomeFreeBSD

hyperv/storvsc: Enable TRIM support for Win2012R2
ClosedPublic

Authored by honzhan_microsoft.com on Aug 3 2016, 5:05 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 8:00 PM
Unknown Object (File)
Oct 19 2024, 2:10 AM
Unknown Object (File)
Oct 17 2024, 2:48 AM
Unknown Object (File)
Oct 13 2024, 12:18 AM
Unknown Object (File)
Sep 24 2024, 10:12 AM
Unknown Object (File)
Sep 24 2024, 5:11 AM
Unknown Object (File)
Sep 23 2024, 4:38 PM
Unknown Object (File)
Sep 18 2024, 6:48 PM

Details

Summary

On win8 and win2012 the inquiry response indicates the device is SPC-2, but in fact it is SPC-3.
This is a host issue and has fixed on win2016. FreeBSD VM has to manually set SCSI version to SPC-3 to support TRIM.

Submitted by: Hongjiang Zhang <honzhan microsoft com>

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

honzhan_microsoft.com retitled this revision from to hyperv/storvsc: Enable TRIM support for Win2012R2.
honzhan_microsoft.com updated this object.
sepherosa_gmail.com edited edge metadata.

Fix the comment. Rest looks fine.

sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2162

UNMAP?

This revision is now accepted and ready to land.Aug 3 2016, 5:27 AM
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2162

yes, UNMAP is the formal command.

This revision now requires review to proceed.Aug 3 2016, 5:35 AM
This revision is now accepted and ready to land.Aug 3 2016, 5:49 AM
This revision was automatically updated to reflect the committed changes.