[PATCH v1 0/4] net/ntnic: implement start, stop and deferred start for Rx/Tx queues
Oleksandr Kolomeiets
okl-plv at napatech.com
Fri Jun 20 13:27:03 CEST 2025
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
More information about the dev
mailing list