[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1414795895-31612-1-git-send-email-f.fainelli@gmail.com>
Date: Fri, 31 Oct 2014 15:51:33 -0700
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net 0/2] net: systemport: TX dma fixes
Hi David,
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.
I just missed your pull request to Linus, though I assume there will be
another one?
Thanks!
Florian Fainelli (2):
net: systemport: fix DMA allocation/freeing sizes
net: systemport: do not crash freeing an unitialized TX ring
drivers/net/ethernet/broadcom/bcmsysport.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists