]> 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)
commitc9a8f7aadf15ea71e264840ce8d1f48bb867efa2
tree156ca82eca2dae2893e314a3d0e4f091df21db5c
parent0d868504b37f6c8b35705040422648f240b92858
parenta8a516bcfab808763caed025ea094bda74c2c069
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>