[PATCH v2 0/3] net/ntnic: implement start, stop and deferred start for Rx/Tx queues

Stephen Hemminger stephen at networkplumber.org
Tue Jul 1 15:42:32 CEST 2025


On Tue,  1 Jul 2025 12:20:24 +0200
Serhii Iliushyk <sil-plv at 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)


More information about the dev mailing list