Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-02 | PAUSE JSON event was deleted accidently | imarom | 1 | -0/+4 | |
2016-03-02 | TX barrier | imarom | 19 | -356/+319 | |
2016-03-02 | Fix for simulator compilation error because of TX stat feature | Ido Barnea | 1 | -1/+2 | |
2016-03-02 | tx stats per stream | Ido Barnea | 12 | -135/+287 | |
2016-02-29 | stdint.h on Fedora dist. requires explicit defines for | imarom | 1 | -7/+0 | |
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 | 1 | -2/+7 | |
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 | 7 | -70/+121 | |
2016-02-28 | merge max_port=12 support | Hanoh Haim | 5 | -0/+41 | |
2016-02-28 | m_max_ports->12, base on RaminNietzsche fix. set defult DPDK error to 4 | Hanoh Haim | 2 | -23/+8 | |
2016-02-28 | support for mac addr query | imarom | 5 | -0/+41 | |
2016-02-28 | fix for up to 12 ports, fix error in case port_limit higher than number of ↵ | Yaroslav Brustinov | 1 | -2/+2 | |
interfaces | |||||
2016-02-25 | port attributes - promiscuous and etc. | imarom | 11 | -360/+126 | |
2016-02-24 | Merge random_seed per stream | Hanoh Haim | 5 | -6/+36 | |
2016-02-24 | add seed per stream | Hanoh Haim | 6 | -10/+44 | |
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 | 31 | -307/+1781 | |
2016-02-24 | VM bug youtrack: trex-187 | imarom | 4 | -6/+9 | |
and rx stats | |||||
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | Ido Barnea | 27 | -278/+1706 | |
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-23 | sync streams and some other bugs | imarom | 2 | -8/+1 | |
2016-02-23 | add to mask instruction add_value field | Hanoh Haim | 3 | -2/+12 | |
2016-02-23 | Merge ipv4 checksum issue | Hanoh Haim | 19 | -241/+533 | |
2016-02-23 | fix ipv4 checksum error in case of pkt_size>128 and field offset less than ↵ | Hanoh Haim | 4 | -6/+36 | |
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 | 1 | -1/+1 | |
2016-02-23 | some mods to the rate | imarom | 11 | -189/+259 | |
2016-02-23 | rate is now backward compatiable to API | imarom | 1 | -4/+5 | |
2016-02-23 | rate per stream | imarom | 7 | -124/+305 | |
2016-02-21 | Merge branch 'master' of ↵ | Ido Barnea | 1 | -8/+8 | |
csi-sceasr-b32:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2016-02-21 | return 10G instead of 40G on x710 cards | Ido Barnea | 4 | -10/+47 | |
2016-02-21 | typo in step and min/max_value; support old-type classes in validate_type; ↵ | Yaroslav Brustinov | 1 | -8/+8 | |
assert positive values in python; hlt fix vlan vm + test for it; | |||||
2016-02-18 | add python profile for new write_mask command | Hanoh Haim | 2 | -1/+24 | |
2016-02-18 | add write_mask vm instruction | Hanoh Haim | 3 | -5/+617 | |
2016-02-16 | Merge step instruction support | Hanoh Haim | 2 | -118/+135 | |
2016-02-16 | step instruction support | Hanoh Haim | 4 | -80/+452 | |
2016-02-16 | server might crash if uint64_t value was actually negative | imarom | 1 | -1/+1 | |
2016-02-16 | added support for default fields at the JSON RPC server | imarom | 2 | -117/+134 | |
2016-02-16 | add sanity check for flow_var instruction | Hanoh Haim | 1 | -0/+31 | |
2016-02-16 | help was broken in the simulator | imarom | 1 | -13/+7 | |
also some more bugs | |||||
2016-02-16 | cleanup | Hanoh Haim | 1 | -1/+0 | |
2016-02-16 | add action counter | Hanoh Haim | 3 | -5/+27 | |
2016-02-15 | add scapy layer for default mac | Hanoh Haim | 3 | -3/+5 | |
2016-02-15 | Add support for mac replacement | Hanoh Haim | 12 | -19/+225 | |
2016-02-15 | add support for dp mac replace mode-golden were changed | Hanoh Haim | 12 | -19/+225 | |
2016-02-15 | many bugs uncovered by the PCAP injection: | imarom | 4 | -12/+231 | |
1. NamedTuple constructor 2. Scappy 3. zlib for server | |||||
2016-02-10 | back to 'count' - as the DOC states | imarom | 1 | -1/+1 | |
2016-02-09 | moved yaml files again .... | imarom | 1 | -6/+6 | |
2016-02-09 | YAML profiles fixup | imarom | 1 | -6/+6 | |