Jesper Dangaard Brouer Toke Høiland-Jørgensen
NetDev 0x13 Prague, March 2019
XDP hands-on tutorial
1
XDP hands-on tutorial Jesper Dangaard Brouer Toke Hiland-Jrgensen - - PowerPoint PPT Presentation
XDP hands-on tutorial Jesper Dangaard Brouer Toke Hiland-Jrgensen NetDev 0x13 Prague, March 2019 1 Outline Introduction - what is XDP and who are we? About this tutorial - plan for today Bonus tasks - Jesper Dangaard
NetDev 0x13 Prague, March 2019
1
2
3
4
5
6
7
8
+-----------------------------+ +-----------------------------+ | Root namespace | | Testenv namespace 'test01' | | | From 'test01' | | | +--------+ TX-> RX-> +--------+ | | | test01 +--------------------------+ veth0 | | | +--------+ <-RX <-TX +--------+ | | | From 'veth0' | | +-----------------------------+ +-----------------------------+
9
10
$ git clone https://github.com/xdp-project/xdp-tutorial $ cd xdp-tutorial $ git submodule update --init $ less README.org
11