-
Notifications
You must be signed in to change notification settings - Fork 466
Home
cd linux_dpdk
./b configure (only once)
./b build
Build Output will be in "scripts" folder
-
./b configure --sanitized
-
./b configure --gcc6
-
./b configure --no-mlx
-
./b configure --with-ntacc
from "scripts" folder
-
./t-rex-64-debug-gdb [args]
this script will load set the patch to so and run gdb
cd linux ./b configure (only once) ./b build Build Output will be in "scripts" folder
Stateless support: http://www.slideshare.net/HanochHaim/trex-realistic-traffic-generator-stateless-support
DPDK 2015 summit: http://www.slideshare.net/harryvanhaaren/trex-traffig-gen-hanoch-haim
Video of DPDK 2015 summit: https://www.youtube.com/watch?v=U0gRalB7DOs
Presentation-html: http://trex-tgn.cisco.com/trex/doc/trex_preso.html
In case you did some changes in code and/or want to check some new NIC, you can run our regression:
-
Create TRex config file: sudo ./dpdk_setup_ports.py -i
-
Run TRex daemon: sudo ./trex_daemon_server start
-
Make a copy of directory with setup parameters: automation/regression/setups/trex07
-
Update yaml files in that directory if needed
-
Run full regression:
./run_regression --cfg ./automation/regression/setups/<new dir>
Note
|
|