Commits
Akhil Goyal committed 5c20cca3347
staging: fsl_ppfe/eth: support for userspace networking This patch adds the userspace mode support to fsl_ppfe network driver. In the new mode, basic hardware initialization is performed in kernel, while the datapath and HIF handling is the responsibility of the userspace. The new command line parameter is added to initialize the ppfe module in userspace mode. By default the module remains in kernelspace networking mode. To enable userspace mode, use "insmod pfe.ko us=1" Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Signed-off-by: Gagandeep Singh <g.singh@nxp.com>