DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v1 0/4] net/ntnic: implement start, stop and deferred start for Rx/Tx queues
@ 2025-06-20 11:27 Oleksandr Kolomeiets
  2025-06-20 11:27 ` [PATCH v1 1/4] net/ntnic: implement start/stop " Oleksandr Kolomeiets
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Oleksandr Kolomeiets @ 2025-06-20 11:27 UTC (permalink / raw)
  To: dev; +Cc: mko-plv, sil-plv, ckm, stephen

This patchset includes:
 
	* feature start/stop queues on HW layer.
	* feature deferred start for queues.
	* Improvement for memory mappings when IOMMU is unoptimized.
	* Improvement for logging

Oleksandr Kolomeiets (4):
  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
  net/ntnic: add warning when sending on a stopped queue

 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              | 132 ++++++++++++++++--
 drivers/net/ntnic/ntnic_mod_reg.h             |  14 +-
 drivers/net/ntnic/ntnic_vfio.c                |   3 -
 7 files changed, 193 insertions(+), 40 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-20 11:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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-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

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).