All of lore.kernel.org
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@openwrt.org>
To: David Daney <ddaney.cavm@gmail.com>
Cc: linux-mips@linux-mips.org
Subject: Re: [PATCH 2/2] MIPS: partially inline dma ops
Date: Mon, 12 Aug 2013 19:22:56 +0200	[thread overview]
Message-ID: <520919F0.5090209@openwrt.org> (raw)
In-Reply-To: <5209169F.5070709@gmail.com>

On 2013-08-12 7:08 PM, David Daney wrote:
> On 08/12/2013 04:22 AM, Felix Fietkau wrote:
>> Several DMA ops are no-op on many platforms, and the indirection through
>> the mips_dma_map_ops function table is causing the compiler to emit
>> unnecessary code.
>>
>> Inlining visibly improves network performance in my tests (on a 24Kc
>> based system), and also slightly reduces code size of a few drivers.
>>
>> Signed-off-by: Felix Fietkau <nbd@openwrt.org>
>> ---
>>   arch/mips/Kconfig                   |   4 +
>>   arch/mips/include/asm/dma-mapping.h | 360 +++++++++++++++++++++++++++++++++++-
>>   arch/mips/mm/dma-default.c          | 161 ++--------------
>>   3 files changed, 372 insertions(+), 153 deletions(-)
> That is not a very pleasing diffstat.
I know. But altering the generic include (of which I duplicated the
inlined code here) would make things even worse. I believe the
improvement in the generated code is worth it though.
I just did some fresh performance tests with an 400 MHz AR7242 system
(MIPS 24Kc), bridging packets from one Ethernet port to another. I'm
running TCP iperf through this device.
Without this patch, I get 710-760 MBit/s with heavy fluctuation.
With this patch, I get 780-790 MBit/s with little fluctuation.
Most other MIPS systems will probably see similar improvements in DMA
heavy drivers.
For Octeon, I don't expect any visible performance change, and the
change shouldn't make it any worse either.

- Felix

  reply	other threads:[~2013-08-12 17:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-12 11:22 [PATCH 1/2] MIPS: remove unnecessary platform dma helper functions Felix Fietkau
2013-08-12 11:22 ` [PATCH 2/2] MIPS: partially inline dma ops Felix Fietkau
2013-08-12 17:08   ` David Daney
2013-08-12 17:22     ` Felix Fietkau [this message]
2013-08-12 17:04 ` [PATCH 1/2] MIPS: remove unnecessary platform dma helper functions David Daney
2013-08-12 17:16   ` Felix Fietkau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=520919F0.5090209@openwrt.org \
    --to=nbd@openwrt.org \
    --cc=ddaney.cavm@gmail.com \
    --cc=linux-mips@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.