Skip to content

Commit a7d24f6

Browse files
committed
Fix a simple typo
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent dc2b7ec commit a7d24f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

advanced01-xdp-tc-interact/README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ root qdisc lock (e.g. [[http://vger.kernel.org/lpc-bpf2018.html#session-1][Googl
3434
The XDP-project have a git-repo for demonstrating how to solve this:
3535
- https://github.com/xdp-project/xdp-cpumap-tc
3636

37-
It setup the MQ (Multi-Queue) qdisc per TXQ to have a HTB-shaper. Then is
37+
It setup the MQ (Multi-Queue) qdisc per TXQ to have a HTB-shaper. Then it
3838
uses XDP to redirect (via CPUMAP) the traffic to the CPU that is responsible
3939
for handling this egress traffic. In the TC clsact-egress hook, a BPF-prog
4040
stamps the SKB packet with the appropriate HTB class id (via

0 commit comments

Comments
 (0)