One of my Windows VMs operates with Blue Iris and has a ton of cameras on it. I had to increase the RX and TX to 4096 so that I would stop getting packet loss with the default values. I am not too versed on how this works, but my `interfaces` on the host looks like the below:
In the Windows VM my settings look like the attached.
The TXBuffers dont appear to exceed 1024 despite ethtool -g for enp6s0f0 and enp6s0f1 outputting max support of 4096. How do I go about getting the max for TX within the Windows VM?


Code:
iface enp6s0f0 inet manual
pre-up /sbin/ethtool -G enp6s0f0 tx 4096 rx 4096
iface enp6s0f1 inet manual
pre-up /sbin/ethtool -G enp6s0f1 tx 4096 rx 4096
In the Windows VM my settings look like the attached.
The TXBuffers dont appear to exceed 1024 despite ethtool -g for enp6s0f0 and enp6s0f1 outputting max support of 4096. How do I go about getting the max for TX within the Windows VM?

