netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] Documentation/sysctl/net.txt: fix (attribute removal).
@ 2013-05-17 19:10 Rami Rosen
  2013-05-19 22:13 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2013-05-17 19:10 UTC (permalink / raw)
  To: davem; +Cc: netdev, shemminger, Rami Rosen

This patch removes mentioning the sysfsf net_device weight attribute
(class/net/<device>/weight)  
in Documentation/sysctl/net.txt, since the net sysfs weight attribute
was removed by the following patch:

[NET]: Make NAPI polling independent of struct net_device objects
 bea3348eef27e6044b6161fd04c3152215f96411

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 Documentation/sysctl/net.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/sysctl/net.txt b/Documentation/sysctl/net.txt
index 98335b7..c1f8640 100644
--- a/Documentation/sysctl/net.txt
+++ b/Documentation/sysctl/net.txt
@@ -93,8 +93,7 @@ netdev_budget
 
 Maximum number of packets taken from all interfaces in one polling cycle (NAPI
 poll). In one polling cycle interfaces which are registered to polling are
-probed in a round-robin manner. The limit of packets in one such probe can be
-set per-device via sysfs class/net/<device>/weight .
+probed in a round-robin manner.
 
 netdev_max_backlog
 ------------------
-- 
1.8.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] Documentation/sysctl/net.txt: fix (attribute removal).
  2013-05-17 19:10 [PATCH net-next] Documentation/sysctl/net.txt: fix (attribute removal) Rami Rosen
@ 2013-05-19 22:13 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-05-19 22:13 UTC (permalink / raw)
  To: ramirose; +Cc: netdev, shemminger

From: Rami Rosen <ramirose@gmail.com>
Date: Fri, 17 May 2013 22:10:34 +0300

> This patch removes mentioning the sysfsf net_device weight attribute
> (class/net/<device>/weight)  
> in Documentation/sysctl/net.txt, since the net sysfs weight attribute
> was removed by the following patch:
> 
> [NET]: Make NAPI polling independent of struct net_device objects
>  bea3348eef27e6044b6161fd04c3152215f96411
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-19 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 19:10 [PATCH net-next] Documentation/sysctl/net.txt: fix (attribute removal) Rami Rosen
2013-05-19 22:13 ` David Miller

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).