linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] net: ethernet: ti: cpsw: split driver data and per ndev data
@ 2016-08-04 21:14 Ivan Khoronzhuk
  2016-08-04 21:14 ` [PATCH 1/3] net: ethernet: ti: cpsw: simplify submit routine Ivan Khoronzhuk
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ivan Khoronzhuk @ 2016-08-04 21:14 UTC (permalink / raw)
  To: netdev, mugunthanvnm
  Cc: linux-omap, grygorii.strashko, linux-kernel, Ivan Khoronzhuk

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.

Doesn't have bad impact on performance.

Based on net-next/master

Ivan Khoronzhuk (3):
  net: ethernet: ti: cpsw: simplify submit routine
  net: ethernet: ti: cpsw: remove redundant check in napi poll
  net: ethernet: ti: cpsw: split common driver data and private net data

 drivers/net/ethernet/ti/cpsw.c | 797 +++++++++++++++++++----------------------
 1 file changed, 369 insertions(+), 428 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-05 14:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-04 21:14 [PATCH 0/3] net: ethernet: ti: cpsw: split driver data and per ndev data Ivan Khoronzhuk
2016-08-04 21:14 ` [PATCH 1/3] net: ethernet: ti: cpsw: simplify submit routine Ivan Khoronzhuk
2016-08-04 21:14 ` [PATCH 2/3] net: ethernet: ti: cpsw: remove redundant check in napi poll Ivan Khoronzhuk
2016-08-04 21:14 ` [PATCH 3/3] net: ethernet: ti: cpsw: split common driver data and private net data Ivan Khoronzhuk
2016-08-05 12:14   ` Grygorii Strashko
2016-08-05 14:38     ` Ivan Khoronzhuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).