dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"
authorYaroslav Brustinov <[email protected]>
Sat, 22 Oct 2016 08:38:27 +0000 (10:38 +0200)
committerYaroslav Brustinov <[email protected]>
Fri, 28 Oct 2016 12:38:32 +0000 (14:38 +0200)
commit2dab6b6d09f9f1474d2ade6b465ebfa5ce3b3f5e
treebab2898d6b631d5495c62a8ad4b86ccea4eae786
parent00bfc58e6f76f7a67a6b62f297f72792534fef52
dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used
singleton_daemon.py: fix error socket in use immediately after check if in use
trex-console: fix crash in case of "tui --help"
trex-console: try-catch commands instead of crashing
add async notification on port status/atttibutes change
add port xstats support
add description of interfaces
main_dpdk.cpp: fix --client_cfg not working with Python API

Signed-off-by: Yaroslav Brustinov <[email protected]>
22 files changed:
scripts/automation/trex_control_plane/server/singleton_daemon.py
scripts/automation/trex_control_plane/stl/console/trex_console.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_jsonrpc_client.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_stats.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/common.py
scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/constants.py [new file with mode: 0755]
scripts/automation/trex_control_plane/stl/trex_stl_lib/utils/parsing_opts.py
scripts/dpdk_setup_ports.py
src/dpdk/drivers/net/virtio/virtio_ethdev.c
src/dpdk/drivers/net/vmxnet3/vmxnet3_ethdev.c
src/internal_api/trex_platform_api.h
src/main_dpdk.cpp
src/pal/linux/rte_ethdev_includes.h [new file with mode: 0644]
src/pal/linux_dpdk/rte_ethdev_includes.h [new file with mode: 0644]
src/publisher/trex_publisher.h
src/rpc-server/commands/trex_rpc_cmd_general.cpp
src/stateless/cp/trex_stateless_port.cpp
src/stateless/cp/trex_streams_compiler.h
src/trex_defs.h
src/trex_port_attr.h