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
+
+
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)