From: Stephen Hemminger <stephen@networkplumber.org>
To: Ronak Doshi <ronak.doshi@broadcom.com>
Cc: dev@dpdk.org, Jochen Behrens <jochen.behrens@broadcom.com>,
Jin Heo <jin.heo@broadcom.com>,
Guolin Yang <guolin.yang@broadcom.com>,
Yong Wang <wang.yong19@zte.com.cn>,
Shrikrishna Khare <skhare@vmware.com>,
stable@dpdk.org
Subject: Re: [PATCH net] net/vmxnet3: fix mapping of mempools to queues
Date: Mon, 21 Jul 2025 20:47:09 -0700 [thread overview]
Message-ID: <20250721204709.486af8cf@hermes.local> (raw)
In-Reply-To: <20250709212905.126851-1-ronak.doshi@broadcom.com>
On Wed, 9 Jul 2025 21:29:03 +0000
Ronak Doshi <ronak.doshi@broadcom.com> wrote:
> Index bitmask variable used was uint8_t, too small for bitmask with
> 9 or more queues. This patch changes it to uint16_t for now, to be
> same as in the Vmxnet3_MemoryRegion structure. This way txQueues
> can be lesser than rxQueues and have correct mapping of memory regions.
>
> Also, the patch fixes memory region check as 16 queues are allowed on
> both RX and TX.
>
> Fixes: 6a113992060e ("net/vmxnet3: add cmd to register memory region")
> Cc: stable@dpdk.org
> Signed-off-by: Ronak Doshi <ronak.doshi@broadcom.com>
> Acked-by: Jochen Behrens <jochen.behrens@broadcom.com>
> ---
Queued to next-net for 25.11
prev parent reply other threads:[~2025-07-22 3:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 21:29 [PATCH net] net/vmxnet3: fix mapping of mempools to queues Ronak Doshi
2025-07-18 16:24 ` Ronak Doshi
2025-07-18 17:37 ` Stephen Hemminger
2025-07-22 3:47 ` Stephen Hemminger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250721204709.486af8cf@hermes.local \
--to=stephen@networkplumber.org \
--cc=dev@dpdk.org \
--cc=guolin.yang@broadcom.com \
--cc=jin.heo@broadcom.com \
--cc=jochen.behrens@broadcom.com \
--cc=ronak.doshi@broadcom.com \
--cc=skhare@vmware.com \
--cc=stable@dpdk.org \
--cc=wang.yong19@zte.com.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.