We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2b7ec commit a7d24f6Copy full SHA for a7d24f6
1 file changed
advanced01-xdp-tc-interact/README.org
@@ -34,7 +34,7 @@ root qdisc lock (e.g. [[http://vger.kernel.org/lpc-bpf2018.html#session-1][Googl
34
The XDP-project have a git-repo for demonstrating how to solve this:
35
- https://github.com/xdp-project/xdp-cpumap-tc
36
37
-It setup the MQ (Multi-Queue) qdisc per TXQ to have a HTB-shaper. Then is
+It setup the MQ (Multi-Queue) qdisc per TXQ to have a HTB-shaper. Then it
38
uses XDP to redirect (via CPUMAP) the traffic to the CPU that is responsible
39
for handling this egress traffic. In the TC clsact-egress hook, a BPF-prog
40
stamps the SKB packet with the appropriate HTB class id (via
0 commit comments