From: "John W. Linville" <linville@tuxdriver.com>
To: Jonathan Lemon <jonathan.lemon@gmail.com>
Cc: netdev@vger.kernel.org, kernel-team@fb.com
Subject: Re: Add a 'start N' option when specifying the Rx flow hash indirection table.
Date: Tue, 9 Apr 2019 14:44:23 -0400 [thread overview]
Message-ID: <20190409184422.GA27439@tuxdriver.com> (raw)
In-Reply-To: <20190401184245.1255272-1-jonathan.lemon@gmail.com>
On Mon, Apr 01, 2019 at 11:42:45AM -0700, Jonathan Lemon wrote:
> When using more than one RSS table, specifying a starting queue for flow distibution
> makes it easier to specify the set of queues attached to the table. An example:
>
> ethtool -X eth0 context 0 equal 14 # queues 0 .. 13
> ethtool -X eth0 context 1 start 14 equal 42 # queues 14 .. 56
> ethtool -N eth0 flow-type udp6 dst-port 4242 context 1
>
> Here, context 0 might be handling normal kernel traffic, while context 1 handles
> AF_XDP traffic.
>
> Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com>
> Acked-by: Edward Cree <ecree@solarflare.com>
Queued for next release...
Thanks!
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
prev parent reply other threads:[~2019-04-09 18:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-01 18:42 [PATCH] Add a 'start N' option when specifying the Rx flow hash indirection table Jonathan Lemon
2019-04-01 19:30 ` Edward Cree
2019-04-09 18:44 ` John W. Linville [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=20190409184422.GA27439@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=jonathan.lemon@gmail.com \
--cc=kernel-team@fb.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).