DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Ronak Doshi <ronak.doshi@broadcom.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH net] net/vmxnet3: fix mapping of mempools to queues
Date: Fri, 18 Jul 2025 10:37:04 -0700	[thread overview]
Message-ID: <20250718103704.66a8335e@hermes.local> (raw)
In-Reply-To: <CAP1Q3XTfVo5hBPcYZayqWQ81aO=c7MehcVoM1xYzgfJrBJzq2w@mail.gmail.com>

On Fri, 18 Jul 2025 09:24:31 -0700
Ronak Doshi <ronak.doshi@broadcom.com> wrote:

> 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

I planned to put it in next-net after 25.07 is released.

      reply	other threads:[~2025-07-18 17:37 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
2025-07-18 17:37   ` 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=20250718103704.66a8335e@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=dev@dpdk.org \
    --cc=ronak.doshi@broadcom.com \
    /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).