On 1/17/23 23:36, Nicolas Chautru wrote:
Make the device structure more generic so that to have personnalization of the VRB PMD to support multiple variants. Signed-off-by: Nicolas Chautru <nicolas.chau...@intel.com> --- drivers/baseband/acc/acc200_pf_enum.h | 8 +- drivers/baseband/acc/acc_common.h | 6 ++ drivers/baseband/acc/rte_vrb_pmd.c | 134 ++++++++++++-------------- drivers/baseband/acc/vrb_pmd.h | 27 ++++-- 4 files changed, 92 insertions(+), 83 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime