net/pfe: introduce basic functions
authorGagandeep Singh <g.singh@nxp.com>
Thu, 10 Oct 2019 06:32:22 +0000 (12:02 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:08 +0000 (16:43 +0200)
commit67fc3ff97c39fd005f2a4ee5f5c7f06208871baa
tree262d73b6d07486ec9ae4202f22bd8252ad932153
parent8c83f28cc8a4dc7ee0fab676051dd483695d4140
net/pfe: introduce basic functions

pfe (packet forwarding engine) is a network
poll mode driver for NXP SoC ls1012a.

This patch introduces the framework of pfe
driver with basic functions of initialisation
and teardown.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
16 files changed:
MAINTAINERS
config/common_armv8a_linux
config/common_base
doc/guides/nics/features/pfe.ini [new file with mode: 0644]
doc/guides/nics/index.rst
doc/guides/nics/pfe.rst [new file with mode: 0644]
doc/guides/rel_notes/release_19_11.rst
drivers/net/Makefile
drivers/net/meson.build
drivers/net/pfe/Makefile [new file with mode: 0644]
drivers/net/pfe/meson.build [new file with mode: 0644]
drivers/net/pfe/pfe_eth.h [new file with mode: 0644]
drivers/net/pfe/pfe_ethdev.c [new file with mode: 0644]
drivers/net/pfe/pfe_mod.h [new file with mode: 0644]
drivers/net/pfe/rte_pmd_pfe_version.map [new file with mode: 0644]
mk/rte.app.mk