commit | c919ab9ee5811844d0ebefcfd0bba903d4089a85 | [log] [tgz] |
---|---|---|
author | Prabhakar Kushwaha <prabhakar@freescale.com> | Wed Nov 04 12:26:00 2015 +0530 |
committer | York Sun <yorksun@freescale.com> | Mon Nov 30 08:53:03 2015 -0800 |
tree | 890cdb6c6c4555942020a8beba04e12c94c0db96 | |
parent | 1730a17db9a9ce21380ba99eb4d2f10884186cca [diff] |
driver: net: ldpaa: Use DPMAC as net device As per current implementation of DPAA2 ethernet driver DPNI is used as net device. DPNI is tangible objects can be multiple connected to same physical lane. Use DPMAC as net device where it represents physical lane. Below modification done in driver - Use global DPNI object - Connect DPMAC to DPNI - Create and destroy DPMAC Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>