*** BLURB HERE *** Danylo Vodopianov (13): net/ntnic: add basic queue operations net/ntnic: enhance Ethernet device configuration net/ntnic: add scatter-gather HW deallocation net/ntnic: add queue setup operations net/ntnic: add packet handler for virtio queues net/ntnic: add init for virt queues in the DBS net/ntnic: add split-queue support net/ntnic: add functions for availability monitor management net/ntnic: used writer data handling functions net/ntnic: add descriptor reader data handling functions net/ntnic: virtqueue setup managed packed-ring was added net/ntnic: add functions for releasing virt queues net/ntnic: add functions for retrieving and managing packets
Serhii Iliushyk (1): net/ntnic: update FPGA registeris related to DBS doc/guides/nics/features/ntnic.ini | 1 + doc/guides/nics/ntnic.rst | 44 + drivers/net/ntnic/dbsconfig/ntnic_dbsconfig.c | 1428 +++++++++++++++++ drivers/net/ntnic/include/ntnic_dbs.h | 313 ++++ drivers/net/ntnic/include/ntnic_virt_queue.h | 146 ++ drivers/net/ntnic/include/ntos_drv.h | 70 + drivers/net/ntnic/meson.build | 2 + drivers/net/ntnic/nthw/dbs/nthw_dbs.c | 1157 +++++++++++++ drivers/net/ntnic/nthw/nthw_drv.h | 3 + .../supported/nthw_fpga_9563_055_049_0000.c | 184 ++- .../ntnic/nthw/supported/nthw_fpga_mod_defs.h | 1 + .../ntnic/nthw/supported/nthw_fpga_reg_defs.h | 1 + .../nthw/supported/nthw_fpga_reg_defs_dbs.h | 144 ++ drivers/net/ntnic/ntnic_ethdev.c | 1063 ++++++++++++ drivers/net/ntnic/ntnic_mod_reg.c | 14 + drivers/net/ntnic/ntnic_mod_reg.h | 95 ++ drivers/net/ntnic/ntutil/nt_util.c | 10 + drivers/net/ntnic/ntutil/nt_util.h | 2 + 18 files changed, 4677 insertions(+), 1 deletion(-) create mode 100644 drivers/net/ntnic/dbsconfig/ntnic_dbsconfig.c create mode 100644 drivers/net/ntnic/include/ntnic_dbs.h create mode 100644 drivers/net/ntnic/include/ntnic_virt_queue.h create mode 100644 drivers/net/ntnic/nthw/dbs/nthw_dbs.c create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_dbs.h -- 2.45.0