Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-10 | stress test for RX on stl_flow_stats.py | imarom | 1 | -33/+51 | |
2016-03-10 | first Stateless API doc | Hanoh Haim | 1 | -252/+441 | |
2016-03-10 | a minor fix | imarom | 1 | -1/+4 | |
2016-03-10 | yet another RX stats fixup | imarom | 1 | -93/+107 | |
2016-03-10 | minor fix | imarom | 1 | -3/+1 | |
2016-03-10 | RX stats #2 | imarom | 3 | -19/+21 | |
2016-03-10 | RX STATS ! | imarom | 3 | -102/+198 | |
2016-03-10 | BW for RX stats | imarom | 1 | -26/+69 | |
2016-03-10 | RX stats - major refactor | imarom | 6 | -90/+330 | |
2016-03-10 | stl map: send initial streams to calm down switches, send x3 traffic to ↵ | Yaroslav Brustinov | 1 | -5/+14 | |
filter noises | |||||
2016-03-09 | regression: stl updates | Yaroslav Brustinov | 2 | -8/+19 | |
2016-03-08 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 1 | -0/+10 | |
2016-03-08 | regression: add stateless support (WIP); Scapy builder: fix remove MACs from ↵ | Yaroslav Brustinov | 2 | -47/+52 | |
binary, do not build by default; | |||||
2016-03-07 | Added get_active_pgids | Ido Barnea | 1 | -0/+10 | |
2016-03-07 | changed STLRxStats to STLFlowStats | Ido Barnea | 2 | -5/+5 | |
2016-03-07 | changed rx stats to flow stats everywhere | Ido Barnea | 6 | -44/+43 | |
2016-03-06 | functional tests - not fast enough - now 9 seconds... | imarom | 1 | -3/+17 | |
2016-03-06 | 1. blazing fast regression | imarom | 2 | -5/+16 | |
2. API checks for Python version | |||||
2016-03-06 | add --native argument to simulator | Yaroslav Brustinov | 1 | -1/+11 | |
2016-03-04 | add manual padding to 60 bytes with zeros | Yaroslav Brustinov | 2 | -10/+6 | |
2016-03-04 | ignore python3 cache, generated code files | Yaroslav Brustinov | 5 | -54/+226 | |
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-03 | RX stats example "stl_rx_stream.py" | imarom | 4 | -15/+75 | |
2016-03-03 | RX stats API | imarom | 6 | -4/+69 | |
2016-03-03 | Merge Console merge | Hanoh Haim | 5 | -49/+65 | |
2016-03-03 | console help looks better now | Hanoh Haim | 3 | -7/+122 | |
2016-03-03 | XTERM might not be present on the machine | imarom | 1 | -1/+5 | |
so TUI -x might give exception - fix it | |||||
2016-03-02 | port mapping - hardening | imarom | 3 | -31/+40 | |
2016-03-02 | TX barrier | imarom | 2 | -17/+20 | |
2016-03-01 | add stream name | Hanoh Haim | 1 | -0/+4 | |
2016-03-01 | Merge --pkt support to stl-sim | Hanoh Haim | 2 | -50/+199 | |
2016-03-01 | add --pkt to stl-sim | Hanoh Haim | 3 | -1/+40 | |
2016-02-29 | fix expected pcap number of packets; add simple example of HLT | Yaroslav Brustinov | 1 | -0/+115 | |
2016-02-29 | hltapi: fix decrement exceeding maximal add_value range, add several useful ↵ | Yaroslav Brustinov | 1 | -50/+84 | |
functions, add mac profile | |||||
2016-02-29 | yet another limitation of 8 ports | Yaroslav Brustinov | 1 | -1/+1 | |
2016-02-29 | random var crash when range is full uint32_t or full uint64_t | imarom | 1 | -0/+21 | |
2016-02-28 | hltapi: remove default for l3_protocol and l4_protocol, add several profiles | Yaroslav Brustinov | 1 | -14/+23 | |
2016-02-28 | more info for ports (API and TUI) | imarom | 3 | -21/+27 | |
2016-02-28 | support for mac addr query | imarom | 3 | -7/+13 | |
2016-02-28 | added port_info API | imarom | 5 | -156/+94 | |
IPG for load PCAP cannot be less than 1 usec | |||||
2016-02-25 | hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than ↵ | Yaroslav Brustinov | 1 | -71/+97 | |
half of variable size, add 2 Wentong's profiles | |||||
2016-02-25 | accident - fixed problems from previous commit | imarom | 1 | -1/+1 | |
2016-02-25 | port attributes - promiscuous and etc. | imarom | 4 | -1/+138 | |
2016-02-24 | hltapi : add dst_mac vm; vlan mask variable now can be shared; add 2 more ↵ | Yaroslav Brustinov | 1 | -28/+65 | |
profiles; add consistent_random argument for same random sequence each time | |||||
2016-02-24 | add seed per stream | Hanoh Haim | 1 | -0/+5 | |
2016-02-24 | Merge GARP example | Hanoh Haim | 8 | -98/+185 | |
2016-02-24 | VM bug youtrack: trex-187 | imarom | 1 | -10/+24 | |
and rx stats | |||||
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | Ido Barnea | 1 | -3/+16 | |
added full clone (with CP VM) to stream | |||||
2016-02-23 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 7 | -65/+116 | |
2016-02-23 | hltapi: add line rate and bps support | Yaroslav Brustinov | 2 | -23/+32 | |
2016-02-23 | sync streams and some other bugs | imarom | 7 | -65/+116 | |