Upgrade to 23.01 WAN speed halved
-
Anyone looked at duplex testing in detail, given the halving at 5 GbE and 1 GbE?
️
-
I too am seeing my download speeds halved using a Chelsio t-420 in 23.01. Upload speeds are normal. I also tried using the latest 2.7 and had the same issues. I am currently back using 2.6.0 with full speeds
-
I am having this issue as well. I recently moved my LAN interface over to the second port on my CHELSIO T520-BT and was only getting 470 - 480 Mbps download. I have been scratching my head for the better part of a week trying to figure what was going on. I switched back to a 4-port 1Gb Intel card and speeds went back to normal.
-
Has anyone been able to test this in a FreeBSD 14 snapshot?
-
I see that 23.05 beta has been released. Has anyone tried it to see if this fixes the problem or if they're even trying to?
-
There are no changes to the cxgbe driver in 23.05 yet. I would not expect any difference.
The maintainer is investigating.Steve
-
@stephenw10
Per comments on redmine bug, no change with 23.05 -
It would very helpful if anyone hitting this can test a FreeBSD 14 snapshot. That would allow us to rule out any changes pfSense might be doing. It will also give the driver maintainer something specific to test against.
-
@stephenw10
I spun up a FreeBSD14 VM on Unraid and it does not find drive for my T520-CR. It says no driver attached. I have attached screenshot of both boot log and pciconf. -
You might have to load the module in FreeBSD:
kldload if_cxbge
-
If I run that command I get "can't load if_cxbge: No such file or directory"
I can see the file in /boot/kernel/ does that mean it is already loaded?
I even tried to load from that directory and same message. Even tried with sudo. I am mostly windows guy so maybe I am just doing something wrong.
-
Try using the full path:
kldload /boot/kernel/if_cxgbe.ko
-
-
@stephenw10
Duh, I should have picked that up.OK I was able to load and pull ip address. I tried iperf3 - s and I doesn't look like it is installed by default.
UPDATE: ok, got it installed. below are my results using chelsio t520-cr
-
That's the send rate, the iperf3 client sends by default. If you run it reversed
-R
do you see the half speed when receiving? -
@stephenw10
I was running iperf3 server on FreeBSD14 so it was receiving. Screenshot is me sending data from unraid host. -
But you see full line rate both ways?
What does
ifconfig -vvvm cxl0
show under FreeBSD 14? It could just be different off loading options set. -
@stephenw10
Yes, both ways look good
output of ifconfig
-
Hmm, well it appears to have similar hardware off-loading options enabled but I don't have anything to compare it with directly. Do you have that same output from pfSense 23.01?
pfSense has TSO and LRO disabled by default. Both are enabled there. You might try disabling those and retesting.
-
Those with Chelsio hardware might want to review this thread:
@user1337 said in Reroot exposes SSH, Telnet, Web UI to WAN:
...I found the answer: https://calomel.org/freebsd_chelsio_toe_firewall.html:
The Chelsio Offload Policy (COP) manages when the TCP Offload Engine (TOE) takes affect allowing the card to only offload TCP connections which you want to offload and leave the other connection to the default FreeBSD TCP stack.
...
SECURITY NOTE: The Chelsio TCP Offload Engine (TOE) will completely bypass the FreeBSD TCP stack as well as any Chelsio filter rules. This means that traffic using TOE will NOT be filtered using our Chelsio Rules of Engagement filter rules or the Pf packet filter, nor will Pf log TOE connections. Netstat will show the connections using "netstat -np tcp" though.