All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Gerry Gribbon <ggribbon@nvidia.com>
Cc: dev@dpdk.org, stable@dpdk.org, Ori Kam <orika@nvidia.com>
Subject: Re: [PATCH] regex/mlx5: utilize all available QPs
Date: Fri, 10 Mar 2023 19:02:50 +0100	[thread overview]
Message-ID: <6407911.K2JlShyGXD@thomas> (raw)
In-Reply-To: <20230221074728.1486004-1-ggribbon@nvidia.com>

21/02/2023 08:47, Gerry Gribbon:
> Fix overflow of free QP mask.
> Regex used 64 QPs and used a bitmask to select a free QP for use.
> The bitmask in use was only 32 bits so did not allow half of the QPs
> to be utilised.
> Upgraded to 64 bit mask and using ffsll now instead of ffs.
> 
> Fixes: 270032608503 ("regex/mlx5: refactor HW queue objects")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Gerry Gribbon <ggribbon@nvidia.com>

Applied, thanks.




      reply	other threads:[~2023-03-10 18:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-21  7:47 [PATCH] regex/mlx5: utilize all available QPs Gerry Gribbon
2023-03-10 18:02 ` Thomas Monjalon [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=6407911.K2JlShyGXD@thomas \
    --to=thomas@monjalon.net \
    --cc=dev@dpdk.org \
    --cc=ggribbon@nvidia.com \
    --cc=orika@nvidia.com \
    --cc=stable@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 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.