From: Ronak Doshi <ronak.doshi@broadcom.com>
To: dev@dpdk.org
Subject: Re: [PATCH net] net/vmxnet3: fix mapping of mempools to queues
Date: Fri, 18 Jul 2025 09:24:31 -0700 [thread overview]
Message-ID: <CAP1Q3XTfVo5hBPcYZayqWQ81aO=c7MehcVoM1xYzgfJrBJzq2w@mail.gmail.com> (raw)
In-Reply-To: <20250709212905.126851-1-ronak.doshi@broadcom.com>
[-- Attachment #1: Type: text/plain, Size: 747 bytes --]
On Wed, Jul 9, 2025 at 2:47 PM 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>
> ---
Hello, Can we get a review on this patch?
Thanks,
Ronak
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5465 bytes --]
next prev parent reply other threads:[~2025-07-18 16:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-09 21:29 Ronak Doshi
2025-07-18 16:24 ` Ronak Doshi [this message]
2025-07-18 17:37 ` Stephen Hemminger
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='CAP1Q3XTfVo5hBPcYZayqWQ81aO=c7MehcVoM1xYzgfJrBJzq2w@mail.gmail.com' \
--to=ronak.doshi@broadcom.com \
--cc=dev@dpdk.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).