On Thu, 13 Feb 2025 14:41:16 +0800 Junlong Wang <wang.junlo...@zte.com.cn> wrote:
> V1: > - updated net zxdh driver. > optimize init and some ops. > provided csum/lro/tso 、extend stats、fw_version、module_info 、meter, etc. > > Junlong Wang (16): > net/zxdh: optimize np dtb channel initialization > net/zxdh: optimize queue res alloc/free process > net/zxdh: optimize link update process > net/zxdh: update rx/tx to latest > net/zxdh: provided msg(pfvf) intr callback > net/zxdh: optimize mac ops > net/zxdh: optimize promisc ops > net/zxdh: optimize vlan filter/offload ops > net/zxdh: optimize rss hash config/update,reta update/get > net/zxdh: optimize mtu set ops > net/zxdh: optimize basic stats ops > net/zxdh: provided csum/tso/lro config > net/zxdh: provided rxq/txq info get implementations > net/zxdh: provide extended stats ops implementations > net/zxdh: provide ptypes fw_version module info/eeprom ops > net/zxdh: provide meter ops implementations > > doc/guides/nics/features/zxdh.ini | 8 + > doc/guides/nics/zxdh.rst | 5 + > drivers/net/zxdh/meson.build | 1 + > drivers/net/zxdh/zxdh_common.c | 48 +- > drivers/net/zxdh/zxdh_common.h | 3 + > drivers/net/zxdh/zxdh_ethdev.c | 660 ++++++++++++--- > drivers/net/zxdh/zxdh_ethdev.h | 63 +- > drivers/net/zxdh/zxdh_ethdev_ops.c | 906 ++++++++++++++++++--- > drivers/net/zxdh/zxdh_ethdev_ops.h | 53 +- > drivers/net/zxdh/zxdh_msg.c | 940 ++++++++++++++++++++- > drivers/net/zxdh/zxdh_msg.h | 112 ++- > drivers/net/zxdh/zxdh_mtr.c | 1223 ++++++++++++++++++++++++++++ > drivers/net/zxdh/zxdh_mtr.h | 114 +++ > drivers/net/zxdh/zxdh_np.c | 728 +++++++++++++++++ > drivers/net/zxdh/zxdh_np.h | 262 ++++++ > drivers/net/zxdh/zxdh_pci.c | 10 - > drivers/net/zxdh/zxdh_queue.c | 132 +-- > drivers/net/zxdh/zxdh_queue.h | 118 +-- > drivers/net/zxdh/zxdh_rxtx.c | 696 +++++++++------- > drivers/net/zxdh/zxdh_rxtx.h | 27 + > drivers/net/zxdh/zxdh_tables.c | 378 +++++++-- > drivers/net/zxdh/zxdh_tables.h | 206 +++-- > 22 files changed, 5890 insertions(+), 803 deletions(-) > create mode 100644 drivers/net/zxdh/zxdh_mtr.c > create mode 100644 drivers/net/zxdh/zxdh_mtr.h Did you look at outstanding Coverity issues? https://scan4.scan.coverity.com/#/project-view/65610/10075?selectedIssue=456598