DPDK patches and discussions
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Serhii Iliushyk <sil-plv@napatech.com>
Cc: dev@dpdk.org, mko-plv@napatech.com, ckm@napatech.com,
	andrew.rybchenko@oktetlabs.ru, ferruh.yigit@amd.com
Subject: Re: [PATCH v1 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
Date: Sun, 6 Oct 2024 15:27:00 -0700	[thread overview]
Message-ID: <20241006152700.0453183a@hermes.local> (raw)
In-Reply-To: <20241006203728.330792-1-sil-plv@napatech.com>

On Sun,  6 Oct 2024 22:36:27 +0200
Serhii Iliushyk <sil-plv@napatech.com> wrote:

> *** BLURB HERE ***


Please add a short paragraph to the cover letter


> 
> Danylo Vodopianov (15):
>   net/ntnic: fix coverity issues:
>   net/ntnic: extend and fix logging implementation
>   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
> 
> Oleksandr Kolomeiets (33):
>   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
>   net/ntnic: add flow filter init API
>   net/ntnic: add flow filter deinitialization API
>   net/ntnic: add flow backend initialization API
>   net/ntnic: add flow backend deinitialization API
>   net/ntnic: add INFO flow module
>   net/ntnic: add categorizer (CAT) flow module
>   net/ntnic: add key match (KM) flow module
>   net/ntnic: add flow matcher (FLM) flow module
>   net/ntnic: add IP fragmenter (IFR) flow module
>   net/ntnic: add hasher (HSH) flow module
>   net/ntnic: add queue select (QSL) flow module
>   net/ntnic: add slicer (SLC LR) flow module
>   net/ntnic: add packet descriptor builder (PDB) flow module
>   net/ntnic: add header field update (HFU) flow module
>   net/ntnic: add RPP local retransmit (RPP LR) flow module
>   net/ntnic: add copier (Tx CPY) flow module
>   net/ntnic: add checksum update (CSU) flow module
>   net/ntnic: add insert (Tx INS) flow module
>   net/ntnic: add replacer (Tx RPL) flow module
>   net/ntnic: add base init and deinit of the NT flow API
>   net/ntnic: add base init and deinit the NT flow backend
>   net/ntnic: add categorizer (CAT) FPGA module
>   net/ntnic: add key match (KM) FPGA module
>   net/ntnic: add flow matcher (FLM) FPGA module
>   net/ntnic: add hasher (HSH) FPGA module
>   net/ntnic: add queue select (QSL) FPGA module
>   net/ntnic: add slicer (SLC LR) FPGA module
>   net/ntnic: add packet descriptor builder (PDB) FPGA module
>   net/ntnic: add Tx Packet Editor (TPE) FPGA module
>   net/ntnic: add receive MAC converter (RMC) core module
> 
> Serhii Iliushyk (2):
>   net/ntnic: add Tx Packet Editor (TPE) flow module
>   net/ntnic: update FPGA registeris related to DBS
> 
>  .mailmap                                      |    1 +
>  doc/guides/nics/features/ntnic.ini            |    2 +
>  doc/guides/nics/ntnic.rst                     |   73 +
>  drivers/net/ntnic/adapter/nt4ga_adapter.c     |   49 +
>  drivers/net/ntnic/dbsconfig/ntnic_dbsconfig.c | 1428 +++++++++++
>  drivers/net/ntnic/include/flow_api.h          |  104 +
>  drivers/net/ntnic/include/flow_api_engine.h   |   48 +
>  drivers/net/ntnic/include/flow_filter.h       |   15 +
>  drivers/net/ntnic/include/hw_mod_backend.h    |  910 +++++++
>  drivers/net/ntnic/include/hw_mod_cat_v18.h    |  141 ++
>  drivers/net/ntnic/include/hw_mod_cat_v21.h    |   91 +
>  drivers/net/ntnic/include/hw_mod_flm_v25.h    |  342 +++
>  drivers/net/ntnic/include/hw_mod_hsh_v5.h     |   46 +
>  drivers/net/ntnic/include/hw_mod_km_v7.h      |   96 +
>  drivers/net/ntnic/include/hw_mod_pdb_v9.h     |   42 +
>  drivers/net/ntnic/include/hw_mod_qsl_v7.h     |   48 +
>  drivers/net/ntnic/include/hw_mod_slc_lr_v2.h  |   25 +
>  drivers/net/ntnic/include/hw_mod_tpe_v3.h     |  126 +
>  drivers/net/ntnic/include/nt4ga_adapter.h     |    7 +
>  drivers/net/ntnic/include/nt4ga_filter.h      |   13 +
>  drivers/net/ntnic/include/ntnic_dbs.h         |  313 +++
>  drivers/net/ntnic/include/ntnic_stat.h        |   11 +
>  drivers/net/ntnic/include/ntnic_virt_queue.h  |  146 ++
>  drivers/net/ntnic/include/ntos_drv.h          |   70 +
>  .../ntnic/include/stream_binary_flow_api.h    |   22 +
>  drivers/net/ntnic/meson.build                 |   35 +-
>  drivers/net/ntnic/nim/i2c_nim.c               |   16 +-
>  .../net/ntnic/nthw/core/include/nthw_rmc.h    |   49 +
>  .../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 +-
>  drivers/net/ntnic/nthw/core/nthw_rmc.c        |   90 +
>  drivers/net/ntnic/nthw/dbs/nthw_dbs.c         | 1157 +++++++++
>  drivers/net/ntnic/nthw/flow_api/flow_api.c    |  391 +++
>  .../ntnic/nthw/flow_api/flow_api_nic_setup.h  |   20 +
>  .../nthw/flow_api/flow_backend/flow_backend.c | 2255 +++++++++++++++++
>  drivers/net/ntnic/nthw/flow_api/flow_filter.c |   55 +
>  drivers/net/ntnic/nthw/flow_api/flow_kcc.c    |   19 +
>  drivers/net/ntnic/nthw/flow_api/flow_km.c     |   19 +
>  .../nthw/flow_api/hw_mod/hw_mod_backend.c     |  145 ++
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_cat.c   |  985 +++++++
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_flm.c   |  300 +++
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_hsh.c   |   84 +
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_km.c    |  278 ++
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_pdb.c   |   86 +
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_qsl.c   |  170 ++
>  .../nthw/flow_api/hw_mod/hw_mod_slc_lr.c      |   65 +
>  .../ntnic/nthw/flow_api/hw_mod/hw_mod_tpe.c   |  277 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_cat.c    |  872 +++++++
>  .../ntnic/nthw/flow_filter/flow_nthw_cat.h    |  291 +++
>  .../ntnic/nthw/flow_filter/flow_nthw_csu.c    |  141 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_csu.h    |   44 +
>  .../ntnic/nthw/flow_filter/flow_nthw_flm.c    | 1225 +++++++++
>  .../ntnic/nthw/flow_filter/flow_nthw_flm.h    |  433 ++++
>  .../ntnic/nthw/flow_filter/flow_nthw_hfu.c    |  230 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_hfu.h    |   84 +
>  .../ntnic/nthw/flow_filter/flow_nthw_hsh.c    |  260 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_hsh.h    |   87 +
>  .../ntnic/nthw/flow_filter/flow_nthw_ifr.c    |  123 +
>  .../ntnic/nthw/flow_filter/flow_nthw_ifr.h    |   54 +
>  .../ntnic/nthw/flow_filter/flow_nthw_info.c   |  341 +++
>  .../ntnic/nthw/flow_filter/flow_nthw_info.h   |  110 +
>  .../net/ntnic/nthw/flow_filter/flow_nthw_km.c |  610 +++++
>  .../net/ntnic/nthw/flow_filter/flow_nthw_km.h |  214 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_pdb.c    |  210 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_pdb.h    |   85 +
>  .../ntnic/nthw/flow_filter/flow_nthw_qsl.c    |  295 +++
>  .../ntnic/nthw/flow_filter/flow_nthw_qsl.h    |  113 +
>  .../ntnic/nthw/flow_filter/flow_nthw_rpp_lr.c |  157 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_rpp_lr.h |   61 +
>  .../ntnic/nthw/flow_filter/flow_nthw_slc_lr.c |  126 +
>  .../ntnic/nthw/flow_filter/flow_nthw_slc_lr.h |   54 +
>  .../ntnic/nthw/flow_filter/flow_nthw_tx_cpy.c |  388 +++
>  .../ntnic/nthw/flow_filter/flow_nthw_tx_cpy.h |   59 +
>  .../ntnic/nthw/flow_filter/flow_nthw_tx_ins.c |   98 +
>  .../ntnic/nthw/flow_filter/flow_nthw_tx_ins.h |   44 +
>  .../ntnic/nthw/flow_filter/flow_nthw_tx_rpl.c |  172 ++
>  .../ntnic/nthw/flow_filter/flow_nthw_tx_rpl.h |   74 +
>  .../net/ntnic/nthw/model/nthw_fpga_model.c    |   75 +-
>  drivers/net/ntnic/nthw/nthw_drv.h             |    5 +
>  drivers/net/ntnic/nthw/nthw_helper.h          |   11 +
>  drivers/net/ntnic/nthw/nthw_rac.c             |  181 ++
>  drivers/net/ntnic/nthw/nthw_rac.h             |    9 +
>  ...9_0000.c => nthw_fpga_9563_055_049_0000.c} |  727 +++++-
>  .../nthw/supported/nthw_fpga_instances.c      |    2 +-
>  .../nthw/supported/nthw_fpga_instances.h      |    2 +-
>  .../ntnic/nthw/supported/nthw_fpga_mod_defs.h |   16 +
>  .../ntnic/nthw/supported/nthw_fpga_reg_defs.h |   20 +
>  .../nthw/supported/nthw_fpga_reg_defs_cat.h   |  238 ++
>  .../nthw/supported/nthw_fpga_reg_defs_cpy.h   |  113 +
>  .../nthw/supported/nthw_fpga_reg_defs_csu.h   |   31 +
>  .../nthw/supported/nthw_fpga_reg_defs_dbs.h   |  144 ++
>  .../nthw/supported/nthw_fpga_reg_defs_flm.h   |  242 ++
>  .../nthw/supported/nthw_fpga_reg_defs_hfu.h   |   49 +
>  .../nthw/supported/nthw_fpga_reg_defs_hsh.h   |   50 +
>  .../nthw/supported/nthw_fpga_reg_defs_ifr.h   |   42 +
>  .../nthw/supported/nthw_fpga_reg_defs_ins.h   |   30 +
>  .../nthw/supported/nthw_fpga_reg_defs_km.h    |  126 +
>  .../nthw/supported/nthw_fpga_reg_defs_pdb.h   |   48 +
>  .../nthw/supported/nthw_fpga_reg_defs_qsl.h   |   66 +
>  .../nthw/supported/nthw_fpga_reg_defs_rmc.h   |   36 +
>  .../nthw/supported/nthw_fpga_reg_defs_rpl.h   |   43 +
>  .../supported/nthw_fpga_reg_defs_rpp_lr.h     |   37 +
>  .../nthw/supported/nthw_fpga_reg_defs_slc.h   |   34 +
>  .../supported/nthw_fpga_reg_defs_slc_lr.h     |   23 +
>  .../supported/nthw_fpga_reg_defs_tx_cpy.h     |   23 +
>  .../supported/nthw_fpga_reg_defs_tx_ins.h     |   23 +
>  .../supported/nthw_fpga_reg_defs_tx_rpl.h     |   23 +
>  drivers/net/ntnic/ntlog/ntlog.c               |    2 -
>  drivers/net/ntnic/ntlog/ntlog.h               |   63 +-
>  drivers/net/ntnic/ntnic_ethdev.c              | 1126 +++++++-
>  drivers/net/ntnic/ntnic_mod_reg.c             |   44 +
>  drivers/net/ntnic/ntnic_mod_reg.h             |  116 +
>  drivers/net/ntnic/ntnic_vfio.c                |    5 +-
>  drivers/net/ntnic/ntutil/nt_util.c            |   19 +-
>  drivers/net/ntnic/ntutil/nt_util.h            |    8 +
>  120 files changed, 21489 insertions(+), 159 deletions(-)
>  create mode 100644 drivers/net/ntnic/dbsconfig/ntnic_dbsconfig.c
>  create mode 100644 drivers/net/ntnic/include/flow_api.h
>  create mode 100644 drivers/net/ntnic/include/flow_api_engine.h
>  create mode 100644 drivers/net/ntnic/include/flow_filter.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_backend.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_cat_v18.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_cat_v21.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_flm_v25.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_hsh_v5.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_km_v7.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_pdb_v9.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_qsl_v7.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_slc_lr_v2.h
>  create mode 100644 drivers/net/ntnic/include/hw_mod_tpe_v3.h
>  create mode 100644 drivers/net/ntnic/include/nt4ga_filter.h
>  create mode 100644 drivers/net/ntnic/include/ntnic_dbs.h
>  create mode 100644 drivers/net/ntnic/include/ntnic_stat.h
>  create mode 100644 drivers/net/ntnic/include/ntnic_virt_queue.h
>  create mode 100644 drivers/net/ntnic/include/stream_binary_flow_api.h
>  create mode 100644 drivers/net/ntnic/nthw/core/include/nthw_rmc.h
>  create mode 100644 drivers/net/ntnic/nthw/core/nthw_rmc.c
>  create mode 100644 drivers/net/ntnic/nthw/dbs/nthw_dbs.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/flow_api.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/flow_api_nic_setup.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/flow_backend/flow_backend.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/flow_filter.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/flow_kcc.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/flow_km.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_backend.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_cat.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_flm.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_hsh.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_km.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_pdb.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_qsl.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_slc_lr.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_api/hw_mod/hw_mod_tpe.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_cat.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_cat.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_csu.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_csu.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_flm.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_hfu.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_hfu.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_hsh.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_hsh.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_ifr.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_ifr.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_info.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_info.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_km.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_pdb.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_pdb.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_qsl.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_qsl.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_rpp_lr.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_rpp_lr.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_slc_lr.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_slc_lr.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_tx_cpy.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_tx_cpy.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_tx_ins.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_tx_ins.h
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_tx_rpl.c
>  create mode 100644 drivers/net/ntnic/nthw/flow_filter/flow_nthw_tx_rpl.h
>  create mode 100644 drivers/net/ntnic/nthw/nthw_helper.h
>  rename drivers/net/ntnic/nthw/supported/{nthw_fpga_9563_055_039_0000.c => nthw_fpga_9563_055_049_0000.c} (60%)
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_cat.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_cpy.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_csu.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_dbs.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_flm.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_hfu.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_hsh.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_ifr.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_ins.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_km.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_pdb.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_qsl.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_rmc.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_rpl.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_rpp_lr.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_slc.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_slc_lr.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_tx_cpy.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_tx_ins.h
>  create mode 100644 drivers/net/ntnic/nthw/supported/nthw_fpga_reg_defs_tx_rpl.h
> 

