Re: [dpdk-dev] [PATCH v5 00/24] net: ngbe PMD

2021-06-14 Thread Andrew Rybchenko
On 6/2/21 12:40 PM, Jiawen Wu wrote: This patch set provides a skeleton of ngbe PMD, which adapted to Wangxun WX1860 series NICs. My main concerns for the patch series except style notes is a separation info patches. Every patch should be testable. I should be able to stop at any patch in the s

Re: [dpdk-dev] [PATCH v5 00/24] net: ngbe PMD

2021-06-10 Thread Jiawen Wu
Hi, > -Original Message- > From: Jiawen Wu > Sent: Wednesday, June 2, 2021 5:41 PM > To: dev@dpdk.org > Cc: Jiawen Wu > Subject: [PATCH v5 00/24] net: ngbe PMD > > This patch set provides a skeleton of ngbe PMD, which adapted to Wangxun > WX1860 series NICs. > > v5: > - Extend patches

[dpdk-dev] [PATCH v5 00/24] net: ngbe PMD

2021-06-02 Thread Jiawen Wu
This patch set provides a skeleton of ngbe PMD, which adapted to Wangxun WX1860 series NICs. v5: - Extend patches with device initialization and RxTx functions. v4: - Fix compile error. v3: - Use rte_ether functions to define marcos. v2: - Correct some clerical errors. - Use ethdev debug flags