new port attr commands: flow control, link status, led status
authorYaroslav Brustinov <[email protected]>
Thu, 13 Oct 2016 03:53:19 +0000 (06:53 +0300)
committerYaroslav Brustinov <[email protected]>
Fri, 28 Oct 2016 12:38:32 +0000 (14:38 +0200)
commit00bfc58e6f76f7a67a6b62f297f72792534fef52
tree60624bd2f75ed2ae4de1c962ef195b173ae628a8
parent653629bee578b4888bd0c144386c03a4b0d08eef
new port attr commands: flow control, link status, led status
add user friendly description to ports
add xstats
enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase.

Signed-off-by: Yaroslav Brustinov <[email protected]>
20 files changed:
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_packet_builder_scapy.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
scripts/dpdk_nic_bind.py
scripts/dpdk_setup_ports.py
scripts/t-rex-64
src/debug.cpp
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/rpc-server/commands/trex_rpc_cmds.h
src/rpc-server/trex_rpc_cmd.cpp
src/rpc-server/trex_rpc_cmds_table.cpp
src/stateless/cp/trex_stateless.h
src/stateless/cp/trex_stateless_port.cpp
src/stateless/cp/trex_stateless_port.h
src/trex_defs.h
src/trex_port_attr.h [new file with mode: 0755]