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

    Load updated Intel IX module to get 10Gbps

    Scheduled Pinned Locked Moved Hardware
    72 Posts 4 Posters 13.6k 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.
    • O
      ogghi @stephenw10
      last edited by

      @stephenw10 What do you mean with the fastest?
      One with the fastest possible CPU?

      Also I am wondering if the problem is really due to CPU clock / single stream? If I run multiple tests / transfers at the same time to different hosts, those tests will share those ~5Gbit...
      ?

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

        Well in a test like that I'd expect to see 7-8Gbps through the D1541 so seeing 5Gbps with a D1518 is not wildly low.

        But as I said we have seen reports of dramatically higher throughput using other NICs. I've not tested that myself to confirm though.

        O 1 Reply Last reply Reply Quote 1
        • O
          ogghi @stephenw10
          last edited by

          @stephenw10
          I guess I figured out what HW we have here:
          Must be one of those guys, except we don't have the 4 port Ethernet card in:
          https://www.newegg.com/supermicro-sys-5018d-fn8t-intel-xeon-processor-d-1518-2-2-ghz-cpu-tdp-support-35w-fcbga-1667/p/370-0003-000G9

          Also now I am thinking: If the Mellanox cards might give us better throughput, I could get a MCX4121A-ACAT which as of this list: https://www.freebsd.org/releases/12.1R/hardware/#support
          is supported officially by FreeBSD?
          I found that card for ~230 bucks :)

          You think it's worth a try?

          Best regards!

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

            @ogghi said in Load updated Intel IX module to get 10Gbps:

            MCX4121A-ACAT

            We have seen a number of reports of issues with that card specifically so, no, I wouldn't get that one. The user who reported getting close to 25Gbps was using a ConnectX-5 NIC.

            O 1 Reply Last reply Reply Quote 1
            • O
              ogghi @stephenw10
              last edited by

              @stephenw10
              All right, I'll try and get a Mellanox MCX512A-ACAT aka ConnectX-5 EN and report back :)

              Thanks!

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

                I will say that I've never tested that myself. It would be good to get a second test with it though as that first result was very surprising.

                O 1 Reply Last reply Reply Quote 1
                • T
                  tman222
                  last edited by

                  I ran a Xeon D-1518 based pfSense system up until recently and the best performance I saw, if I recall correctly, was around ~6-7Gbit/s routing traffic between two different internal network segments (no NAT, no IDS/IPS) via an iperf3 test (single stream). I imagine with NAT in the picture, performance through WAN would have been a bit lower than that.

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

                    With the included ix NICs I assume? That's about what I'd expect. Which is why the reports of 25Gbps with Mellanox NICs are so surprising.

                    T 1 Reply Last reply Reply Quote 1
                    • O
                      ogghi @stephenw10
                      last edited by

                      @stephenw10
                      hi there, I got the card.
                      How would I go to install it actually?
                      Install the card, change LAN setting to one of the new ports, apply, switch over cables?
                      Then do the same for WAN?

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

                        Yes, pretty much exactly that. Just switch the interface assignments to the new NICs.

                        O 1 Reply Last reply Reply Quote 1
                        • O
                          ogghi @stephenw10
                          last edited by

                          @stephenw10
                          Hi there!
                          I was not successful here this morning, had to revert and restore backup. Seems the routes were not updating, same for firewall rules.
                          All back running. What I saw as warning output above in the webUI made me think the issue with the limitation might be something else:

                          Filter Reload
                          There were error(s) loading the rules: pfctl: interface ix0 bandwidth limited to 4294967295 bps because selected scheduler is 32-bit limited - The line in question reads [0]: @ 2024-03-07 07:38:45
                          

                          So I tried disabling traffic shaper completely.
                          No change though.

                          But most important, what did go wrong with interface change? I tried in UI to re-assign, also from cmd locally...

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

                            Ah, looks like you have some limiters set on that and the link speed is above what it can handle. Which itself is interesting.

                            What traffic shaping do you have enabled there?

                            Do you have an interface with the bandwidth set as a percentage?

                            O 1 Reply Last reply Reply Quote 0
                            • O
                              ogghi @stephenw10
                              last edited by

                              @stephenw10
                              I disabled all traffic shaper queues this morning to test after I saw that output.
                              No change so far, but I haven't rebooted since, is it required?

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

                                No you should not need to reboot.

                                If you reload the ruleset in Status > Filter Reload does it regenerate the error?

                                If so that value must still be in the config somewhere.

                                O 1 Reply Last reply Reply Quote 0
                                • T
                                  tman222 @stephenw10
                                  last edited by

                                  @stephenw10 said in Load updated Intel IX module to get 10Gbps:

                                  With the included ix NICs I assume? That's about what I'd expect. Which is why the reports of 25Gbps with Mellanox NICs are so surprising.

                                  Actually, this was mostly tested between two interfaces on a Chelsio T540-SO-CR expansion card. I do recall testing between the Chelsio interfaces and onboard ix interfaces at a time or two as well and seeing similar speeds (i.e. no major increases or decreases).

                                  1 Reply Last reply Reply Quote 2
                                  • O
                                    ogghi @stephenw10
                                    last edited by

                                    @stephenw10
                                    I tried to do the reload while tail -f on /var/log/system.log
                                    I only saw:
                                    Mar 11 14:40:29 vm12 check_reload_status[331]: Reloading filter

                                    That's where it had logged the error before I bet?

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

                                      Yes it would show in the system log. It would also show on the filter reload page if the error was regenerated.

                                      O 1 Reply Last reply Reply Quote 1
                                      • O
                                        ogghi @stephenw10
                                        last edited by

                                        @stephenw10 So no errors here :)
                                        But problem not solved either.

                                        https://hastebin.com/share/visalixawa.bash

                                        I am confused why it still generates ALTQ queues?
                                        3d594a12-f8ce-4b47-9675-57bd9a7aa8cb-image.png

                                        Anyway, because of a power outage the firewall might reboot tonight (unless UPS holds up long enough)

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

                                          It doesn't. The script is simply logging that it has reached that section where it would be creating queues if they were configured.

                                          O 1 Reply Last reply Reply Quote 1
                                          • O
                                            ogghi @stephenw10
                                            last edited by

                                            @stephenw10
                                            Good!

                                            The question remains on how to change NICs while maintaining the NAT and firewall rules etc?

                                            Did I not use the right procedure?

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