@tman222 said in Jumbo Frames not working on L3in 10Gbit network:
Hi @LaUs3r - have you tried running an iperf3 test across the firewall (i.e. between two VLAN's or subnets) to see how many packets per second it handle with PF enabled? That might be a good first step to see where the theoretical transfer limits are (and would leave out any impact storage might have on slowing down the transfer speed). Check out this link:
https://bsdrp.net/documentation/technical_docs/performance#where_is_the_bottleneck
You can use netstat to monitor number of packets being transferred while running an iperf3 test across the firewall (i.e. between two hosts in different VLAN's or subnets). Then reduce the MSS and see where you hit a bottleneck (i.e. the number of packets no longer increase as you increase the number of parallel iperf3 streams)
Hope this helps.
So, today I performed some iperf tests. my i3 cannot take more than 8Gbit/s which is fine for me. I now have transfer rates of approx. 800MB/s :-)
Interestingly, on my other PC where WinPcap is installed, I only get around 550MB/s.
So, thank you all for your valuable inputs and help!
Cheers guys