Note: build is failing because of trivial error in doc.
Please fix and resubmit all the patches.


  parent reply	other threads:[~2024-10-06 22:27 UTC|newest]

Thread overview: 161+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-06 20:36 Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 01/50] net/ntnic: update NT NiC PMD driver with FPGA version Serhii Iliushyk
2024-10-07 19:33   ` [PATCH v2 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07 Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 01/50] net/ntnic: update NT NiC PMD driver with FPGA version Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 02/50] net/ntnic: fix coverity issues: Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 03/50] net/ntnic: update documentation Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 04/50] net/ntnic: remove extra calling of the API for release port Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 05/50] net/ntnic: extend and fix logging implementation Serhii Iliushyk
2024-10-09  3:19       ` Ferruh Yigit
2024-10-07 19:33     ` [PATCH v2 06/50] net/ntnic: add flow filter init API Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 07/50] net/ntnic: add flow filter deinitialization API Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 08/50] net/ntnic: add flow backend initialization API Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 09/50] net/ntnic: add flow backend deinitialization API Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 10/50] net/ntnic: add INFO flow module Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 11/50] net/ntnic: add categorizer (CAT) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 12/50] net/ntnic: add key match (KM) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 13/50] net/ntnic: add flow matcher (FLM) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 14/50] net/ntnic: add IP fragmenter (IFR) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 15/50] net/ntnic: add hasher (HSH) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 16/50] net/ntnic: add queue select (QSL) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 17/50] net/ntnic: add slicer (SLC LR) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 18/50] net/ntnic: add packet descriptor builder (PDB) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 19/50] net/ntnic: add header field update (HFU) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 20/50] net/ntnic: add RPP local retransmit (RPP LR) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 21/50] net/ntnic: add copier (Tx CPY) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 22/50] net/ntnic: add checksum update (CSU) " Serhii Iliushyk
2024-10-07 19:33     ` [PATCH v2 23/50] net/ntnic: add insert (Tx INS) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 24/50] net/ntnic: add replacer (Tx RPL) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 25/50] net/ntnic: add Tx Packet Editor (TPE) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 26/50] net/ntnic: add base init and deinit of the NT flow API Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 27/50] net/ntnic: add base init and deinit the NT flow backend Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 28/50] net/ntnic: add categorizer (CAT) FPGA module Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 29/50] net/ntnic: add key match (KM) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 30/50] net/ntnic: add flow matcher (FLM) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 31/50] net/ntnic: add hasher (HSH) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 32/50] net/ntnic: add queue select (QSL) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 33/50] net/ntnic: add slicer (SLC LR) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 34/50] net/ntnic: add packet descriptor builder (PDB) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 35/50] net/ntnic: add Tx Packet Editor (TPE) " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 36/50] net/ntnic: add receive MAC converter (RMC) core module Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 37/50] net/ntnic: add basic queue operations Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 38/50] net/ntnic: enhance Ethernet device configuration Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 39/50] net/ntnic: add scatter-gather HW deallocation Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 40/50] net/ntnic: add queue setup operations Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 41/50] net/ntnic: add packet handler for virtio queues Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 42/50] net/ntnic: add init for virt queues in the DBS Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 43/50] net/ntnic: add split-queue support Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 44/50] net/ntnic: add functions for availability monitor management Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 45/50] net/ntnic: used writer data handling functions Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 46/50] net/ntnic: add descriptor reader " Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 47/50] net/ntnic: update FPGA registeris related to DBS Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 48/50] net/ntnic: virtqueue setup managed packed-ring was added Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 49/50] net/ntnic: add functions for releasing virt queues Serhii Iliushyk
2024-10-07 19:34     ` [PATCH v2 50/50] net/ntnic: add functions for retrieving and managing packets Serhii Iliushyk
2024-10-09  3:25     ` [PATCH v2 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07 Ferruh Yigit
2024-10-10 11:47       ` Serhii Iliushyk
2024-10-10 12:37         ` Ferruh Yigit
2024-10-10 13:39           ` Serhii Iliushyk
2024-10-10 14:13   ` [PATCH v3 " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 01/50] net/ntnic: update NT NiC PMD driver with FPGA version Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 02/50] net/ntnic: fix coverity issues: Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 03/50] net/ntnic: update documentation Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 04/50] net/ntnic: remove extra calling of the API for release port Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 05/50] net/ntnic: extend and fix logging implementation Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 06/50] net/ntnic: add flow filter init API Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 07/50] net/ntnic: add flow filter deinitialization API Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 08/50] net/ntnic: add flow backend initialization API Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 09/50] net/ntnic: add flow backend deinitialization API Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 10/50] net/ntnic: add INFO flow module Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 11/50] net/ntnic: add categorizer (CAT) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 12/50] net/ntnic: add key match (KM) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 13/50] net/ntnic: add flow matcher (FLM) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 14/50] net/ntnic: add IP fragmenter (IFR) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 15/50] net/ntnic: add hasher (HSH) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 16/50] net/ntnic: add queue select (QSL) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 17/50] net/ntnic: add slicer (SLC LR) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 18/50] net/ntnic: add packet descriptor builder (PDB) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 19/50] net/ntnic: add header field update (HFU) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 20/50] net/ntnic: add RPP local retransmit (RPP LR) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 21/50] net/ntnic: add copier (Tx CPY) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 22/50] net/ntnic: add checksum update (CSU) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 23/50] net/ntnic: add insert (Tx INS) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 24/50] net/ntnic: add replacer (Tx RPL) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 25/50] net/ntnic: add Tx Packet Editor (TPE) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 26/50] net/ntnic: add base init and deinit of the NT flow API Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 27/50] net/ntnic: add base init and deinit the NT flow backend Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 28/50] net/ntnic: add categorizer (CAT) FPGA module Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 29/50] net/ntnic: add key match (KM) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 30/50] net/ntnic: add flow matcher (FLM) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 31/50] net/ntnic: add hasher (HSH) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 32/50] net/ntnic: add queue select (QSL) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 33/50] net/ntnic: add slicer (SLC LR) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 34/50] net/ntnic: add packet descriptor builder (PDB) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 35/50] net/ntnic: add Tx Packet Editor (TPE) " Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 36/50] net/ntnic: add receive MAC converter (RMC) core module Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 37/50] net/ntnic: add basic queue operations Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 38/50] net/ntnic: enhance Ethernet device configuration Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 39/50] net/ntnic: add scatter-gather HW deallocation Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 40/50] net/ntnic: add queue setup operations Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 41/50] net/ntnic: add packet handler for virtio queues Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 42/50] net/ntnic: add init for virt queues in the DBS Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 43/50] net/ntnic: add split-queue support Serhii Iliushyk
2024-10-10 14:13     ` [PATCH v3 44/50] net/ntnic: add functions for availability monitor management Serhii Iliushyk
2024-10-10 14:14     ` [PATCH v3 45/50] net/ntnic: used writer data handling functions Serhii Iliushyk
2024-10-10 14:14     ` [PATCH v3 46/50] net/ntnic: add descriptor reader " Serhii Iliushyk
2024-10-10 14:14     ` [PATCH v3 47/50] net/ntnic: update FPGA registeris related to DBS Serhii Iliushyk
2024-10-10 14:14     ` [PATCH v3 48/50] net/ntnic: virtqueue setup managed packed-ring was added Serhii Iliushyk
2024-10-10 14:14     ` [PATCH v3 49/50] net/ntnic: add functions for releasing virt queues Serhii Iliushyk
2024-10-10 14:14     ` [PATCH v3 50/50] net/ntnic: add functions for retrieving and managing packets Serhii Iliushyk
2024-10-11 23:22     ` [PATCH v3 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07 Ferruh Yigit
2024-10-06 20:36 ` [PATCH v1 02/50] net/ntnic: fix coverity issues: Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 03/50] net/ntnic: update documentation Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 04/50] net/ntnic: remove extra calling of the API for release port Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 05/50] net/ntnic: extend and fix logging implementation Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 06/50] net/ntnic: add flow filter init API Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 07/50] net/ntnic: add flow filter deinitialization API Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 08/50] net/ntnic: add flow backend initialization API Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 09/50] net/ntnic: add flow backend deinitialization API Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 10/50] net/ntnic: add INFO flow module Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 11/50] net/ntnic: add categorizer (CAT) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 12/50] net/ntnic: add key match (KM) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 13/50] net/ntnic: add flow matcher (FLM) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 14/50] net/ntnic: add IP fragmenter (IFR) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 15/50] net/ntnic: add hasher (HSH) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 16/50] net/ntnic: add queue select (QSL) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 17/50] net/ntnic: add slicer (SLC LR) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 18/50] net/ntnic: add packet descriptor builder (PDB) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 19/50] net/ntnic: add header field update (HFU) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 20/50] net/ntnic: add RPP local retransmit (RPP LR) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 21/50] net/ntnic: add copier (Tx CPY) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 22/50] net/ntnic: add checksum update (CSU) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 23/50] net/ntnic: add insert (Tx INS) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 24/50] net/ntnic: add replacer (Tx RPL) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 25/50] net/ntnic: add Tx Packet Editor (TPE) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 26/50] net/ntnic: add base init and deinit of the NT flow API Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 27/50] net/ntnic: add base init and deinit the NT flow backend Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 28/50] net/ntnic: add categorizer (CAT) FPGA module Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 29/50] net/ntnic: add key match (KM) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 30/50] net/ntnic: add flow matcher (FLM) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 31/50] net/ntnic: add hasher (HSH) " Serhii Iliushyk
2024-10-06 20:36 ` [PATCH v1 32/50] net/ntnic: add queue select (QSL) " Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 33/50] net/ntnic: add slicer (SLC LR) " Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 34/50] net/ntnic: add packet descriptor builder (PDB) " Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 35/50] net/ntnic: add Tx Packet Editor (TPE) " Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 36/50] net/ntnic: add receive MAC converter (RMC) core module Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 37/50] net/ntnic: add basic queue operations Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 38/50] net/ntnic: enhance Ethernet device configuration Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 39/50] net/ntnic: add scatter-gather HW deallocation Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 40/50] net/ntnic: add queue setup operations Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 41/50] net/ntnic: add packet handler for virtio queues Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 42/50] net/ntnic: add init for virt queues in the DBS Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 43/50] net/ntnic: add split-queue support Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 44/50] net/ntnic: add functions for availability monitor management Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 45/50] net/ntnic: used writer data handling functions Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 46/50] net/ntnic: add descriptor reader " Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 47/50] net/ntnic: update FPGA registeris related to DBS Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 48/50] net/ntnic: virtqueue setup managed packed-ring was added Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 49/50] net/ntnic: add functions for releasing virt queues Serhii Iliushyk
2024-10-06 20:37 ` [PATCH v1 50/50] net/ntnic: add functions for retrieving and managing packets Serhii Iliushyk
2024-10-06 22:27 ` Stephen Hemminger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 15:34 [PATCH v1 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07 Serhii Iliushyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241006152700.0453183a@hermes.local \
    --to=stephen@networkplumber.org \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=ckm@napatech.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=mko-plv@napatech.com \
    --cc=sil-plv@napatech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).