summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-03-08fix to rx stats crash when adding 2 streams and stoppingIdo Barnea2-39/+33
2016-03-08Merge enic patchHanoh Haim8-34/+78
2016-03-08enic patchHanoh Haim1-3/+4
2016-03-07Fix to simulator compilation errorIdo Barnea1-1/+1
2016-03-07Added get_active_pgidsIdo Barnea8-34/+78
2016-03-07changed rx stats to flow stats everywhereIdo Barnea4-23/+23
2016-03-07CRITICAL fix for packets less than 60 bytesimarom1-1/+1
2016-03-06improve init speed of 1gb ports (12 ports init time reduced from 55 secs to 15)Yaroslav Brustinov2-4/+17
2016-03-04Temporary putting back latency_thread_id instead of rx_thread_id in cfgIdo Barnea1-1/+1
2016-03-03RX stats example "stl_rx_stream.py"imarom1-1/+2
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
2016-03-02brief/deep sleep for DP coresimarom1-3/+18
2016-03-02PAUSE JSON event was deleted accidentlyimarom1-0/+4
2016-03-02TX barrierimarom19-356/+319
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-02-29stdint.h on Fedora dist. requires explicit defines forimarom1-7/+0
2016-02-29random var crash when range is full uint32_t or full uint64_timarom1-2/+7
2016-02-28on Fedora 18, inttypes.h requires explicit defineimarom1-0/+1
2016-02-28more info for ports (API and TUI)imarom7-70/+121
2016-02-28merge max_port=12 supportHanoh Haim5-0/+41
2016-02-28m_max_ports->12, base on RaminNietzsche fix. set defult DPDK error to 4Hanoh Haim2-23/+8
2016-02-28support for mac addr queryimarom5-0/+41
2016-02-28fix for up to 12 ports, fix error in case port_limit higher than number of in...Yaroslav Brustinov1-2/+2
2016-02-25port attributes - promiscuous and etc.imarom11-360/+126
2016-02-24Merge random_seed per streamHanoh Haim5-6/+36
2016-02-24add seed per streamHanoh Haim6-10/+44
2016-02-24RX - for not supported interfaces gives an error in JSONimarom4-5/+31
2016-02-24crash on non 40G (no rx support)imarom1-1/+5
2016-02-24Merge GARP exampleHanoh Haim31-307/+1781
2016-02-24VM bug youtrack: trex-187imarom4-6/+9
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea27-278/+1706
2016-02-24virtual NICs does not add 4 bytes of CRCimarom7-16/+66
2016-02-23sync streams and some other bugsimarom2-8/+1
2016-02-23add to mask instruction add_value fieldHanoh Haim3-2/+12
2016-02-23Merge ipv4 checksum issueHanoh Haim19-241/+533
2016-02-23fix ipv4 checksum error in case of pkt_size>128 and field offset less than ip...Hanoh Haim4-6/+36
2016-02-23global srand messed up stuffimarom3-7/+10
2016-02-23conflictsimarom1-1/+1
2016-02-23some mods to the rateimarom11-189/+259
2016-02-23rate is now backward compatiable to APIimarom1-4/+5
2016-02-23rate per streamimarom7-124/+305
2016-02-21Merge branch 'master' of csi-sceasr-b32:/auto/proj-pcube-b/apps/PL-b/tools/re...Ido Barnea1-8/+8
2016-02-21return 10G instead of 40G on x710 cardsIdo Barnea4-10/+47
2016-02-21typo in step and min/max_value; support old-type classes in validate_type; as...Yaroslav Brustinov1-8/+8
2016-02-18add python profile for new write_mask commandHanoh Haim2-1/+24
2016-02-18add write_mask vm instructionHanoh Haim3-5/+617
2016-02-16Merge step instruction supportHanoh Haim2-118/+135