Documentation/sysctl/net.txt: fix (attribute removal).
authorRami Rosen <ramirose@gmail.com>
Fri, 17 May 2013 09:10:34 +0000 (09:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 May 2013 22:13:10 +0000 (15:13 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/sysctl/net.txt

index 98335b7a533795607ccedcfb5d3975a45acba0fe..c1f8640c2fc8818519e5840e72be92edcc8c98eb 100644 (file)
@@ -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
 ------------------
This page took 0.025249 seconds and 5 git commands to generate.