From: Ivan Khoronzhuk
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:
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
- i
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