]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'nps_enet_fixes'
authorDavid S. Miller <davem@davemloft.net>
Sun, 23 Aug 2015 23:08:54 +0000 (16:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 23 Aug 2015 23:08:54 +0000 (16:08 -0700)
commit53b8eb94d200d752fe0566d7409d7c7a3dc6bcfc
tree8c8edaa75d9dadf0d02b80417505257043bcb379
parentd3bcbe993b558636a78a6006ae4404543be1b291
parente2aecc661b46e6b2461a485cfc669dc3255af5e2
Merge branch 'nps_enet_fixes'

Noam Camus says:

====================
*** nps_enet fixups ***

Change v2
TX done is handled back with NAPI poll.

Change v1
This patch set is a bunch of fixes to make nps_enet work correctly with
all platforms, i.e. real device, emulation system, and simulation system.
The main trigger for this patch set was that in our emulation system
the TX end interrupt is "edge-sensitive" and therefore we cannot use the
cause register since it is not sticky.
Also:
TX is handled during HW interrupt context and not NAPI job.
race with TX done was fixed.
added acknowledge for TX when device is "level sensitive".
enable drop of control frames which is not needed for regular usage.

So most of this patch set is about TX handling, which is now more complete.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>