CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2025/11/11 10:43:18

Modified files:
        sys/dev/pci    : if_aq_pci.c if_bnxt.c if_iavf.c if_ice.c 
                         if_igc.c if_igc.h if_ix.c if_ixl.c if_mcx.c 
                         if_ngbe.c if_vmx.c 
        sys/net        : if.h 

Log message:
Introduce global interface queue limit.

Limit all multiqueue network interfaces to common IF_MAX_VECTORS.
Currently it is set to 8.  One global limit helps to find an optimal
value, stops wasting interrupt vectors, and clarifies what are
actual hardware or driver limitations.

input jmatthew@; OK jan@ phessler@ kettenis@

Reply via email to