Age | Commit message (Collapse) | Author | Files | Lines |
|
also added support for interactive debugging with IPython from the
console
(developer mode)
Signed-off-by: imarom <imarom@cisco.com>
|
|
in general stats
Change-Id: Ifbb060032fcffa982b4ab789d91c8b178b0a9027
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
few tweaks
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
Conflicts:
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
src/main_dpdk.cpp
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Change-Id: Icfe30379a24560cf0807edd239d3eb07d81a492f
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Regression: update stl performance kiwi benchmark (was my typo)
Change-Id: I0ea615d2511ea0339665e8fa5c8621eec9ebcb1e
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
added guard against unconfigured MAC when going up with empty config
file
Signed-off-by: imarom <imarom@cisco.com>
|
|
2) fix showing error in TUI
3) represensation of STLError: show only errors if error, limit by 10 entries
Change-Id: Ib8de9222e7fc09dd67275283857d0d7e9cb5988c
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
Signed-off-by: imarom <imarom@cisco.com>
|
|
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 <ybrustin@cisco.com>
|
|
|
|
|
|
see #trex-246
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. made stdout full buffered (no in-middle print)
2. added TAB for filenames auto-complete
|
|
|
|
|
|
also history is updated when leaving TUI
|
|
|
|
|
|
|