DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [DPDK/ethdev Bug 2043] ml/cnxk mvtvm: max_nb_qpairs parsed four bytes wide
@ 2026-09-13 17:51 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2026-09-13 17:51 UTC (permalink / raw)
  To: dev

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

            Bug ID: 2043
           Summary: ml/cnxk mvtvm: max_nb_qpairs parsed four bytes wide
           Product: DPDK
           Version: 26.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: stephen@networkplumber.org
  Target Milestone: ---

drivers/ml/cnxk/mvtvm_ml_dev.c

parse_uint_arg() stores a uint32_t:

        *((uint32_t *)extra_args) = i;

but max_nb_qpairs is a uint16_t followed by an int in the same struct, so
parsing that argument writes past the field into its neighbour.

Fixes: 48c6081ab4b3 ("ml/cnxk: enable creation of MVTVM virtual device")

-- 
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-09-13 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-13 17:51 [DPDK/ethdev Bug 2043] ml/cnxk mvtvm: max_nb_qpairs parsed four bytes wide bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox