Re: [PATCH v8 0/5] introduce AFU PMD driver of FPGA

2022-06-21 Thread Thomas Monjalon
16/06/2022 05:00, Wei Huang: > The first patch implements the framework of the AFU PMD driver based on raw > device interfaces. > The subsequent patches implement the driver of some AFUs. > > Changes from v7: > 1. move driver description to ifpga.rst per Rosen comment. > 2. rename function name ac

[PATCH v8 0/5] introduce AFU PMD driver of FPGA

2022-06-15 Thread Wei Huang
The first patch implements the framework of the AFU PMD driver based on raw device interfaces. The subsequent patches implement the driver of some AFUs. Changes from v7: 1. move driver description to ifpga.rst per Rosen comment. 2. rename function name according to DPDK program guide per Rosen com