[dpdk-dev] [Bug 544] l3fwd attempts to create too many TX queues

bugzilla at dpdk.org bugzilla at dpdk.org
Mon Sep 28 11:15:50 CEST 2020


https://bugs.dpdk.org/show_bug.cgi?id=544

            Bug ID: 544
           Summary: l3fwd attempts to create too many TX queues
           Product: DPDK
           Version: 20.08
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: examples
          Assignee: dev at dpdk.org
          Reporter: anatoly.burakov at intel.com
  Target Milestone: ---

When initializing l3fwd, the number of TX queues will be decided by minimum of
either max number of TX queues (set to max number of devices), or number of
lcores. This prevents l3fwd from running when the number of lcores/devices
exceeds the max number of queues per device. This is easily reproducible with
creating a couple of pcap vdevs and attempting to do forwarding on them.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list