summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-03-09regression: stl updatesYaroslav Brustinov32-0/+4533
2016-03-09Merge remote-tracking branch 'origin/master'Yaroslav Brustinov3-43/+114
2016-03-09regression: stl updatesYaroslav Brustinov7-39/+80
2016-03-08Additions and fixes to per flow statsIdo Barnea3-43/+114
2016-03-08Merge remote-tracking branch 'origin/master'Yaroslav Brustinov11-76/+173
2016-03-08fix to rx stats crash when adding 2 streams and stoppingIdo Barnea2-39/+33
2016-03-08Merge enic patchHanoh Haim9-34/+88
2016-03-08enic patchHanoh Haim1-3/+4
2016-03-08regression: add stateless support (WIP); Scapy builder: fix remove MACs from ↵Yaroslav Brustinov37-3368/+350
binary, do not build by default;
2016-03-07interleave example - monor fixHanoh Haim1-3/+2
2016-03-07interleave exampleHanoh Haim1-0/+49
2016-03-07Fix to simulator compilation errorIdo Barnea1-1/+1
2016-03-07Added get_active_pgidsIdo Barnea9-34/+88
2016-03-07scapy all- remove more unnecessary importsHanoh Haim1-3/+3
2016-03-07scapy all- remove more unnecessary importsHanoh Haim1-11/+11
2016-03-07minorHanoh Haim1-1/+1
2016-03-07Merge scapy remove crypto. for ADS serverHanoh Haim26-155/+196
2016-03-07scapy library remove crypto and ans1Hanoh Haim3-6/+78
2016-03-07changed STLRxStats to STLFlowStatsIdo Barnea3-8/+7
2016-03-07changed rx stats to flow stats everywhereIdo Barnea15-86/+86
2016-03-07CRITICAL fix for packets less than 60 bytesimarom1-1/+1
2016-03-06functional tests - not fast enough - now 9 seconds...imarom2-25/+46
2016-03-061. blazing fast regressionimarom3-15/+18
2. API checks for Python version
2016-03-06improve init speed of 1gb ports (12 ports init time reduced from 55 secs to 15)Yaroslav Brustinov2-4/+17
2016-03-06add --native argument to simulatorYaroslav Brustinov1-1/+11
2016-03-04add manual padding to 60 bytes with zerosYaroslav Brustinov6-10/+6
2016-03-04return 4 testsYaroslav Brustinov2-15/+14
2016-03-04yet another patch for regressionHanoh Haim1-11/+12
2016-03-04 patch the regression for nowHanoh Haim1-3/+3
2016-03-04v1.94Hanoh Haim41-199/+334
2016-03-04v1.94Hanoh Haim1-1/+2
2016-03-04Temporary putting back latency_thread_id instead of rx_thread_id in cfgIdo Barnea1-1/+1
file
2016-03-04ignore python3 cache, generated code filesYaroslav Brustinov40-198/+333
add option to export Profile (and thus stream too) to Python code add for each profile in functional tests generating it to Python code and comparing to same pcap result add loading Prifile via add_streams() fix IMIX rates in HLTAPI used with line % and bps Scapy packet builder: fixes to load of pcap/yaml - use MAC from pcap (with flag), remove FCS (with flag), support for VM with offsets by name
2016-03-03RX stats example "stl_rx_stream.py"imarom5-16/+77
2016-03-03RX stats APIimarom6-4/+69
2016-03-03Merge Console mergeHanoh Haim40-1634/+1777
2016-03-03console help looks better nowHanoh Haim3-7/+122
2016-03-03Small flow stat fixIdo Barnea2-2/+2
2016-03-03per flow stat bug fix (counting everything twice)Ido Barnea2-2/+4
2016-03-03changing "latency" to "rx" + rx core options logic fixIdo Barnea9-1108/+1098
indentation fix, whitespace cleanup
2016-03-03XTERM might not be present on the machineimarom1-1/+5
so TUI -x might give exception - fix it
2016-03-02port mapping - hardeningimarom3-31/+40
2016-03-02brief/deep sleep for DP coresimarom1-3/+18
2016-03-02PAUSE JSON event was deleted accidentlyimarom1-0/+4
2016-03-02TX barrierimarom21-373/+339
2016-03-02Fix for simulator compilation error because of TX stat featureIdo Barnea1-1/+2
2016-03-02tx stats per streamIdo Barnea12-135/+287
2016-03-01add stream nameHanoh Haim1-0/+4
2016-03-01Merge --pkt support to stl-simHanoh Haim5-50/+229
2016-03-01add --pkt to stl-simHanoh Haim5-4/+49