Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Upgrade to 23.01 WAN speed halved

    Scheduled Pinned Locked Moved General pfSense Questions
    106 Posts 19 Posters 29.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      There are no changes to the cxgbe driver in 23.05 yet. I would not expect any difference.
      The maintainer is investigating.

      Steve

      D 1 Reply Last reply Reply Quote 0
      • D
        debo4479 @stephenw10
        last edited by debo4479

        @stephenw10
        Per comments on redmine bug, no change with 23.05

        https://redmine.pfsense.org/issues/14207

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          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.

          D 1 Reply Last reply Reply Quote 0
          • D
            debo4479 @stephenw10
            last edited by

            @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.

            FreeBSD14_T520CR.jpg

            FreeBSD14_T520CR_2.jpg

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              You might have to load the module in FreeBSD:

              kldload if_cxbge
              
              D 1 Reply Last reply Reply Quote 0
              • D
                debo4479 @stephenw10
                last edited by

                @stephenw10

                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.

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by stephenw10

                  Try using the full path:

                  kldload /boot/kernel/if_cxgbe.ko
                  
                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    @stephenw10 said in Upgrade to 23.01 WAN speed halved:

                    if_cxbge

                    Oh I typo'd it!

                    kldload if_cxgbe
                    
                    D 1 Reply Last reply Reply Quote 0
                    • D
                      debo4479 @stephenw10
                      last edited by debo4479

                      @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

                      iperf.jpg

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        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?

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          debo4479 @stephenw10
                          last edited by

                          @stephenw10
                          I was running iperf3 server on FreeBSD14 so it was receiving. Screenshot is me sending data from unraid host.

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            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.

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              debo4479 @stephenw10
                              last edited by

                              @stephenw10
                              Yes, both ways look good
                              FreeBSD14_T520CR_3.jpg

                              output of ifconfig
                              ifconfig-vvvm.jpg

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by stephenw10

                                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.

                                S 1 Reply Last reply Reply Quote 0
                                • S
                                  SteveITS Galactic Empire @stephenw10
                                  last edited by

                                  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.

                                  Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                  When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                  Upvote 👍 helpful posts!

                                  1 Reply Last reply Reply Quote 2
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Ok this appears to be due to ratelimiting in the kernel. Thanks to the Chelsio driver maintainer who dug that out.

                                    If you're seeing this please try setting the following loader value:

                                    hw.cxgbe.niccaps_allowed="1"
                                    

                                    Add that to /boot/loader.conf.local
                                    Create that file if it doesn't exist.

                                    Let us know if that removes the issue.

                                    Steve

                                    D J B 3 Replies Last reply Reply Quote 4
                                    • D
                                      debo4479 @stephenw10
                                      last edited by debo4479

                                      @stephenw10

                                      Looks good after upgrading to 23.01, creating that file and adding the entry. Also went to 23.05 and speed still looks good.

                                      Speedtest_after_fix.jpg

                                      Thanks for getting this figured out.

                                      1 Reply Last reply Reply Quote 2
                                      • B
                                        battlebot32
                                        last edited by battlebot32

                                        @stephenw10 Thank you for posting this.

                                        I applied the hw.cxgbe.niccaps_allowed="1" value to the /boot/loader.conf.local file as recommended and after a reboot I am also seeing correct speeds. Full gigabit out the WAN interface up and down along with full 10gb speeds to an internal speed test server that I host. This appears to be the fix to this issue. Thank you for all that you do!

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          JensErling @stephenw10
                                          last edited by

                                          @stephenw10 I have been using this fix for a while now and it is working great on version 23.05. Thank you to everyone that has put in an effort to solve the problem, it is much appreciated! :)

                                          1 Reply Last reply Reply Quote 1
                                          • B
                                            bigtimmyc @stephenw10
                                            last edited by

                                            @stephenw10 I have added this line to my bootloader but I have not seen any performance change.

                                            I am running a T422-CR card on 23.05.1-RELEASE of PFsense+

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.