net/dpaa2: add dpdmux mc flib
authorNipun Gupta <nipun.gupta@nxp.com>
Fri, 11 Jan 2019 12:24:49 +0000 (12:24 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 Jan 2019 16:44:29 +0000 (17:44 +0100)
commit0817d41fdb4872aab528c945c2d645bda4a7977e
tree009810d28ce37a54a0ed7bbeb7cf9a0cb34bdfd6
parent1f332c7d955aeb3d84b5f72c54b3d675a09285f0
net/dpaa2: add dpdmux mc flib

dpdmux object is added as a part of net driver as it is used to
de-multiplex packets to separate interfaces on basis of specific rules.
These rules can be configured from the software

Signed-off-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Shreyansh Jain <shreyansh.jain@nxp.com>
drivers/net/dpaa2/Makefile
drivers/net/dpaa2/mc/dpdmux.c [new file with mode: 0644]
drivers/net/dpaa2/mc/fsl_dpdmux.h [new file with mode: 0644]
drivers/net/dpaa2/mc/fsl_dpdmux_cmd.h [new file with mode: 0644]
drivers/net/dpaa2/meson.build