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)
commitea70858423c5163ecea8749d8bb517220eac667b
tree156ca82eca2dae2893e314a3d0e4f091df21db5c
parentfe1e1876d8f6d8d4b45e3940e6dd43cd3b18d958
parentedc660fa09e2295b6ee2d2bf742c2a72dfeb18d2
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>