net/pfe: add MAC and host interface initialisation
authorGagandeep Singh <g.singh@nxp.com>
Thu, 10 Oct 2019 06:32:26 +0000 (12:02 +0530)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 23 Oct 2019 14:43:08 +0000 (16:43 +0200)
commit5253fe372e4f6141d5675b3b29b249ffdee962d3
tree2e65de8614796787d3c3cc4332760896ed575673
parent6dd520837fbfbb9cc67982e57dd1a8bc484671e4
net/pfe: add MAC and host interface initialisation

HIF or host interface is responsible for transmit
and receive packets between physical ethernet
interfaces and HIF library defined logical interfaces.

This patch initialise that host interface and MAC.

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>
drivers/net/pfe/Makefile
drivers/net/pfe/base/pfe.h
drivers/net/pfe/meson.build
drivers/net/pfe/pfe_eth.h
drivers/net/pfe/pfe_ethdev.c
drivers/net/pfe/pfe_hal.c [new file with mode: 0644]
drivers/net/pfe/pfe_hif.c [new file with mode: 0644]
drivers/net/pfe/pfe_hif.h [new file with mode: 0644]
drivers/net/pfe/pfe_hif_lib.c [new file with mode: 0644]
drivers/net/pfe/pfe_hif_lib.h [new file with mode: 0644]
drivers/net/pfe/pfe_mod.h