Skip to content

Commit 3cc7587

Browse files
ramirosendavem330
authored andcommitted
Documentation/sysctl/net.txt: fix (attribute removal).
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 bea3348 Signed-off-by: Rami Rosen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent caeaba7 commit 3cc7587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/sysctl/net.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ netdev_budget
9393

9494
Maximum number of packets taken from all interfaces in one polling cycle (NAPI
9595
poll). In one polling cycle interfaces which are registered to polling are
96-
probed in a round-robin manner. The limit of packets in one such probe can be
97-
set per-device via sysfs class/net/<device>/weight .
96+
probed in a round-robin manner.
9897

9998
netdev_max_backlog
10099
------------------

0 commit comments

Comments
 (0)