summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-02-09move to active flowsHanoh Haim5-61/+82
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-07fix for:imarom1-2/+2
https://trex-tgn.cisco.com/youtrack/issue/trex-342 Signed-off-by: imarom <imarom@cisco.com>
2017-02-06added example for functional tests using start_capture/stop_capture APIsimarom1-8/+14
Signed-off-by: imarom <imarom@cisco.com>
2017-02-05WatchDog and IO functions: ensure we return it to normal timeout in case of ↵Yaroslav Brustinov3-18/+32
exceptions in the middle of function. Change-Id: I5d2e119f19c3e3214fdbe8108ea35af899ab49a5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02remove code inserted by incorrect merge resolveYaroslav Brustinov1-13/+0
Change-Id: Ic2c4e8ce8cd5eed8bea230603838dd66f05ef4ea Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-02ipv6 scan & pingYaroslav Brustinov8-2/+57
Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-30move service mode check to RX queue enableimarom1-5/+5
Signed-off-by: imarom <imarom@cisco.com>
2017-01-29Merge branch 'master' into captureimarom4-155/+174
2017-01-25capture - personal code reviewimarom8-210/+393
Signed-off-by: imarom <imarom@cisco.com>
2017-01-24fix floating point calculation precision at L1 rate (GUI 100% issue)imarom1-7/+17
Signed-off-by: imarom <imarom@cisco.com>
2017-01-24Fixed support for i40evf + Refactor of VM driversIdo Barnea1-234/+98
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-24fix STL-85 GUI issueHanoh Haim1-2/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-24code review cleanups - C++imarom6-26/+82
Signed-off-by: imarom <imarom@cisco.com>
2017-01-24revert the default RT test flagimarom1-3/+0
Signed-off-by: imarom <imarom@cisco.com>
2017-01-23DEBUG ONLY - MOVING TO RT MODE FOR REGRESSIONimarom1-0/+4
WILL REVERT IN THE FOLLOWING DAY Signed-off-by: imarom <imarom@cisco.com>
2017-01-23service mode is now by message to RX coreimarom5-79/+137
Signed-off-by: imarom <imarom@cisco.com>
2017-01-23fix trex-333Hanoh Haim1-2/+109
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-23enable TRex to run with --rt : real time priority for DP and RX coresimarom2-4/+41
Signed-off-by: imarom <imarom@cisco.com>
2017-01-22removed a non needed header includeimarom1-1/+0
Signed-off-by: imarom <imarom@cisco.com>
2017-01-22Merge branch 'master' into captureimarom45-1385/+2752
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
2017-01-22Trex packet capture dsimarom2-0/+383
Signed-off-by: imarom <imarom@cisco.com>
2017-01-22stateful expected with L2 + 4 bytes CRCHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-22few tweaksimarom3-13/+35
Signed-off-by: imarom <imarom@cisco.com>
2017-01-20add bp-sim-64 test with client config; move generated files to generated ↵Yaroslav Brustinov1-1/+1
directory Change-Id: I036e5666d1a2b1ec8045f82df64cce08503cdc80 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-19fine tuneimarom1-0/+1
Signed-off-by: imarom <imarom@cisco.com>
2017-01-18many capture modes in Python consoleimarom6-15/+68
Signed-off-by: imarom <imarom@cisco.com>
2017-01-18bp-sim: add duration argumentYaroslav Brustinov1-3/+10
Change-Id: Ic8ded1dbf03ccfa7891a66e991611b4359da41d0 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-12Add help message for --no-scapy-server flagYaroslav Brustinov1-0/+1
Python API: fix arp resolve console message Python API: retry ZMQ send/recv only for push_pcap Console: portattr fix for readonly mode Change-Id: I69587987deb4edfbe192ee422ce6aad74b1ecaf3 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-12abs fiximarom4-5/+7
Signed-off-by: imarom <imarom@cisco.com>
2017-01-11capture - draft commitimarom12-123/+534
Signed-off-by: imarom <imarom@cisco.com>
2017-01-10Make bpsim unit tests independant of each other (will always pass, without ↵Ido Barnea2-231/+152
regard to running order) Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-10Add client config unit test + fixes to unit tests infraIdo Barnea4-164/+213
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-09Fix to trex-330 - client_cfg does not workIdo Barnea2-2/+6
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-09Support for ixgbevf and i40evfIdo Barnea4-93/+93
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-08fix sign of filter return valueHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-08patch the changes from 16.07Hanoh Haim6-95/+365
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-08mlx5 driver name was changedHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-08dpdk16_11 patch for mlx5_16_11Hanoh Haim1-0/+37
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-08mlx5 from dpdk16_11Hanoh Haim17-1187/+1439
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-05add not accurate timer wheel for better performanceHanoh Haim5-14/+809
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-01-04draft - unreviewedimarom17-604/+383
Signed-off-by: imarom <imarom@cisco.com>
2017-01-04added new files (capture)imarom2-0/+293
Signed-off-by: imarom <imarom@cisco.com>
2017-01-02add warning about lack of read permissions for user "nobody" to run scapy ↵Yaroslav Brustinov1-3/+5
server. add flag to disable scapy server run. Change-Id: I65ccfb24ed4a5461fe2a13d8be0f07fad8a50bae Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-01crash in case of stateless and link downYaroslav Brustinov1-1/+1
Change-Id: I3c9902808e4e3c3174ad5ed5fa81bc70f1840f86 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-01Fix --send-debug-pkt test so that VIC card will be able to work with less ↵Ido Barnea4-18/+12
patches Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-01-01minorYaroslav Brustinov1-1/+2
Change-Id: Ibf02ca9bb5e2f2a6e6c0a498dc8ce889069acb56 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-01Max number of ports: 16Yaroslav Brustinov4-2/+8
Change-Id: I93e2efe542578b0745d2f40adb2bcf35ffdff31b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-01alter the watchdog timeout before push_remote and after, due to possible long ioYaroslav Brustinov3-4/+25
Change-Id: Ibddf830dbed8ee36c75113267645a576e38efa31 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-27add ef posix_memalign functionHanoh Haim1-1/+8
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-12-26watchdog - support for long IO operationsimarom2-28/+52
also reduce complexity of the watchdog Signed-off-by: imarom <imarom@cisco.com>