hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/net/sched/Kconfig
....@@ -117,6 +117,29 @@
117117 To compile this code as a module, choose M here: the
118118 module will be called sch_multiq.
119119
120
+config NET_SCH_OOB
121
+ tristate "Out-of-band packet queuing (OOB)"
122
+ depends on NET_OOB
123
+ help
124
+ Say Y here if you want to use a Dovetail-aware packet
125
+ scheduler for prioritizing egress traffic between the
126
+ regular (in-band) network stack and a companion core. This
127
+ scheduler helps in two cases:
128
+
129
+ - for sending high priority packets originating from the
130
+ out-of-band stage to NICs which cannot handle outgoing
131
+ packets from that stage directly. In this case, these
132
+ packets take precedence over regular traffic for
133
+ transmission.
134
+
135
+ - for sharing an out-of-band capable interface between the
136
+ in-band and out-of-band network stacks, proxying regular
137
+ traffic originating from the in-band stage to NICs which
138
+ will be processing all packets from the out-of-band stage.
139
+
140
+ To compile this code as a module, choose M here: the
141
+ module will be called sch_oob.
142
+
120143 config NET_SCH_RED
121144 tristate "Random Early Detection (RED)"
122145 help