>On 11/6/2024 12:40 AM, Ferruh Yigit wrote:<br />>> On 11/4/2024 11:58 AM, Junlong Wang wrote:<br />>>> v10:<br />>>>   -<br />>>>  move zxdh under Wind River in MAINTAINERS and add myself as the maintainer<br />>>>     and add experimental into MAINTAINERS/driver file,elease notes.<br />>>>   - changed DPDK syntax is to have return value in a separate line.<br />>>>   - Add a keyword in log types for distinguished.<br />>>>   - using regular comments (non doxygen syntax).<br />>>>   - fix other issues.<br />>>> <br />>>> v9:<br />>>>   - fix 'v8 3/9' patch use PCI bus API,<br />>>>     and common PCI constants according to David Marchand's comments.<br />>>> <br />>>> v8:<br />>>>   - fix flexible arrays、Waddress-of-packed-member error.<br />>>>   - all structs、enum、define ,etc use zxdh/ZXDH_ prefixed.<br />>>>   - use zxdh_try/release_lock,and move loop into zxdh_timedlock,<br />>>>     make hardware lock follow spinlock pattern.<br />>>> <br />>>> v7:<br />>>>   - add release notes and modify zxdh.rst issues.<br />>>>   - avoid use pthread and use rte_spinlock_lock.<br />>>>   - using the prefix ZXDH_ before some definitions.<br />>>>   - resole issues according to thomas's comments.<br />>>> <br />>>> v6:<br />>>>   - Resolve ci/intel compilation issues.<br />>>>   - fix meson.build indentation in earlier patch.<br />>>> <br />>>> V5:<br />>>>   - split driver into multiple patches,part of the zxdh driver,<br />>>>     later provide dev start/stop,queue_setup,npsdk_init,mac,vlan,rss ,etc.<br />>>>   - fix errors reported by scripts.<br />>>>   - move the product link in zxdh.rst.<br />>>>   - fix meson check use RTE_ARCH_X86_64/RTE_ARCH_ARM64.<br />>>>   - modify other comments according to Ferruh's comments.<br />>>> <br />>>> Junlong Wang (10):<br />>>>   net/zxdh: add zxdh ethdev pmd driver<br />>>>   net/zxdh: add logging implementation<br />>>>   net/zxdh: add zxdh device pci init implementation<br />>>>   net/zxdh: add msg chan and msg hwlock init<br />>>>   net/zxdh: add msg chan enable implementation<br />>>>   net/zxdh: add zxdh get device backend infos<br />>>>   net/zxdh: add configure zxdh intr implementation<br />>>>   net/zxdh: add zxdh dev infos get ops<br />>>>   net/zxdh: add zxdh dev configure ops<br />>>>   net/zxdh: add zxdh dev close ops<br />>>> <br />>>  <br />>> For series,<br />>> Acked-by: Ferruh Yigit <ferruh.yigit@amd.com> <br />>>  <br />>> Series applied to dpdk-next-net/main, thanks.<br />>> <br /> <br />> Hi Junlong,<br /> <br />> It seems we missed to mark driver as experimental, I will update it in<br />> next-net.<br /> <br />  Sorry, I'm too careless, I will pay more attention next time.<br />  Thank you very much.<br />