All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Serhii Iliushyk <sil-plv@napatech.com>
Cc: dev@dpdk.org, mko-plv@napatech.com, ckm@napatech.com
Subject: Re: [PATCH v2 0/3] net/ntnic: implement start, stop and deferred start for Rx/Tx queues
Date: Tue, 1 Jul 2025 06:42:32 -0700	[thread overview]
Message-ID: <20250701064232.7af2a323@hermes.local> (raw)
In-Reply-To: <20250701102027.3525524-1-sil-plv@napatech.com>

On Tue,  1 Jul 2025 12:20:24 +0200
Serhii Iliushyk <sil-plv@napatech.com> wrote:

> This patchset includes:
>   * feature start/stop queues on HW layer.
>   * feature deferred start for queues.
>   * Improvement for memory mappings when IOMMU is unoptimized.
> 
> v2 removes unnecessary log and adds fixed tag to the commit message.
> 
> Oleksandr Kolomeiets (3):
>   net/ntnic: implement start/stop for Rx/Tx queues
>   net/ntnic: implement deferred start for Rx/Tx queues
>   net/ntnic: unmap DMA during queue release
> 
>  drivers/net/ntnic/dbsconfig/ntnic_dbsconfig.c |  58 +++++---
>  drivers/net/ntnic/include/ntnic_dbs.h         |   2 +
>  drivers/net/ntnic/include/ntos_drv.h          |   4 +-
>  drivers/net/ntnic/nthw/dbs/nthw_dbs.c         |  20 +++
>  drivers/net/ntnic/ntnic_ethdev.c              | 128 ++++++++++++++++--
>  drivers/net/ntnic/ntnic_mod_reg.h             |  14 +-
>  drivers/net/ntnic/ntnic_vfio.c                |   3 -
>  7 files changed, 189 insertions(+), 40 deletions(-)
> 

Applied to next-net (for 25.03-rc3)

      parent reply	other threads:[~2025-07-01 13:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-20 11:27 [PATCH v1 0/4] net/ntnic: implement start, stop and deferred start for Rx/Tx queues Oleksandr Kolomeiets
2025-06-20 11:27 ` [PATCH v1 1/4] net/ntnic: implement start/stop " Oleksandr Kolomeiets
2025-06-29 17:50   ` Stephen Hemminger
2025-06-20 11:27 ` [PATCH v1 2/4] net/ntnic: implement deferred start " Oleksandr Kolomeiets
2025-06-20 11:27 ` [PATCH v1 3/4] net/ntnic: unmap DMA during queue release Oleksandr Kolomeiets
2025-06-20 11:27 ` [PATCH v1 4/4] net/ntnic: add warning when sending on a stopped queue Oleksandr Kolomeiets
2025-06-29 17:53   ` Stephen Hemminger
2025-06-28 22:20 ` [PATCH v1 0/4] net/ntnic: implement start, stop and deferred start for Rx/Tx queues Stephen Hemminger
2025-07-01 10:48   ` Serhii Iliushyk
2025-07-01 10:20 ` [PATCH v2 0/3] " Serhii Iliushyk
2025-07-01 10:20   ` [PATCH v2 1/3] net/ntnic: implement start/stop " Serhii Iliushyk
2025-07-01 10:20   ` [PATCH v2 2/3] net/ntnic: implement deferred start " Serhii Iliushyk
2025-07-01 10:20   ` [PATCH v2 3/3] net/ntnic: unmap DMA during queue release Serhii Iliushyk
2025-07-01 13:42   ` 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=20250701064232.7af2a323@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=ckm@napatech.com \
    --cc=dev@dpdk.org \
    --cc=mko-plv@napatech.com \
    --cc=sil-plv@napatech.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 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.