Skip to content
Commit 18688557 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'systemport-net'



Florian Fainelli says:

====================
net: systemport: TX dma fixes

This patch series contains two fixes for our transmit path, first one
is a pretty nasty one since we were not allocating a large enough
dma coherent pool for our transmit descriptors, which would work most of the
time, since allocations are contiguous and we could have.

Second patch fixes a less frequent, though highly likley crash when using
CMA allocations.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 43737473 914adb55
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment