Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-18 | TRex argument --dump-interfaces <list of PCI> (by default will take ↵ | Yaroslav Brustinov | 1 | -22/+2 | |
interfaces from /etc/trex_cfg.yaml if exists, if does not exists, will show all DPDK interfaces) get interface speed from DPDK instead of using constants per driver add script to generate config file /etc/trex_cfg.yaml: sudo ./dpdk_setup_ports.py -c <list of PCI> show table of interfaces in sudo ./dpdk_setup_ports.py -t | |||||
2016-08-18 | core_mask backward compatability (for GUI) | imarom | 2 | -2/+2 | |
2016-08-15 | core mask - first phase | imarom | 3 | -7/+21 | |
2016-07-27 | removed was_stopped | imarom | 1 | -1/+1 | |
2016-07-27 | support for graceful shutdown | imarom | 2 | -0/+28 | |
2016-06-05 | cpu utilization - syntax fixes | Yaroslav Brustinov | 1 | -3/+5 | |
2016-06-02 | cpu utilization per thread + mbufs per socket + add in tui | Yaroslav Brustinov | 2 | -7/+8 | |
2016-05-31 | add rpc command get_cpu_util_full to cpp | Yaroslav Brustinov | 2 | -0/+21 | |
2016-05-18 | Change to latency python + small fixes | Ido Barnea | 1 | -1/+1 | |
2016-05-18 | unit tests + simulator work | Ido Barnea | 1 | -1/+11 | |
2016-05-18 | Regression tests working. Still missing python API to parse latency json | Ido Barnea | 1 | -2/+6 | |
2016-05-10 | merge from master | Hanoh Haim | 2 | -0/+31 | |
2016-05-09 | fix cache splitter | Hanoh Haim | 1 | -1/+0 | |
2016-05-09 | added duration to remote push | imarom | 2 | -2/+3 | |
2016-05-09 | PCAP refinement | imarom | 1 | -2/+2 | |
2016-05-09 | first remote PCAP push - draft | imarom | 2 | -0/+30 | |
2016-05-08 | add cache to CP | Hanoh Haim | 1 | -0/+2 | |
2016-05-08 | add cache capability to stateless node object | Hanoh Haim | 1 | -0/+1 | |
2016-04-04 | API classes (versions) | imarom | 2 | -35/+86 | |
2016-03-31 | RX stats two stage API (stop and remove RX filters) | imarom | 2 | -0/+22 | |
2016-03-29 | fix GUI issue with zero mul | Hanoh Haim | 1 | -1/+5 | |
2016-03-10 | RX stats #2 | imarom | 2 | -3/+4 | |
2016-03-07 | Added get_active_pgids | Ido Barnea | 2 | -33/+53 | |
2016-03-07 | changed rx stats to flow stats everywhere | Ido Barnea | 1 | -2/+2 | |
2016-03-07 | CRITICAL fix for packets less than 60 bytes | imarom | 1 | -1/+1 | |
2016-02-28 | more info for ports (API and TUI) | imarom | 1 | -4/+17 | |
2016-02-28 | support for mac addr query | imarom | 1 | -0/+1 | |
2016-02-25 | port attributes - promiscuous and etc. | imarom | 2 | -1/+37 | |
2016-02-24 | Merge random_seed per stream | Hanoh Haim | 2 | -5/+14 | |
2016-02-24 | add seed per stream | Hanoh Haim | 1 | -1/+1 | |
2016-02-24 | RX - for not supported interfaces gives an error in JSON | imarom | 2 | -5/+14 | |
2016-02-24 | Merge GARP example | Hanoh Haim | 2 | -11/+4 | |
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | Ido Barnea | 1 | -3/+3 | |
added full clone (with CP VM) to stream | |||||
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 | 1 | -0/+2 | |
2016-02-23 | conflicts | imarom | 1 | -1/+1 | |
2016-02-23 | some mods to the rate | imarom | 2 | -28/+33 | |
2016-02-23 | rate is now backward compatiable to API | imarom | 1 | -4/+5 | |
2016-02-23 | rate per stream | imarom | 2 | -17/+30 | |
2016-02-18 | add python profile for new write_mask command | Hanoh Haim | 2 | -1/+24 | |
2016-02-16 | step instruction support | Hanoh Haim | 1 | -4/+7 | |
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 | 1 | -1/+9 | |
2016-02-15 | add scapy layer for default mac | Hanoh Haim | 1 | -0/+2 | |
2016-02-10 | back to 'count' - as the DOC states | imarom | 1 | -1/+1 | |
2016-02-08 | stream ID allocation | imarom | 1 | -3/+3 | |
2016-02-01 | simulator support (API and profiles) | imarom | 2 | -9/+9 | |
2016-01-26 | 1. fixed failing regression test | imarom | 1 | -11/+13 | |
2. enabled STL nose tests 3. fixed packet size padding to 60 |