* [PATCH V2] bgmac: Clean warning messages
@ 2015-03-07 11:10 Peter Senna Tschudin
2015-03-07 11:28 ` Rafał Miłecki
2015-03-09 2:56 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Peter Senna Tschudin @ 2015-03-07 11:10 UTC (permalink / raw)
To: davem, hauke, w-lkml, zajec5, joe, netdev, linux-kernel
Cc: Peter Senna Tschudin
On my test environment the throughput of a file transfer drops
from 4.4MBps to 116KBps due the number of repeated warning
messages. This patch removes the warning messages as DMA works
correctly with addresses using 0xC0000000 bits.
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
---
Changes from V1:
- Updated commit message. Thanks Rafał Miłecki <zajec5@gmail.com>
Changes from: bgmac: ratelimit warning messages
- Remove the messages instead of using printk_ratelimit()
drivers/net/ethernet/broadcom/bgmac.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/net/ethernet/broadcom/bgmac.c b/drivers/net/ethernet/broadcom/bgmac.c
index 676ffe0..0469f72 100644
--- a/drivers/net/ethernet/broadcom/bgmac.c
+++ b/drivers/net/ethernet/broadcom/bgmac.c
@@ -302,9 +302,6 @@ static int bgmac_dma_rx_skb_for_slot(struct bgmac *bgmac,
slot->skb = skb;
slot->dma_addr = dma_addr;
- if (slot->dma_addr & 0xC0000000)
- bgmac_warn(bgmac, "DMA address using 0xC0000000 bit(s), it may need translation trick\n");
-
return 0;
}
@@ -505,8 +502,6 @@ static int bgmac_dma_alloc(struct bgmac *bgmac)
ring->mmio_base);
goto err_dma_free;
}
- if (ring->dma_base & 0xC0000000)
- bgmac_warn(bgmac, "DMA address using 0xC0000000 bit(s), it may need translation trick\n");
ring->unaligned = bgmac_dma_unaligned(bgmac, ring,
BGMAC_DMA_RING_TX);
@@ -536,8 +531,6 @@ static int bgmac_dma_alloc(struct bgmac *bgmac)
err = -ENOMEM;
goto err_dma_free;
}
- if (ring->dma_base & 0xC0000000)
- bgmac_warn(bgmac, "DMA address using 0xC0000000 bit(s), it may need translation trick\n");
ring->unaligned = bgmac_dma_unaligned(bgmac, ring,
BGMAC_DMA_RING_RX);
--
2.1.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V2] bgmac: Clean warning messages
2015-03-07 11:10 [PATCH V2] bgmac: Clean warning messages Peter Senna Tschudin
@ 2015-03-07 11:28 ` Rafał Miłecki
2015-03-09 2:56 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Rafał Miłecki @ 2015-03-07 11:28 UTC (permalink / raw)
To: Peter Senna Tschudin
Cc: David Miller, Hauke Mehrtens, w-lkml, Joe Perches,
Network Development, Linux Kernel Mailing List
On 7 March 2015 at 12:10, Peter Senna Tschudin <peter.senna@gmail.com> wrote:
> On my test environment the throughput of a file transfer drops
> from 4.4MBps to 116KBps due the number of repeated warning
> messages. This patch removes the warning messages as DMA works
> correctly with addresses using 0xC0000000 bits.
>
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Acked-by: Rafał Miłecki <zajec5@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V2] bgmac: Clean warning messages
2015-03-07 11:10 [PATCH V2] bgmac: Clean warning messages Peter Senna Tschudin
2015-03-07 11:28 ` Rafał Miłecki
@ 2015-03-09 2:56 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-03-09 2:56 UTC (permalink / raw)
To: peter.senna; +Cc: hauke, w-lkml, zajec5, joe, netdev, linux-kernel
From: Peter Senna Tschudin <peter.senna@gmail.com>
Date: Sat, 7 Mar 2015 12:10:26 +0100
> On my test environment the throughput of a file transfer drops
> from 4.4MBps to 116KBps due the number of repeated warning
> messages. This patch removes the warning messages as DMA works
> correctly with addresses using 0xC0000000 bits.
>
> Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
> ---
> Changes from V1:
> - Updated commit message. Thanks Rafał Miłecki <zajec5@gmail.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-09 2:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-07 11:10 [PATCH V2] bgmac: Clean warning messages Peter Senna Tschudin
2015-03-07 11:28 ` Rafał Miłecki
2015-03-09 2:56 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®