netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tom Herbert <therbert@google.com>
To: Ben Hutchings <bhutchings@solarflare.com>
Cc: netdev@vger.kernel.org, linux-net-drivers@solarflare.com,
	Bob Felderman <feldy@google.com>
Subject: Re: [RFC][PATCH 0/4] RFS hardware acceleration
Date: Mon, 20 Sep 2010 12:36:20 -0700	[thread overview]
Message-ID: <AANLkTikS8y0sCbA7wcAfV2i6L+UYQ14d-3dL5jg55Atq@mail.gmail.com> (raw)
In-Reply-To: <1285009290.2282.121.camel@achroite.uk.solarflarecom.com>

Thanks Ben, this does look interesting.  We'll try to take a look.


On Mon, Sep 20, 2010 at 12:01 PM, Ben Hutchings
<bhutchings@solarflare.com> wrote:
> Tom,
>
> This patch series extends RFS to use hardware RX filters where
> available.  Depending on the number of hardware RX queues and their
> IRQs' affinity, this should reduce the need for IPIs or at least get
> packets delivered to the right NUMA node.
>
> I've implemented the driver side of this for our hardware, though I
> don't know whether you have any of that to test on.  I would be very
> interested to know how much this can help in the sort of cases where you
> use RFS.
>
> Ben.
>
> Ben Hutchings (4):
>  IRQ: IRQ groups for multiqueue devices
>  net: RPS: Enable hardware acceleration
>  sfc: Implement RFS acceleration
>  sfc/RFS/irq_group debug output
>
>  drivers/net/sfc/efx.c     |   49 +++++++++++---
>  drivers/net/sfc/efx.h     |    9 +++
>  drivers/net/sfc/filter.c  |  109 +++++++++++++++++++++++++++++
>  include/linux/irq.h       |   52 ++++++++++++++
>  include/linux/netdevice.h |   29 +++++++-
>  kernel/irq/manage.c       |  170 +++++++++++++++++++++++++++++++++++++++++++++
>  net/core/dev.c            |   88 ++++++++++++++++++++++--
>  7 files changed, 488 insertions(+), 18 deletions(-)
>
> --
> 1.7.2.1
>
>
> --
> Ben Hutchings, Senior Software Engineer, Solarflare Communications
> Not speaking for my employer; that's the marketing department's job.
> They asked us to note that Solarflare product names are trademarked.
>
>

      parent reply	other threads:[~2010-09-20 19:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-20 19:01 [RFC][PATCH 0/4] RFS hardware acceleration Ben Hutchings
2010-09-20 19:08 ` [RFC][PATCH 1/4] IRQ: IRQ groups for multiqueue devices Ben Hutchings
2010-09-20 21:27   ` Thomas Gleixner
2010-09-21 12:25     ` Ben Hutchings
2010-09-21 15:34       ` Thomas Gleixner
2010-09-21 19:04         ` Thomas Gleixner
2010-09-22 16:00           ` Ben Hutchings
2010-09-22 16:06             ` Thomas Gleixner
2010-09-20 19:10 ` [RFC][PATCH 2/4] net: RPS: Enable hardware acceleration Ben Hutchings
2010-09-20 19:11 ` [RFC][PATCH 3/4] sfc: Implement RFS acceleration Ben Hutchings
2010-09-20 19:12 ` [RFC][PATCH 4/4] sfc/RFS/irq_group debug output Ben Hutchings
2010-09-20 19:36 ` Tom Herbert [this message]

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=AANLkTikS8y0sCbA7wcAfV2i6L+UYQ14d-3dL5jg55Atq@mail.gmail.com \
    --to=therbert@google.com \
    --cc=bhutchings@solarflare.com \
    --cc=feldy@google.com \
    --cc=linux-net-drivers@solarflare.com \
    --cc=netdev@vger.kernel.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 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).