From: Rami Rosen <ramirose@gmail.com>
To: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH net-next-2.6] RPS: enables setting CONFIG_RPS config option.
Date: Tue, 23 Nov 2010 22:10:37 +0200 [thread overview]
Message-ID: <AANLkTikLP0_Xphc7ECwF7yuffqU0dmw1QWdpc36dfMAT@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 171 bytes --]
Hi,
The patch enables setting CONFIG_RPS config option for
Receive packet steering (net/Kconfig.).
Regards,
Rami Rosen
Signed-off-by: Rami Rosen <ramirose@gmail.com>
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 462 bytes --]
diff --git a/net/Kconfig b/net/Kconfig
index 55fd82e..d15c3cb 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -216,9 +216,12 @@ source "net/dcb/Kconfig"
source "net/dns_resolver/Kconfig"
config RPS
- boolean
+ bool "Receive packet steering (RPS)"
depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
default y
+ ---help---
+ Support for Receive packet steering (RPS), which distributes the work of
+ outgoing data across CPUs.
menu "Network testing"
next reply other threads:[~2010-11-23 20:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-23 20:10 Rami Rosen [this message]
2010-11-23 20:12 ` [PATCH net-next-2.6] RPS: enables setting CONFIG_RPS config option David Miller
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=AANLkTikLP0_Xphc7ECwF7yuffqU0dmw1QWdpc36dfMAT@mail.gmail.com \
--to=ramirose@gmail.com \
--cc=davem@davemloft.net \
--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).