Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-15 | first test works | Hanoh Haim | 7 | -44/+180 | |
2015-12-15 | check VmDp object | Hanoh Haim | 1 | -0/+77 | |
2015-12-15 | vm version | Hanoh Haim | 1 | -1/+1 | |
2015-12-15 | check max packet update | Hanoh Haim | 2 | -4/+122 | |
2015-12-14 | fix merge issues | Hanoh Haim | 1 | -10/+12 | |
2015-12-14 | merge from master | Hanoh Haim | 65 | -3625/+36898 | |
2015-12-14 | a minor fix | Hanoh Haim | 1 | -0/+0 | |
2015-12-14 | add client command | Hanoh Haim | 7 | -15/+514 | |
2015-12-14 | Merge branch 'rx_check' | Yaroslav Brustinov | 2 | -5/+7 | |
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | Yaroslav Brustinov | 2 | -5/+7 | |
2015-12-14 | TUI v2.0 - now no flickering, state machine for lost of connectivity | imarom | 8 | -42/+181 | |
and TUI can be started in xterm using tui -x | |||||
2015-12-14 | vm - check ipv4 fix checksum | Hanoh Haim | 3 | -90/+301 | |
2015-12-14 | big edian support another test | Hanoh Haim | 1 | -4/+4 | |
2015-12-14 | big edian support | Hanoh Haim | 3 | -10/+206 | |
2015-12-13 | Merge branch 'get_logs_and_version' | Yaroslav Brustinov | 2 | -6/+11 | |
2015-12-13 | python API: determine TRex version in more robust way | Yaroslav Brustinov | 2 | -6/+11 | |
2015-12-13 | test inc8 | Hanoh Haim | 1 | -0/+78 | |
2015-12-13 | add commands | Hanoh Haim | 3 | -16/+281 | |
2015-12-13 | Merge branch 'master' into get_logs_and_version | Yaroslav Brustinov | 159 | -4586/+46589 | |
2015-12-13 | compile a program | Hanoh Haim | 3 | -47/+427 | |
2015-12-13 | minor | Hanoh Haim | 2 | -2/+22 | |
2015-12-13 | add git sha to version | Hanoh Haim | 3 | -1/+22 | |
2015-12-10 | 1.82 | Hanoh Haim | 1 | -1/+2 | |
2015-12-10 | add dns without delay | Hanoh Haim | 1 | -0/+23 | |
2015-12-10 | added a "--tui" feature to the console | imarom | 2 | -28/+56 | |
it opens in read only mode and runs the TUI | |||||
2015-12-10 | removed session id - not necessary | imarom | 9 | -32/+23 | |
2015-12-09 | read only support | imarom | 15 | -697/+967 | |
2015-12-08 | some modifications to the tables | imarom | 4 | -22/+91 | |
added clear stats as well | |||||
2015-12-08 | dynamic commands on TUI | imarom | 2 | -14/+75 | |
2015-12-08 | a minor fix to the TUI (pause/resume all ports) | imarom | 2 | -10/+34 | |
2015-12-08 | text based TUI (does not use ncurses) | imarom | 4 | -962/+319 | |
2015-12-08 | Fix to documentation of python function generate_run_cmd | Ido Barnea | 1 | -4/+5 | |
2015-12-08 | add traffic profiles | Hanoh Haim | 3 | -1/+109 | |
2015-12-07 | removed duplications | imarom | 1 | -31/+0 | |
2015-12-07 | Merge branch 'dan_stateless' into a test branch | imarom | 14 | -90/+1634 | |
Conflicts: scripts/automation/trex_control_plane/client/trex_async_client.py scripts/automation/trex_control_plane/client/trex_stateless_client.py scripts/automation/trex_control_plane/client_utils/parsing_opts.py scripts/automation/trex_control_plane/console/trex_console.py | |||||
2015-12-07 | added 'dry' option to start command | imarom | 6 | -30/+147 | |
this enables showing a profile map before starting | |||||
2015-12-07 | fixed for Ubunutu compiler (more strict) | imarom | 1 | -1/+3 | |
2015-12-07 | some validate info | imarom | 2 | -24/+53 | |
2015-12-07 | fix compiler error 4.8.4 | Hanoh Haim | 1 | -1/+1 | |
2015-12-07 | clear command now works as well.. | Dan Klein | 1 | -3/+7 | |
2015-12-07 | Re-designed the statistic building model based on agreed diagram. | Dan Klein | 4 | -177/+233 | |
WORKING: all polling stats | |||||
2015-12-07 | Make ICMP filter for 40G work | Ido Barnea | 4 | -13/+32 | |
2015-12-06 | Merge branch 'fix_no_latency_python_API' | Yaroslav Brustinov | 1 | -13/+17 | |
2015-12-06 | python API:fix no latency specified in tests | Yaroslav Brustinov | 1 | -13/+17 | |
2015-12-06 | another minor change of sample config file | Hanoh Haim | 1 | -4/+4 | |
2015-12-06 | Merge from master | Hanoh Haim | 15 | -435/+639 | |
2015-12-06 | add simple configuration file | Hanoh Haim | 2 | -3/+13 | |
2015-12-06 | ZMQ bug - connect / disconnect fron another thread on pyhton (not safe !) | imarom | 4 | -31/+87 | |
fixed and more hardening | |||||
2015-12-06 | moved gtest to new compile API | imarom | 4 | -125/+95 | |
2015-12-06 | burst bug - | imarom | 6 | -117/+213 | |
generate compiler object per core send message per core instead of duplicating it |