All of lore.kernel.org
 help / color / mirror / Atom feed
* [DPDK/ethdev Bug 1975] ntnic: virt queue data in BSS
@ 2026-08-03 17:08 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2026-08-03 17:08 UTC (permalink / raw)
  To: dev

http://bugs.dpdk.org/show_bug.cgi?id=1975

            Bug ID: 1975
           Summary: ntnic: virt queue data in BSS
           Product: DPDK
           Version: 26.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: stephen@networkplumber.org
  Target Milestone: ---

Putting virtual queue data in static arrays has a number of problems.
- BSS memory is slower than hugepages because of TLB overhead.
  can cause performance loss in hot path.
- Hard coding size wastes space
- Data in BSS is not visible to secondary process.
  This PMD does not support primary/secondary, but if it did this would break.
- NUMA aware can not allocate on appropriate NUA node
- Cache alignment

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-03 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-03 17:08 [DPDK/ethdev Bug 1975] ntnic: virt queue data in BSS bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.