net/dpaa: support FMC parser for VSP
authorJun Yang <jun.yang@nxp.com>
Fri, 4 Sep 2020 08:39:29 +0000 (14:09 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:08 +0000 (18:55 +0200)
commitf5fe3eed51222f72530db91d7cb7c62775e9235c
tree46a2fba91e531c446a9f63e50e281db12fe0cd8b
parente4abd4ff183ca5cd141dae51e761739084ae6912
net/dpaa: support FMC parser for VSP

FMC tool generates and saves the setup in a file.
This patch help Parse the /tmp/fmc.bin generated by FMC to
setup RXQs for each port on FMC mode.
The parser gets the fqids and vspids from fmc.bin

Signed-off-by: Jun Yang <jun.yang@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/net/dpaa/dpaa_ethdev.c
drivers/net/dpaa/dpaa_ethdev.h
drivers/net/dpaa/dpaa_fmc.c [new file with mode: 0644]
drivers/net/dpaa/meson.build