diff options
author | 2016-08-10 17:27:41 -0700 | |
---|---|---|
committer | 2016-08-10 17:27:41 -0700 | |
commit | e27d6cf55e319dbcc95c711f6a22d0176d2ac689 (patch) | |
tree | b3e3c874a87f07190d9191c44e274b382085b301 /fs/proc/generic.c | |
parent | rps: Inspect PPTP encapsulated by GRE to get flow hash (diff) | |
parent | net: ethernet: ti: cpsw: move ale, cpts and drivers params under cpsw_common (diff) | |
download | linux-rng-e27d6cf55e319dbcc95c711f6a22d0176d2ac689.tar.xz linux-rng-e27d6cf55e319dbcc95c711f6a22d0176d2ac689.zip |
Merge branch 'cpsw-refactor'
Ivan Khoronzhuk says:
====================
net: ethernet: ti: cpsw: split driver data and per ndev data
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
Doesn't have bad impact on performance.
v2: https://lkml.org/lkml/2016/8/6/108
Since v2:
- removed patch:
net: ethernet: ti: cpsw: fix int dbg message
- replaced patch:
"net: ethernet: ti: cpsw: remove redundant check in napi poll"
on "net: ethernet: ti: cpsw: remove intr dbg msg from poll handlers"
- removed macro "cpsw_get_slave_ndev"
- corrected some commits
Since v1:
- added several patch improvements
- avoided variable reordering in structures
- removed static variable for common function
- split big patch on several patches:
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/proc/generic.c')
0 files changed, 0 insertions, 0 deletions