Re: [PATCH V2] bgmac: Clean warning messages

2015-03-08 Thread David Miller
From: Peter Senna Tschudin 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 0xC0

Re: [PATCH V2] bgmac: Clean warning messages

2015-03-07 Thread Rafał Miłecki
On 7 March 2015 at 12:10, Peter Senna Tschudin 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 0xC000 bits. > >

[PATCH V2] bgmac: Clean warning messages

2015-03-07 Thread 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 0xC000 bits. Signed-off-by: Peter Senna Tschudin --- Changes from V1: - Up