Re: [PATCH v3 00/13] net: ethernet: ti: cpsw: split driver data and per ndev data

From: Grygorii Strashko
Date: Wed Aug 10 2016 - 17:17:13 EST


On 08/10/2016 02:22 AM, Ivan Khoronzhuk wrote:
In dual_emac mode the driver can handle 2 network devices. Each of them can use
its own private data and common data/resources. This patchset splits common driver
data/resources and private per net device data.
It leads to:
- reduce memory usage
- increase code readability
- allows add a bunch of simplification
- create prerequisites to add multi-channel support,
when channels are shared between net devices


Reviewed-by: Grygorii Strashko <grygorii.strashko@xxxxxx>

--
regards,
-grygorii