mbox series

[v1,0/5] Fixes for release 24.07

Message ID 20241004150749.261020-1-sil-plv@napatech.com (mailing list archive)
Headers
Series Fixes for release 24.07 |

Message

Serhii Iliushyk Oct. 4, 2024, 3:06 p.m. UTC
*** BLURB HERE ***

Danylo Vodopianov (2):
  net/ntnic: fix coverity issues:
  net/ntnic: extend and fix logging implementation

Oleksandr Kolomeiets (3):
  net/ntnic: update NT NiC PMD driver with FPGA version
  net/ntnic: update documentation
  net/ntnic: remove extra calling of the API for release port

 .mailmap                                      |  1 +
 doc/guides/nics/features/ntnic.ini            |  1 +
 doc/guides/nics/ntnic.rst                     | 29 +++++++
 drivers/net/ntnic/meson.build                 |  2 +-
 drivers/net/ntnic/nim/i2c_nim.c               | 16 ++--
 .../nthw/core/nt200a0x/nthw_fpga_nt200a0x.c   |  2 +-
 .../core/nt200a0x/reset/nthw_fpga_rst9563.c   | 12 +--
 .../nt200a0x/reset/nthw_fpga_rst_nt200a0x.c   | 12 +--
 drivers/net/ntnic/nthw/core/nthw_fpga.c       | 24 +++---
 drivers/net/ntnic/nthw/core/nthw_hif.c        | 18 +----
 drivers/net/ntnic/nthw/core/nthw_iic.c        |  6 +-
 drivers/net/ntnic/nthw/core/nthw_pcie3.c      |  2 +-
 .../net/ntnic/nthw/model/nthw_fpga_model.c    | 75 ++++++++++---------
 ...9_0000.c => nthw_fpga_9563_055_049_0000.c} | 34 ++++-----
 .../nthw/supported/nthw_fpga_instances.c      |  2 +-
 .../nthw/supported/nthw_fpga_instances.h      |  2 +-
 drivers/net/ntnic/ntlog/ntlog.c               |  2 -
 drivers/net/ntnic/ntlog/ntlog.h               | 63 +++++++++++-----
 drivers/net/ntnic/ntnic_ethdev.c              | 63 +++++++++-------
 drivers/net/ntnic/ntnic_vfio.c                |  5 +-
 drivers/net/ntnic/ntutil/nt_util.c            |  3 +-
 21 files changed, 215 insertions(+), 159 deletions(-)
 rename drivers/net/ntnic/nthw/supported/{nthw_fpga_9563_055_039_0000.c => nthw_fpga_9563_055_049_0000.c} (98%)