DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Cc: Nithin Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar K <kirankumark@marvell.com>,
	 Sunil Kumar Kori <skori@marvell.com>,
	Satha Rao <skoteshwar@marvell.com>,
	dev@dpdk.org, jerinj@marvell.com
Subject: Re: [PATCH 3/3] net/cnxk: reduce Tx queue release time
Date: Thu, 7 Dec 2023 11:45:04 +0530	[thread overview]
Message-ID: <CALBAE1PsBfG-juSy+rJfQsPVD1z4ExCvLCM_rat9eTz400CYRw@mail.gmail.com> (raw)
In-Reply-To: <20231205100048.1387058-3-rkudurumalla@marvell.com>

On Tue, Dec 5, 2023 at 3:39 PM Rakesh Kudurumalla
<rkudurumalla@marvell.com> wrote:
>
> Invoked newly added roc API to disable
> SQB aura FC during TX queue start and TX queue
> stop. This fix reduces ethdev teardown time
>
> Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>
> ---



Updated the git commit as follows and Series applied to
dpdk-next-net-mrvl/for-main. Thanks


commit 48e0c652ed7116df61db6a0d1cf3f0b450faec79 (HEAD -> for-main)
Author: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date:   Tue Dec 5 15:30:48 2023 +0530

    net/cnxk: reduce Tx queue release time

    Invoked newly added roc API to disable SQB aura FC
    during TX queue start and TX queue stop.

    This fix reduces ethdev teardown time

    Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>

commit 3f2604b698e530c8296030de3be60d242d7fc761
Author: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date:   Tue Dec 5 15:30:47 2023 +0530

    common/cnxk: support to enable disable SQ

    Added a new ROC API to disable SQB aura FC and update SQ state
    to disabled state in TX queue stop.

    The same SQ status is verified during sq flush to enable or
    disable SQB aura FC during ethdev teardown.

    This fix reduces teardown time by 90%.

    Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>

commit 6ed4c08ec7023a119e181b8e29442c3cc95c48ce
Author: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date:   Tue Dec 5 15:30:46 2023 +0530

    common/cnxk: optimize ethdev teardown time

    API mbox_alloc_msg_npa_aq_enq() mbox is called if SQ needs
    to be updated from mbox response else mbox call to kernel
    is bypassed reducing the time taken to complete
    roc_nix_tm_sq_aura_fc() function.

    This reduces ethdev teardown time by 20%.

    Signed-off-by: Rakesh Kudurumalla <rkudurumalla@marvell.com>

      reply	other threads:[~2023-12-07  6:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 10:00 [PATCH 1/3] common/cnxk: optimize ethdev teardown time Rakesh Kudurumalla
2023-12-05 10:00 ` [PATCH 2/3] common/cnxk: added new API to enable disable SQ Rakesh Kudurumalla
2023-12-05 10:00 ` [PATCH 3/3] net/cnxk: reduce Tx queue release time Rakesh Kudurumalla
2023-12-07  6:15   ` Jerin Jacob [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=CALBAE1PsBfG-juSy+rJfQsPVD1z4ExCvLCM_rat9eTz400CYRw@mail.gmail.com \
    --to=jerinjacobk@gmail.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=rkudurumalla@marvell.com \
    --cc=skori@marvell.com \
    --cc=skoteshwar@marvell.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).