patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Kevin Traynor <ktraynor@redhat.com>
To: Abdullah Sevincer <abdullah.sevincer@intel.com>, stable@dpdk.org
Subject: Re: [PATCH 21.11 v1] event/dlb2: handle enqueuing more than maximum depth
Date: Tue, 1 Nov 2022 14:53:26 +0000	[thread overview]
Message-ID: <5ccce0d9-7cf2-ab01-eb1d-ef7db41a5c6e@redhat.com> (raw)
In-Reply-To: <20221026230910.668568-1-abdullah.sevincer@intel.com>

On 27/10/2022 00:09, Abdullah Sevincer wrote:
> [ upstream commit 9c9e72326bd28cd456509d60bcbe38a15a0bb7d0 ]
> 
> This patch addresses an issue of enqueuing more than
> max_enq_depth and not able to dequeuing events equal
> to max_cq_depth in a single call of rte_event_enqueue_burst
> and rte_event_dequeue_burst.
> 
> Apply fix for restricting enqueue of events to max_enq_depth
> so that in a single rte_event_enqueue_burst() call at most
> max_enq_depth events are enqueued.
> 
> Also set per port and domain history list sizes based on
> cq_depth. This results in dequeuing correct number of
> events as set by max_cq_depth.
> 
> Fixes: f3cad285bb88 ("event/dlb2: add infos get and configure")
> 
> Signed-off-by: Abdullah Sevincer <abdullah.sevincer@intel.com>
> ---
>   drivers/event/dlb2/dlb2.c | 8 +++++---
>   1 file changed, 5 insertions(+), 3 deletions(-)
> 

Thanks for rebasing, applied.


      reply	other threads:[~2022-11-01 14:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-26 23:09 Abdullah Sevincer
2022-11-01 14:53 ` Kevin Traynor [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=5ccce0d9-7cf2-ab01-eb1d-ef7db41a5c6e@redhat.com \
    --to=ktraynor@redhat.com \
    --cc=abdullah.sevincer@intel.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 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).