summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-07-24dpdk0716 move: changes to our filesIdo Barnea1-43/+20
2016-07-15merge cs_offload WIP - need to add more support and tests for thatHanoh Haim1-2/+23
2016-07-15add option to use DPDK tx checksum offloading to generate packets with ↵Martin Weiser1-1/+23
correct IP, TCP and UDP checksums
2016-07-13Better error handling in case of unsupported driverIdo Barnea1-1/+3
2016-07-12NAT seq num randomization fully workingIdo Barnea1-7/+35
2016-07-12NAT seq num randomization working version - Missing some functionalityIdo Barnea1-2/+3
2016-07-08fix multicast being counted as ierrorYaroslav Brustinov1-4/+2
2016-07-06increase server<->client API version from 1.2 to 1.3Yaroslav Brustinov1-1/+1
various fixes
2016-07-05original delay was 10 miliseconds not 10 seconds, new default will cover it.Yaroslav Brustinov1-1/+1
2016-07-05few more places to add wait_before_traffic argumentYaroslav Brustinov1-16/+15
2016-07-05add TRex -w argument (wait between nics init and sending traffic)Yaroslav Brustinov1-4/+21
2016-07-04Merge branch 'master' into cpu_per_coreYaroslav Brustinov1-95/+113
2016-07-04Merge branch 'master' into cpu_per_coreYaroslav Brustinov1-18/+36
2016-07-03slowpath features bit to avoid multiple IFsimarom1-12/+30
2016-07-03client config - cosmetics and gtest back onimarom1-1/+7
2016-07-03client config - refactor #2imarom1-75/+66
2016-07-03client configuration: refactoringimarom1-6/+4
2016-07-03added enhanced parsing for the YAML wrapper moduleimarom1-10/+12
2016-07-03draft #3 of client configimarom1-0/+3
2016-06-29flow stat/latency error counters code + documentationIdo Barnea1-0/+4
2016-06-27Make all latency tests work on Virtual machinesIdo Barnea1-10/+5
2016-06-27fix trex-218 & trex-219Hanoh Haim1-1/+1
2016-06-26Fx trex-216 - Crash on VM setups when running latency flowsIdo Barnea1-1/+2
2016-06-23Fix latency stats issues of fast stop/start, and starting from different coresIdo Barnea1-17/+15
2016-06-23allow coredump for TRex with --alow-coredumpimarom1-2/+22
by default, huge pages will not be mapped to the core
2016-06-23Merge branch 'master' into cpu_per_coreYaroslav Brustinov1-33/+40
Conflicts: scripts/automation/trex_control_plane/server/singleton_daemon.py
2016-06-20Merge minorHanoh Haim1-2/+2
2016-06-20minor remove sim helpHanoh Haim1-12/+3
2016-06-20fix: --no-watchdog did not workimarom1-2/+2
2016-06-20Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵Ido Barnea1-1/+1
ethernet CRC
2016-06-20WATCHDOG - refactor due to trex-211imarom1-18/+15
2016-06-20better support for latency with field engine + some order with mbuf functionsIdo Barnea1-2/+6
2016-06-17XL710/X710 include 4 byte CRC for port statsHanoh Haim1-2/+2
2016-06-14fix typoHanoh Haim1-1/+1
2016-06-14disable WD due to crash trex-210Hanoh Haim1-1/+2
2016-06-07fix wd issue, in some cases it can't exit with CTRL-CHanoh Haim1-2/+16
2016-06-05cpu utilization: replace using static with resize vector.Yaroslav Brustinov1-3/+2
2016-06-05Merge branch 'master' into cpu_per_coreYaroslav Brustinov1-40/+106
2016-06-05cpu utilization: don't return vectors, only change passed arguments.Yaroslav Brustinov1-2/+4
2016-06-02cpu utilization per thread + mbufs per socket + add in tuiYaroslav Brustinov1-10/+11
2016-06-02WATCHDOG - disable monitors when done to avoid crash when joining onimarom1-0/+3
other threads
2016-06-02watchdog phase 2imarom1-5/+35
2016-06-01Support for per flow latency with vmIdo Barnea1-1/+17
2016-05-31Send latency packets on dedicated TX queueIdo Barnea1-35/+52
2016-05-31add rpc command get_cpu_util_full to cppYaroslav Brustinov1-0/+11
2016-05-23replace t-rex to TRexYaroslav Brustinov1-1/+1
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-23Fixes to latency code + testsIdo Barnea1-1/+1
2016-05-18fix mbuf ref count issue in vm cache modeIdo Barnea1-0/+1
2016-05-18unit tests + simulator workIdo Barnea1-32/+19
2016-05-18Latency stat python API workIdo Barnea1-74/+3