Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-13 | Major refactor - L2 / L3 modes for ports | 1 | -15/+13 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-12 | grat ARP | 1 | -0/+19 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-11 | few tweaks | 1 | -1/+4 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-06 | RX features phase 2 - ARP and ICMP self response | 1 | -1/+8 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-01 | refactor RX core | 1 | -1/+5 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-30 | minor bugs | 1 | -0/+1 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-16 | Merge branch 'master' to rx_features phase 0.5 | 1 | -2/+2 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-16 | RX features - ARP resolve | 1 | -0/+7 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-15 | https://trex-tgn.cisco.com/youtrack/issue/trex-271 | 1 | -2/+2 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-11-06 | RX features - RX sniffer | 1 | -0/+7 | ||
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | 1 | -15/+22 | ||
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> | |||||
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-249 | 1 | -13/+76 | ||
2016-09-07 | DUAL mode - phase #1 | 1 | -1/+1 | ||
2016-08-18 | CPU util. measurements fix (more accurate and steady) | 1 | -21/+59 | ||
see #trex-246 | |||||
2016-08-16 | simulator breakage fix | 1 | -2/+0 | ||
2016-08-16 | personal code review tweaks | 1 | -33/+47 | ||
2016-08-15 | TUI screen buffer | 1 | -53/+126 | ||
2016-08-03 | async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232 | 2 | -0/+4 | ||
2016-07-27 | support for graceful shutdown | 2 | -2/+9 | ||
2016-07-26 | some more TUI fixes | 2 | -11/+37 | ||
2016-07-25 | TUI - stdout close/reopen issues | 1 | -6/+2 | ||
2016-07-25 | TUI tweaks | 2 | -40/+53 | ||
2016-07-21 | faster TUI: no flickers and more... | 1 | -32/+131 | ||
1. made stdout full buffered (no in-middle print) 2. added TAB for filenames auto-complete | |||||
2016-07-06 | TUI: crash when history is empty | 1 | -1/+1 | ||
2016-07-06 | TUI mode (--tui) locked on legend | 2 | -17/+47 | ||
2016-07-06 | TUI - added left, right, end , del keys | 1 | -36/+105 | ||
also history is updated when leaving TUI | |||||
2016-07-05 | TUI phase 500 ! | 2 | -34/+46 | ||
2016-07-05 | TUI with console - awesome ! | 2 | -59/+117 | ||
2016-07-05 | TUI integrated with console | 2 | -29/+242 | ||
2016-06-02 | cpu utilization per thread + mbufs per socket + add in tui | 1 | -1/+25 | ||
2016-05-23 | tui: add histogram | 1 | -1/+10 | ||
2016-05-18 | tui fixes | 1 | -1/+5 | ||
2016-05-18 | add latency panel to TUI | 1 | -3/+31 | ||
2016-05-09 | first remote PCAP push - draft | 1 | -1/+5 | ||
2016-04-19 | minor fix to TUI with no ports | 1 | -23/+13 | ||
2016-04-19 | Merge git://github.com/danklein10/trex-core into danklein10-master | 2 | -129/+52 | ||
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py | |||||
2016-04-18 | minor fix | 1 | -0/+3 | ||
2016-04-18 | support for reacquire command | 1 | -0/+3 | ||
also better sync with the server about ownership of ports | |||||
2016-04-18 | simple intro while connecting to the server | 1 | -2/+27 | ||
2016-04-17 | TUI might crash - do not include unicode chars if stdout encoding is not | 1 | -3/+8 | ||
'UTF-8' also, some fixes for the TUI port screen | |||||
2016-04-14 | by default TUI shows all ports - can be switched to owned by pressing | 1 | -1/+1 | ||
'o' | |||||
2016-04-14 | fixed partial ports console | 2 | -36/+44 | ||
2016-04-14 | quick fix for console | 1 | -1/+1 | ||
partial ports still not work well | |||||
2016-04-13 | support for partial port acquire on console | 1 | -13/+52 | ||
--readonly, -a [ports], -f | |||||
2016-04-12 | added checks for warnings on examples | 1 | -1/+2 | ||
2016-04-12 | events API and RX core util. | 1 | -23/+2 | ||
2016-04-11 | hltapi stream stats, port tx/rx graphs at console | 2 | -8/+25 | ||
2016-04-09 | basic modifications for TRex tui to support toggle filtering on ports | 1 | -3/+14 | ||
2016-03-31 | make the stl console to work at client package/from stl directory itself | 2 | -2/+15 | ||
2016-03-23 | moving us to python 3 by default (console) | 2 | -5/+11 | ||