Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: fsl-dpaa2/ethsw: Add TODO

Add a TODO file describing what needs to be added/changed before the driver
can be moved out of staging.

Signed-off-by: Razvan Stefanescu <razvan.stefanescu@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Razvan Stefanescu and committed by
Greg Kroah-Hartman
2dff24d7 da138898

+14
+14
drivers/staging/fsl-dpaa2/ethsw/TODO
··· 1 + * Add I/O capabilities on switch port netdevices. This will allow control 2 + traffic to reach the CPU. 3 + * Add ACL to redirect control traffic to CPU. 4 + * Add support for displaying learned FDB entries 5 + * Add support for multiple FDBs and switch port partitioning 6 + * MC firmware uprev; the DPAA2 objects used by the Ethernet Switch driver 7 + need to be kept in sync with binary interface changes in MC 8 + * refine README file 9 + * cleanup 10 + 11 + NOTE: At least first three of the above are required before getting the 12 + DPAA2 Ethernet Switch driver out of staging. Another requirement is that 13 + dpio driver is moved to drivers/soc (this is required for I/O). 14 +