summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-01-24Merge from originHanoh Haim1-42/+71
2016-01-2482599 report input errors on drop queue- remove the MPC in this caseHanoh Haim1-3/+7
2016-01-21async publish nowimarom1-42/+71
2016-01-19Fix issue of --learn-mode ignored if --learn-verify was set before it in ↵Ido Barnea1-3/+4
command line
2016-01-19Adding option to pass NAT info in TCP ACK of first SYNIdo Barnea1-9/+24
2016-01-10add alloc_error, queue_full, queue_drop stats report via ZMQYaroslav Brustinov1-0/+3
regression: update kiwi02 and trex08 benchmarks add common "scripts_dir" variable for usage in tests configure router with proper MTU in jumbo test add --local flag for not connecting to remote server (useful for functional tests)
2016-01-07MergeHanoh Haim1-605/+28
2016-01-07basic enic support- still has issuesHanoh Haim1-1/+30
2016-01-07Added --send-debug-pktIdo Barnea1-605/+28
Moved code from main_dpdk.cpp to new files.
2016-01-05Merge branch 'random_pkt'Hanoh Haim1-31/+103
2016-01-059k packet size does not work for VMXNET3Hanoh Haim1-1/+6
2016-01-04Fixing 40G stuck input queue issueIdo Barnea1-52/+38
2015-12-29trim packet size command worksHanoh Haim1-3/+6
2015-12-28maximum packet size support 9k - simulationHanoh Haim1-30/+94
2015-12-28Better error message when user gives too big -c argIdo Barnea1-2/+54
2015-12-27No flow control disabling for 40G.Ido Barnea1-15/+17
Add DPDK version to help string.
2015-12-27Full support dpdk 22.Ido Barnea1-89/+75
2015-12-27Adding dpdk 2.2 instead of dpdk 1.8 and making changes to make compilation work.Ido Barnea1-16/+26
40G and 10G filters do not work yet.
2015-12-24fix display of huge positive number of drops (due to casting from negative ↵Yaroslav Brustinov1-2/+9
to unsinged)
2015-12-15VM: connected control plane to DPimarom1-0/+2
2015-12-14merge from masterHanoh Haim1-120/+118
2015-12-14publish rx_check counters via ZMQ even with iom=0Yaroslav Brustinov1-3/+5
2015-12-13add git sha to versionHanoh Haim1-1/+2
2015-12-07Make ICMP filter for 40G workIdo Barnea1-10/+9
2015-12-01vm compiler v0Hanoh Haim1-0/+1
2015-12-01Added ICMP latency packet modesIdo Barnea1-114/+110
2015-11-30vm mode works - first testHanoh Haim1-8/+11
2015-11-25added events logimarom1-0/+1
2015-11-24added support for percentage on startimarom1-0/+33
also added info about the correct interface driver and speed from DPDK layer
2015-11-19Merge branch 'master' of ↵imarom1-1/+1
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2015-11-19full async DP stop supportimarom1-3/+6
2015-11-19support debug logs in case of dpdk debug imageHanoh Haim1-1/+1
2015-11-19Merge branch 'master' of ↵imarom1-28/+23
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/stateless/cp/trex_streams_compiler.h src/stateless/dp/trex_stateless_dp_core.cpp src/stateless/dp/trex_stateless_dp_core.h src/stateless/messaging/trex_stateless_messaging.cpp src/stateless/messaging/trex_stateless_messaging.h
2015-11-19async events (DP to CP)imarom1-15/+65
2015-11-19 minor typo fixHanoh Haim1-28/+23
2015-11-17Merge branch 'master' of ↵imarom1-0/+47
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core Conflicts: src/main_dpdk.cpp
2015-11-17checkpoint before mergeimarom1-66/+2
2015-11-16 clean termination - stateless and stateful - fix pure virtual function errorHanoh Haim1-0/+47
2015-11-09DPDK target is now built with -Wall -Werrorimarom1-50/+64
(with few expections) on both Fedora 18 and Ubunutu
2015-11-05fix normal trexHanoh Haim1-1/+3
2015-11-04some fields were missing from the ZMQ publisherimarom1-10/+33
2015-11-03now support multiple interfaces / portsimarom1-0/+33
2015-11-02status is back online + ZMQ async statsimarom1-1/+7
2015-11-01stateless cores starts on IDLE - and starts the scheduler only whenimarom1-24/+0
traffic is being transmitted if the traffic stops completely on the core - back to IDLE state
2015-10-29Hanoch's review comments #1 : fixed performancei issueimarom1-0/+3
with the stateless node
2015-10-29some bug fixes:imarom1-1/+1
1. added a active bit to all the active nodes - when a stop arrives it invalidates them for next time 2. some small flag issues in the stateless port
2015-10-26Merge branch 'rpc_intg1' of ↵imarom1-55/+59
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core into rpc_intg1
2015-10-26RPC control plane now integarted with DPDKimarom1-48/+75
2015-10-26stateless dp works with static packetHanoh Haim1-6/+29
2015-10-25add stateless io objectHanoh Haim1-53/+34