]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mvpp2-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 17:57:01 +0000 (10:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 17:57:01 +0000 (10:57 -0700)
commit84932a8ebc850dab2fff748bc9bc4a4d83da2a1b
tree156ca82eca2dae2893e314a3d0e4f091df21db5c
parent6e5c443073e9d25cd21555e309abad3c5c2b2e0b
parent7dc6fd1e9e190207b635c72d517248d765b27d4b
Merge branch 'mvpp2-fixes'

Marcin Wojtas says:

====================
Fixes for the network driver of Marvell Armada 375 SoC

This is a set of three patches that fix long-lasting problems implemented in
the initial support for the Armada 375 network controller.

Due to an inappropriate concept of handling the per-CPU sent packets'
processing on TX path the driver numerous problems occured, such as RCU
stalls. Those have been fixed, of which details you can find in the commit
logs. The patches were intensively tested on top of v4.2-rc5.

I'm looking forward to any comments or remarks.
====================

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