summaryrefslogtreecommitdiffstats
path: root/src/bp_sim.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-09PCAP remote gtestsimarom1-0/+3
2016-05-09PCAP remote code review fixesimarom1-0/+4
2016-05-09added duration to remote pushimarom1-1/+15
2016-05-09PCAP refinementimarom1-0/+4
2016-05-09first remote PCAP push - draftimarom1-2/+9
2016-04-10Merge trex-197 bug fixHanoh Haim1-6/+1
2016-04-10fix trex-197Hanoh Haim1-2/+21
2016-04-10some refinements and few refactorsimarom1-6/+0
2016-04-10NULL stream and multi core better support for streamsimarom1-0/+1
2016-04-03Enabled flow stats for all interface types + needed correctionsIdo Barnea1-204/+207
2016-03-2310G and VM workIdo Barnea1-1/+1
2016-03-221g pkt flow stat workingIdo Barnea1-1/+2
2016-03-03changing "latency" to "rx" + rx core options logic fixIdo Barnea1-33/+35
indentation fix, whitespace cleanup
2016-03-02tx stats per streamIdo Barnea1-4/+2
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea1-1/+2
added full clone (with CP VM) to stream
2016-02-15add support for dp mac replace mode-golden were changedHanoh Haim1-3/+6
2016-01-19Adding option to pass NAT info in TCP ACK of first SYNIdo Barnea1-54/+80
2016-01-07Added --send-debug-pktIdo Barnea1-0/+1
Moved code from main_dpdk.cpp to new files.
2016-01-07stateless sim dry was "too much" dry - no only I/O is skippedimarom1-1/+36
2016-01-05Merge branch 'random_pkt'Hanoh Haim1-21/+28
2016-01-05stateless sim - core_index and all cores simulationimarom1-2/+9
2015-12-28 fix simulation statsHanoh Haim1-5/+5
2015-12-28maximum packet size support 9k - simulationHanoh Haim1-17/+24
2015-12-14merge from masterHanoh Haim1-318/+28
2015-12-01Added ICMP latency packet modesIdo Barnea1-318/+28
2015-11-30vm mode works - first testHanoh Haim1-3/+3
2015-11-22fix stop on duration per portHanoh Haim1-0/+1
2015-11-19support debug logs in case of dpdk debug imageHanoh Haim1-1/+1
2015-11-18add support for a program of streams. refactor the dp codeHanoh Haim1-1/+14
2015-11-16 clean termination - stateless and stateful - fix pure virtual function errorHanoh Haim1-0/+8
2015-11-11add first stl test and cleanup valgrindHanoh Haim1-2/+44
2015-11-08fixed all warningsimarom1-2/+5
now compiles with -Wall -Werror
2015-11-08code review notes:imarom1-4/+5
1. performance improvement for stateless DP core object (direct object) 2. exit scheduler loop is now using a scheduled message and not IF 3. duration for inifinite is negative number 4. fixed stop_traffic scheduled node time
2015-11-03now support multiple interfaces / portsimarom1-0/+9
2015-11-01stateless cores starts on IDLE - and starts the scheduler only whenimarom1-3/+3
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-57/+0
with the stateless node
2015-10-27working cont. stream on 1 coreimarom1-1/+7
2015-10-26Merge branch 'rpc_intg1' of ↵imarom1-40/+150
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-4/+4
2015-10-26stateless dp works with static packetHanoh Haim1-40/+148
2015-10-25add stateless io objectHanoh Haim1-0/+2
2015-10-25first versionHanoh Haim1-3/+18
2015-10-19Merge branch 'rpc' -> add support for interactive modeHanoh Haim1-8/+26
2015-10-11DP cores now inject a single packet as a dummy to see statsimarom1-3/+10
2015-10-08first integration with DPDK layerimarom1-5/+16
2015-10-01Code change according to code review comments after Tuple Generator phase 2 ↵wenxian li1-2/+3
commit.
2015-09-08fix some errors after pull requestWenxian Li1-4/+4
2015-09-08Merge remote-tracking branchWenxian Li1-0/+1
Conflicts: linux/b linux/ws_main.py linux_dpdk/ws_main.py src/bp_sim.h
2015-09-08tuple generator phase 3.1, support random, support per template ↵Wenxian Li1-16/+22
client/server generator, Dynamic sellection of client type Signed-off-by: Wenxian Li <wenxianl@cisco.com>
2015-09-02- fix valgrind gtest simulation errorsHanoh Haim1-0/+1
- remove 32bit sim images for faster dev