netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: systemport: TX dma fixes
@ 2014-10-31 22:51 Florian Fainelli
  2014-10-31 22:51 ` [PATCH net 1/2] net: systemport: fix DMA allocation/freeing sizes Florian Fainelli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Florian Fainelli @ 2014-10-31 22:51 UTC (permalink / raw)
  To: netdev; +Cc: davem, Florian Fainelli

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-01 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 22:51 [PATCH net 0/2] net: systemport: TX dma fixes Florian Fainelli
2014-10-31 22:51 ` [PATCH net 1/2] net: systemport: fix DMA allocation/freeing sizes Florian Fainelli
2014-10-31 22:51 ` [PATCH net 2/2] net: systemport: do not crash freeing an unitialized TX ring Florian Fainelli
2014-11-01 19:14 ` [PATCH net 0/2] net: systemport: TX dma fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).