aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/packet_mmap.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/packet_mmap.txt b/Documentation/networking/packet_mmap.txt
index 91ffe1d9e8ca..1404674c0a02 100644
--- a/Documentation/networking/packet_mmap.txt
+++ b/Documentation/networking/packet_mmap.txt
@@ -583,6 +583,7 @@ Currently implemented fanout policies are:
583 - PACKET_FANOUT_CPU: schedule to socket by CPU packet arrives on 583 - PACKET_FANOUT_CPU: schedule to socket by CPU packet arrives on
584 - PACKET_FANOUT_RND: schedule to socket by random selection 584 - PACKET_FANOUT_RND: schedule to socket by random selection
585 - PACKET_FANOUT_ROLLOVER: if one socket is full, rollover to another 585 - PACKET_FANOUT_ROLLOVER: if one socket is full, rollover to another
586 - PACKET_FANOUT_QM: schedule to socket by skbs recorded queue_mapping
586 587
587Minimal example code by David S. Miller (try things like "./test eth0 hash", 588Minimal example code by David S. Miller (try things like "./test eth0 hash",
588"./test eth0 lb", etc.): 589"./test eth0 lb", etc.):