On 3/23/2021 2:19 AM, Jiawen Wu wrote:
This patch set provides a skeleton of ngbe PMD,
which adapted to Wangxun WX1860 series NICs.
v3:
- Use rte_ether functions to define marcos.
v2:
- Correct some clerical errors.
- Use ethdev debug flags instead of driver own
Jiawen Wu (6):
net/ngbe: add build and doc infrastructure
net/ngbe: add device IDs
net/ngbe: support probe and remove
net/ngbe: add device init and uninit
net/ngbe: add log type and error type
net/ngbe: define registers
Hi Jiawen,
I did not able to check the set yet, but the patch "net/ngbe: support probe and
remove" gives a build error, it looks like a struct used before it is declared.
Each patch should be compiled successfully, can you please send a new version
with fix.