Vadim Rozenfeld

Results 241 comments of Vadim Rozenfeld

@Hedius You need to run "netsh dump > filename.txt" command from the elevated cmd prompt before un-install and restore the settings with " netsh -f filename.txt" command after installing the...

@CHN-STUDENT Not sure that your issue somehow related to this case. This particular case is about loosing network interface settings while updating virtio-win package. The problem has been solved with...

@Turbine8845 Thank you for reporting the issue. Can you try installing drivers from Win10 sub-directory ? Best, Vadim.

@Turbine8845 I tried to install vioscsi driver from 262 on en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso running on top of kvm [vrozenfe@milly isos]$ uname -r 6.5.12-100.fc37.x86_64 (qemu) info version 9.1.50v9.1.0-1170-g58d49b5895 [vrozenfe@milly isos]$ sha256sum en-us_windows_11_iot_enterprise_ltsc_2024_x64_dvd_f6b14814.iso 4f59662a96fc1da48c1b415d6c369d08af55ddd64e8f1c84e0166d9e50405d7a...

@Turbine8845 That is is a kind of strange situation, because if you can add a virtio disk as a data disk then you should be able to do the same...

@Turbine8845 It might be related to the UEFI implementation on VirtualBox, but you said it works fine with the previous version of vioscsi driver, right?

@benyamin-codez Thanks a lot. Would it be possible to split this PR into two separate - WPP and SRB related ones? Can you please share the qemu command line and...

@benyamin-codez Technically enabling STOR_PERF_DPC_REDIRECTION_CURRENT_CPU and STOR_PERF_OPTIMIZE_FOR_COMPLETION_DURING_STARTIO work quite well for storport miniport drivers can improve performance a bit more. I tested it a bit on viostor (virtio-blk) driver a long...

FYI there is a RH Jira issue reported internally https://issues.redhat.com/browse/RHEL-56722 and which I'm trying to fix soon.

@benyamin-codez If I understand your question about "get each HBA instance to act separately" correctly then adjusting the transfer length according the block limits reported by the underlying scsi device...