.. | .. |
---|
117 | 117 | To compile this code as a module, choose M here: the |
---|
118 | 118 | module will be called sch_multiq. |
---|
119 | 119 | |
---|
| 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 | + |
---|
120 | 143 | config NET_SCH_RED |
---|
121 | 144 | tristate "Random Early Detection (RED)" |
---|
122 | 145 | help |
---|