From: David S. Miller Date: Sun, 23 Aug 2015 23:08:54 +0000 (-0700) Subject: Merge branch 'nps_enet_fixes' X-Git-Tag: v5.15~15163^2~111 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f629be158a93e1b8f882c13c098d043f68cad9c;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 7f629be158a93e1b8f882c13c098d043f68cad9c