minor
authorHanoh Haim <[email protected]>
Wed, 16 Mar 2016 09:57:11 +0000 (11:57 +0200)
committerHanoh Haim <[email protected]>
Wed, 16 Mar 2016 09:57:11 +0000 (11:57 +0200)
trex_book.asciidoc
ws_main.py

index 8219c09..41c20e5 100755 (executable)
@@ -1692,3 +1692,9 @@ sudo ./dpdk_nic_bind.py -b <driver name> <1> <PCI address> <2>
 
 We are planning to add MACs to `./dpdk_setup_ports.py -s`
 =====================================
+
+
+Q: TRex traffic doesn't show up on Wireshark, So I can't capture the traffic from the TRex port
+A: TRex uses DPDK that take ownership on the ports. We are using a Switch with port mirroring to capture the traffic
+
+
index 42e1e3c..6d917e0 100644 (file)
@@ -207,7 +207,7 @@ def build(bld):
     bld(rule='${ASCIIDOC} -a docinfo -a stylesheet=${SRC[1].abspath()} -a  icons=true -a toc2 -a max-width=55em  -d book   -o ${TGT} ${SRC[0].abspath()}',
         source='trex_book.asciidoc waf.css', target='trex_manual.html', scan=ascii_doc_scan)
 
-    bld(rule='${ASCIIDOC} -a docinfo -a stylesheet=${SRC[1].abspath()} -a  icons=true -a toc2 -a max-width=55em  -d book   -o ${TGT} ${SRC[0].abspath()}',
+    bld(rule='${ASCIIDOC} -a docinfo -a stylesheet=${SRC[1].abspath()} -a  icons=true  -a max-width=55em  -d book   -o ${TGT} ${SRC[0].abspath()}',
         source='draft_trex_stateless.asciidoc waf.css', target='draft_trex_stateless.html', scan=ascii_doc_scan)
 
     bld(rule=convert_to_pdf_book,source='trex_book.asciidoc waf.css', target='trex_book.pdf', scan=ascii_doc_scan)