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

    Performance issue on virtualised pfSense

    Scheduled Pinned Locked Moved General pfSense Questions
    24 Posts 3 Posters 3.3k 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

      Usually by checking the man page like: vmx(4)
      Most drivers don't require anything, vmx has specific instructions.

      Most drivers support multiple hardware chips so the number of queues available will depend on that.

      Drivers that do will be limited by the number of CPU cores or the number of queues the hardware supports. Whichever is greater. So at boot you may see:

      ix3: <Intel(R) X553 L (1GbE)> mem 0x80800000-0x809fffff,0x80c00000-0x80c03fff at device 0.1 on pci9
      ix3: Using 2048 TX descriptors and 2048 RX descriptors
      ix3: Using 2 RX queues 2 TX queues
      ix3: Using MSI-X interrupts with 3 vectors
      ix3: allocated for 2 queues
      ix3: allocated for 2 rx queues
      

      That's on a 4100 but on a 6100 the same NIC shows:

      ix3: <Intel(R) X553 L (1GbE)> mem 0x80800000-0x809fffff,0x80c00000-0x80c03fff at device 0.1 on pci10
      ix3: Using 2048 TX descriptors and 2048 RX descriptors
      ix3: Using 4 RX queues 4 TX queues
      ix3: Using MSI-X interrupts with 5 vectors
      ix3: allocated for 4 queues
      ix3: allocated for 4 rx queues
      

      Steve

      S 1 Reply Last reply Reply Quote 0
      • S
        shshs @stephenw10
        last edited by

        @stephenw10 we don't have vmxnet driver in KVM, where did you get it?

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

          It's available by default in Proxmox:
          proxmox_nics.png

          And since that is built on KVM I would assume it can be used there also. I have no idea how to add though.

          Steve

          C 1 Reply Last reply Reply Quote 0
          • C
            chrcoluk @stephenw10
            last edited by

            @stephenw10 yeah i forgot proxmox supports 'vmxnet', I assume its not as optimised as it is in esxi, but I do wonder if a multi queue 'vmxnet' on proxmox is more capable than a single queue 'vtnet'. It will be interesting to find out.

            pfSense CE 2.8.0

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