Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-02 | tx stats per stream | Ido Barnea | 12 | -135/+287 | |
2016-03-01 | add stream name | Hanoh Haim | 1 | -0/+4 | |
2016-03-01 | Merge --pkt support to stl-sim | Hanoh Haim | 5 | -50/+229 | |
2016-03-01 | add --pkt to stl-sim | Hanoh Haim | 5 | -4/+49 | |
2016-02-29 | fix expected pcap number of packets; add simple example of HLT | Yaroslav Brustinov | 2 | -0/+115 | |
2016-02-29 | hltapi: fix decrement exceeding maximal add_value range, add several useful ↵ | Yaroslav Brustinov | 4 | -50/+114 | |
functions, add mac profile | |||||
2016-02-29 | yet another limitation of 8 ports | Yaroslav Brustinov | 1 | -1/+1 | |
2016-02-29 | stdint.h on Fedora dist. requires explicit defines for | imarom | 3 | -7/+4 | |
format macros and limit macros - updated the WAF makefiles | |||||
2016-02-29 | random var crash when range is full uint32_t or full uint64_t | imarom | 3 | -3/+31 | |
2016-02-28 | hltapi: remove default for l3_protocol and l4_protocol, add several profiles | Yaroslav Brustinov | 27 | -18/+275 | |
2016-02-28 | on Fedora 18, inttypes.h requires explicit define | imarom | 1 | -0/+1 | |
/* The ISO C99 standard specifies that these macros must only be defined if explicitly requested. */ if !defined __cplusplus || defined __STDC_FORMAT_MACROS | |||||
2016-02-28 | more info for ports (API and TUI) | imarom | 10 | -91/+148 | |
2016-02-28 | merge max_port=12 support | Hanoh Haim | 11 | -166/+154 | |
2016-02-28 | m_max_ports->12, base on RaminNietzsche fix. set defult DPDK error to 4 | Hanoh Haim | 3 | -27/+14 | |
2016-02-28 | support for mac addr query | imarom | 8 | -7/+54 | |
2016-02-28 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 5 | -156/+94 | |
2016-02-28 | fix for up to 12 ports, fix error in case port_limit higher than number of ↵ | Yaroslav Brustinov | 2 | -12/+15 | |
interfaces | |||||
2016-02-28 | added port_info API | imarom | 5 | -156/+94 | |
IPG for load PCAP cannot be less than 1 usec | |||||
2016-02-25 | v1.93 | Hanoh Haim | 4 | -7/+8 | |
2016-02-25 | hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than ↵ | Yaroslav Brustinov | 8 | -74/+196 | |
half of variable size, add 2 Wentong's profiles | |||||
2016-02-25 | accident - fixed problems from previous commit | imarom | 2 | -5/+3 | |
2016-02-25 | port attributes - promiscuous and etc. | imarom | 18 | -393/+274 | |
2016-02-25 | regression: aggregate results: remove timeout | Yaroslav Brustinov | 1 | -1/+1 | |
2016-02-24 | hltapi : add dst_mac vm; vlan mask variable now can be shared; add 2 more ↵ | Yaroslav Brustinov | 15 | -48/+180 | |
profiles; add consistent_random argument for same random sequence each time | |||||
2016-02-24 | regression: add flag to copy TRex to temp dir and run from there | Yaroslav Brustinov | 1 | -2/+14 | |
2016-02-24 | regression: hltapi yaml update for add_value of mask variable | Yaroslav Brustinov | 1 | -3/+6 | |
2016-02-24 | Merge random_seed per stream | Hanoh Haim | 5 | -6/+36 | |
2016-02-24 | add seed per stream | Hanoh Haim | 12 | -13/+54 | |
2016-02-24 | RX - for not supported interfaces gives an error in JSON | imarom | 4 | -5/+31 | |
2016-02-24 | crash on non 40G (no rx support) | imarom | 1 | -1/+5 | |
2016-02-24 | Merge GARP example | Hanoh Haim | 53 | -433/+2026 | |
2016-02-24 | add g arp example | Hanoh Haim | 3 | -1/+40 | |
2016-02-24 | VM bug youtrack: trex-187 | imarom | 5 | -16/+33 | |
and rx stats | |||||
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | Ido Barnea | 31 | -283/+1747 | |
added full clone (with CP VM) to stream | |||||
2016-02-24 | virtual NICs does not add 4 bytes of CRC | imarom | 7 | -16/+66 | |
2016-02-24 | support bizarre replaced minuses from copy-paste from outlook etc. | Yaroslav Brustinov | 1 | -4/+6 | |
2016-02-23 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 10 | -78/+122 | |
2016-02-23 | hltapi: add line rate and bps support | Yaroslav Brustinov | 11 | -40/+56 | |
2016-02-23 | sync streams and some other bugs | imarom | 10 | -78/+122 | |
2016-02-23 | Merge mask instruction add_value field | Hanoh Haim | 17 | -187/+535 | |
2016-02-23 | add to mask instruction add_value field | Hanoh Haim | 7 | -8/+59 | |
2016-02-23 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 12 | -15/+136 | |
2016-02-23 | hltapi: optimization to utilize similar variables for several fields, fix ↵ | Yaroslav Brustinov | 17 | -187/+535 | |
incorrect size from l3_length, add profiles | |||||
2016-02-23 | Merge ipv4 checksum issue | Hanoh Haim | 31 | -494/+1033 | |
2016-02-23 | fix ipv4 checksum error in case of pkt_size>128 and field offset less than ↵ | Hanoh Haim | 9 | -8/+126 | |
ip-header (fd.io issue - Miro) | |||||
2016-02-23 | global srand messed up stuff | imarom | 3 | -7/+10 | |
moved to local rand_r | |||||
2016-02-23 | conflicts | imarom | 2 | -2/+5 | |
2016-02-23 | some mods to the rate | imarom | 13 | -195/+318 | |
2016-02-23 | rate is now backward compatiable to API | imarom | 2 | -68/+52 | |
2016-02-23 | rate per stream | imarom | 10 | -165/+401 | |