diff options
author | Razvan Stefanescu <[email protected]> | 2018-03-14 10:55:58 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-03-14 17:36:10 +0100 |
commit | 2dff24d73291f0f3c70aea841994b076b6233828 (patch) | |
tree | a574a17106821d916acecbd0c02d50254298855e | |
parent | da13889821d7a63b243415caf2d7d59c927a1fcc (diff) |
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/fsl-dpaa2/ethsw/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/staging/fsl-dpaa2/ethsw/TODO b/drivers/staging/fsl-dpaa2/ethsw/TODO new file mode 100644 index 000000000000..24b5e95a96f8 --- /dev/null +++ b/drivers/staging/fsl-dpaa2/ethsw/TODO @@ -0,0 +1,14 @@ +* Add I/O capabilities on switch port netdevices. This will allow control +traffic to reach the CPU. +* Add ACL to redirect control traffic to CPU. +* Add support for displaying learned FDB entries +* Add support for multiple FDBs and switch port partitioning +* MC firmware uprev; the DPAA2 objects used by the Ethernet Switch driver +need to be kept in sync with binary interface changes in MC +* refine README file +* cleanup + +NOTE: At least first three of the above are required before getting the +DPAA2 Ethernet Switch driver out of staging. Another requirement is that +dpio driver is moved to drivers/soc (this is required for I/O). + |