Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.32 KB | None | 0 0
  1. commit 087fc8f9a0d5524a3c891a6dbc880c507af64432
  2. Author: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
  3. Date:   Fri Feb 21 00:54:07 2020 +0100
  4.  
  5.     conference/NetDevConf2020: add asciinema html tags
  6.  
  7. diff --git a/conference/NetDevConf2020-0x14/add-xdp-on-driver.org b/conference/NetDevConf2020-0x14/add-xdp-on-driver.org
  8. index 4ef5bae..1eb01b9 100644
  9. --- a/conference/NetDevConf2020-0x14/add-xdp-on-driver.org
  10. +++ b/conference/NetDevConf2020-0x14/add-xdp-on-driver.org
  11. @@ -5,6 +5,7 @@
  12.  #+REVEAL_THEME: redhat
  13.  #+REVEAL_TRANS: linear
  14.  #+REVEAL_MARGIN: 0
  15. +#+REVEAL_EXTRA_CSS: asciinema/asciinema-player.css
  16.  #+REVEAL_EXTRA_JS: { src: '../reveal.js/js/redhat.js'}
  17.  #+REVEAL_ROOT: ../reveal.js
  18.  #+REVEAL_POSTAMBLE: <div id="extra-logos"><img src="../reveal.js/images/linaro-logo.png" class="linaro-logo" /></div>
  19. @@ -150,8 +151,7 @@ Kernel documentation on Documentation/networking/page_pool.rst
  20.    - ndo_xdp_xmit
  21.  - Using samples/pktgen/ scripts to generate traffic
  22.  ** Slide: XDP_PASS
  23. -- Load a program that returns XDP_PASS and make sure packets are delivered on
  24. -  the normal network stack
  25. +#+REVEAL_HTML: <asciinema-player src="asciinema/test.cast" cols="160" rows="32"></asciinema-player> <script src="asciinema/asciinema-player.js"></script>
  26.  ** Slide: XDP_DROP
  27.  - Remote host driver running XDP on eth0
  28.  #+begin_src bash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement