TRex argument --dump-interfaces <list of PCI> (by default will take interfaces from...
authorYaroslav Brustinov <[email protected]>
Thu, 18 Aug 2016 17:34:13 +0000 (20:34 +0300)
committerYaroslav Brustinov <[email protected]>
Thu, 18 Aug 2016 20:46:32 +0000 (23:46 +0300)
commit08def8d3b3e909b9bbafcb0f4820a84ab7d522ad
tree57d87f1ec9161ae9f2f7dc841fec131c7bcd18b6
parent1069c2c1b67899515e9769aac5f23642cc85410c
TRex argument --dump-interfaces <list of PCI> (by default will take interfaces from /etc/trex_cfg.yaml if exists, if does not exists, will show all DPDK interfaces)
get interface speed from DPDK instead of using constants per driver
add script to generate config file /etc/trex_cfg.yaml: sudo ./dpdk_setup_ports.py -c <list of PCI>
show table of interfaces in sudo ./dpdk_setup_ports.py -t
scripts/dpdk_nic_bind.py
scripts/dpdk_setup_ports.py
src/bp_sim.h
src/internal_api/trex_platform_api.h
src/main_dpdk.cpp
src/main_dpdk.h
src/rpc-server/commands/trex_rpc_cmd_general.cpp
src/stateless/cp/trex_stateless_port.cpp
src/stateless/cp/trex_stateless_port.h