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(-) -- 2.45.0