[PATCH v10 00/10] net/zxdh: introduce net zxdh driver
Ferruh Yigit
ferruh.yigit at amd.com
Thu Nov 7 10:58:39 CET 2024
On 11/7/2024 9:28 AM, Ferruh Yigit wrote:
> On 11/6/2024 12:40 AM, Ferruh Yigit wrote:
>> On 11/4/2024 11:58 AM, Junlong Wang wrote:
>>> v10:
>>> -
>>> move zxdh under Wind River in MAINTAINERS and add myself as the maintainer
>>> and add experimental into MAINTAINERS/driver file,elease notes.
>>> - changed DPDK syntax is to have return value in a separate line.
>>> - Add a keyword in log types for distinguished.
>>> - using regular comments (non doxygen syntax).
>>> - fix other issues.
>>>
>>> v9:
>>> - fix 'v8 3/9' patch use PCI bus API,
>>> and common PCI constants according to David Marchand's comments.
>>>
>>> v8:
>>> - fix flexible arrays、Waddress-of-packed-member error.
>>> - all structs、enum、define ,etc use zxdh/ZXDH_ prefixed.
>>> - use zxdh_try/release_lock,and move loop into zxdh_timedlock,
>>> make hardware lock follow spinlock pattern.
>>>
>>> v7:
>>> - add release notes and modify zxdh.rst issues.
>>> - avoid use pthread and use rte_spinlock_lock.
>>> - using the prefix ZXDH_ before some definitions.
>>> - resole issues according to thomas's comments.
>>>
>>> v6:
>>> - Resolve ci/intel compilation issues.
>>> - fix meson.build indentation in earlier patch.
>>>
>>> V5:
>>> - split driver into multiple patches,part of the zxdh driver,
>>> later provide dev start/stop,queue_setup,npsdk_init,mac,vlan,rss ,etc.
>>> - fix errors reported by scripts.
>>> - move the product link in zxdh.rst.
>>> - fix meson check use RTE_ARCH_X86_64/RTE_ARCH_ARM64.
>>> - modify other comments according to Ferruh's comments.
>>>
>>> Junlong Wang (10):
>>> net/zxdh: add zxdh ethdev pmd driver
>>> net/zxdh: add logging implementation
>>> net/zxdh: add zxdh device pci init implementation
>>> net/zxdh: add msg chan and msg hwlock init
>>> net/zxdh: add msg chan enable implementation
>>> net/zxdh: add zxdh get device backend infos
>>> net/zxdh: add configure zxdh intr implementation
>>> net/zxdh: add zxdh dev infos get ops
>>> net/zxdh: add zxdh dev configure ops
>>> net/zxdh: add zxdh dev close ops
>>>
>>
>> For series,
>> Acked-by: Ferruh Yigit <ferruh.yigit at amd.com>
>>
>> Series applied to dpdk-next-net/main, thanks.
>>
>
> Hi Junlong,
>
> It seems we missed to mark driver as experimental, I will update it in
> next-net.
>
Following applied:
diff --git a/MAINTAINERS b/MAINTAINERS
index 9a812b3632b7..e6e53e39683a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1058,7 +1058,7 @@ F: drivers/net/avp/
F: doc/guides/nics/avp.rst
F: doc/guides/nics/features/avp.ini
-ZTE zxdh
+ZTE zxdh - EXPERIMENTAL
M: Junlong Wang <wang.junlong1 at zte.com.cn>
M: Lijie Shan <shan.lijie at zte.com.cn>
F: drivers/net/zxdh/
More information about the dev
mailing list