Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-07 | dual mode : code review fixes | imarom | 5 | -13/+9 | |
2016-09-07 | dual mode - tests | imarom | 1 | -3/+28 | |
2016-09-07 | dual mode - check for ERF only | imarom | 5 | -3/+24 | |
2016-09-07 | DUAL mode - phase #1 | imarom | 9 | -43/+87 | |
2016-08-22 | interactive creation of config, finish returning DPDK interfaces to Linux ↵ | Yaroslav Brustinov | 1 | -3/+4 | |
command. | |||||
2016-08-18 | revert mmain_dpdk.h commited by mistake code | Yaroslav Brustinov | 1 | -2/+4 | |
add create config functional test change order of cores in config file | |||||
2016-08-18 | TRex argument --dump-interfaces <list of PCI> (by default will take ↵ | Yaroslav Brustinov | 7 | -83/+65 | |
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 | 5 | -5/+10 | |
2016-08-18 | previous commit was missing a file change | imarom | 1 | -1/+1 | |
2016-08-18 | CPU util. measurements fix (more accurate and steady) | imarom | 5 | -16/+33 | |
see #trex-246 | |||||
2016-08-17 | add another ko | Hanoh Haim | 1 | -0/+2 | |
2016-08-16 | simulator breakage fix | imarom | 1 | -0/+1 | |
2016-08-16 | personal code review tweaks | imarom | 2 | -3/+4 | |
2016-08-15 | TUI screen buffer | imarom | 2 | -5/+17 | |
2016-08-15 | core mask - first phase | imarom | 16 | -72/+317 | |
2016-08-14 | Exit if x710 firmware version is too old | Ido Barnea | 3 | -0/+58 | |
2016-08-11 | IPv6 Latency/flow stats on x710 - supporting all packet types | Ido Barnea | 3 | -21/+46 | |
2016-08-10 | Better flow stat parser unit tests, including IPv6 | Ido Barnea | 6 | -260/+457 | |
2016-08-08 | change default to not run rte_eth_dev_stop/close | Ido Barnea | 2 | -9/+9 | |
2016-08-08 | Changing DPDK latency patch, so we can easily merge it for next DPDK version | Ido Barnea | 2 | -40/+21 | |
2016-08-08 | removed dpdk22 files | Ido Barnea | 399 | -248801/+0 | |
2016-08-08 | Adding --no-close option | Ido Barnea | 2 | -23/+20 | |
2016-08-08 | IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵ | Ido Barnea | 8 | -115/+166 | |
packets with extension header. | |||||
2016-08-07 | fix for #trex-240 | imarom | 2 | -24/+37 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-240 | |||||
2016-08-03 | remove old VSI patch | Hanoh Haim | 1 | -1/+0 | |
2016-08-03 | revert typo | Yaroslav Brustinov | 1 | -0/+5 | |
2016-08-03 | Fix compilation error on ubuntu | Ido Barnea | 1 | -3/+3 | |
2016-08-03 | fix for https://trex-tgn.cisco.com/youtrack/issue/trex-226 | imarom | 4 | -6/+51 | |
commit #trex-226 | |||||
2016-08-03 | IPv6 XL710 stateless support and stateful --rx-check | Ido Barnea | 6 | -107/+397 | |
2016-08-03 | ipv6 flow stat i350 | Ido Barnea | 1 | -4/+34 | |
2016-08-03 | ipv6 flow stat on vm working | Ido Barnea | 10 | -264/+298 | |
2016-08-03 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 6 | -74/+108 | |
2016-08-03 | set default stateful duration 1 hour, forbid duration in stateless | Yaroslav Brustinov | 1 | -6/+10 | |
add "add_profile"stateless Python API command fix trex_perf.py | |||||
2016-08-03 | trex-214 another small optimization- move to 0x407 AQ command | Hanoh Haim | 1 | -6/+8 | |
2016-08-03 | push_remote with all packet times zero sends only one packet | imarom | 2 | -4/+4 | |
fix for #trex-235 | |||||
2016-08-03 | async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232 | imarom | 3 | -5/+30 | |
2016-08-03 | another latency improvment - see trex-214. remove old workaround and add TX ↵ | Hanoh Haim | 2 | -66/+73 | |
QSet with strict priorty | |||||
2016-08-02 | Remove call to rte_eth_dev_stop. See trex-237 for details | Ido Barnea | 1 | -0/+5 | |
2016-08-02 | Fix error in move of X710 latency patch to DPDK 16.07 | Ido Barnea | 1 | -6/+6 | |
2016-08-01 | DPDK ports order change to be compliant with our /etc/trex_cfg.yaml | Yaroslav Brustinov | 2 | -1/+36 | |
2016-08-01 | sync: unsafe to touch the node pointer, use a timestamp instead | imarom | 3 | -5/+7 | |
2016-07-31 | https://trex-tgn.cisco.com/youtrack/issue/trex-223 | imarom | 3 | -42/+92 | |
2016-07-31 | dpdk 16.07 - merges of final version changes | Ido Barnea | 27 | -81/+153 | |
2016-07-28 | RPC commands were not really zipped (used a padded length) | imarom | 1 | -1/+1 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-233 | |||||
2016-07-27 | removed was_stopped | imarom | 3 | -40/+78 | |
2016-07-27 | support for graceful shutdown | imarom | 7 | -43/+213 | |
2016-07-25 | TRex console - add support for L1 BPS | imarom | 2 | -1/+8 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-230 | |||||
2016-07-24 | breakge by previous commit - variable packet size can be inc/dec and not | imarom | 1 | -2/+9 | |
random | |||||
2016-07-24 | dpdk0716 move:DPDK file patches | Ido Barnea | 12 | -18/+302 | |
2016-07-24 | dpdk0716 move: changes to our files | Ido Barnea | 4 | -51/+41 | |