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

From: David Miller
Date: Wed Aug 10 2016 - 20:28:11 EST


From: Ivan Khoronzhuk <ivan.khoronzhuk@xxxxxxxxxx>
Date: Wed, 10 Aug 2016 02:22:31 +0300

> 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
...

Series applied to net-next, thank you.