ss8688

Results 67 comments of ss8688

I strongly suspect that this is an issue with UDP Segmentation Offload of sunshine, as the affected network cards have Generic Segmentation Offload functionality. In Windows, UDP Segmentation Offload is...

> Just a random throw in, can you change the MTU of the card / virtual adapter to 1435 and test again? I had network issues with my x710 in...

But there will still be some random lag, but I think it's because I only modified the MTU of the vEthernet, because after enable sr-iov of vSwitch , I couldn't...

It seems to be a packet loss issue caused by a buffer overflow, and enabling Windows’ built-in QoS does not solve the problem. I previously used an SFP adaptive module...

The problem lies in this line of code https://github.com/raspberrypi/linux/blob/78fd5c93f1568d0dac7c56ee3d497739a63b058e/drivers/mmc/host/bcm2835-mmc.c#L1071C2-L1072C49

@P33M Yes,but both drivers have this issue.https://github.com/raspberrypi/linux/blob/78fd5c93f1568d0dac7c56ee3d497739a63b058e/drivers/mmc/host/bcm2835-sdhost.c#L1544

I have another question. My EMMC5.1 card can run at 200MHz. What is the maximum frequency that BCM2837's sdhost can support overclocking to? Is it possible to run at 200MHz...