Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-08 | fix to rx stats crash when adding 2 streams and stopping | Ido Barnea | 1 | -30/+25 | |
2016-03-07 | Added get_active_pgids | Ido Barnea | 1 | -0/+4 | |
2016-03-06 | improve init speed of 1gb ports (12 ports init time reduced from 55 secs to 15) | Yaroslav Brustinov | 1 | -4/+16 | |
2016-03-03 | Small flow stat fix | Ido Barnea | 1 | -1/+1 | |
2016-03-03 | changing "latency" to "rx" + rx core options logic fix | Ido Barnea | 1 | -1022/+1012 | |
indentation fix, whitespace cleanup | |||||
2016-03-02 | TX barrier | imarom | 1 | -9/+28 | |
2016-03-02 | tx stats per stream | Ido Barnea | 1 | -73/+101 | |
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-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 | 1 | -17/+33 | |
2016-02-28 | merge max_port=12 support | Hanoh Haim | 1 | -0/+11 | |
2016-02-28 | m_max_ports->12, base on RaminNietzsche fix. set defult DPDK error to 4 | Hanoh Haim | 1 | -22/+7 | |
2016-02-28 | support for mac addr query | imarom | 1 | -0/+11 | |
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 | 1 | -0/+9 | |
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | Ido Barnea | 1 | -71/+292 | |
added full clone (with CP VM) to stream | |||||
2016-02-24 | virtual NICs does not add 4 bytes of CRC | imarom | 1 | -2/+13 | |
2016-02-21 | return 10G instead of 40G on x710 cards | Ido Barnea | 1 | -10/+17 | |
2016-01-24 | Merge from origin | Hanoh Haim | 1 | -42/+71 | |
2016-01-24 | 82599 report input errors on drop queue- remove the MPC in this case | Hanoh Haim | 1 | -3/+7 | |
2016-01-21 | async publish now | imarom | 1 | -42/+71 | |
2016-01-19 | Fix issue of --learn-mode ignored if --learn-verify was set before it in ↵ | Ido Barnea | 1 | -3/+4 | |
command line | |||||
2016-01-19 | Adding option to pass NAT info in TCP ACK of first SYN | Ido Barnea | 1 | -9/+24 | |
2016-01-10 | add alloc_error, queue_full, queue_drop stats report via ZMQ | Yaroslav Brustinov | 1 | -0/+3 | |
regression: update kiwi02 and trex08 benchmarks add common "scripts_dir" variable for usage in tests configure router with proper MTU in jumbo test add --local flag for not connecting to remote server (useful for functional tests) | |||||
2016-01-07 | Merge | Hanoh Haim | 1 | -605/+28 | |
2016-01-07 | basic enic support- still has issues | Hanoh Haim | 1 | -1/+30 | |
2016-01-07 | Added --send-debug-pkt | Ido Barnea | 1 | -605/+28 | |
Moved code from main_dpdk.cpp to new files. | |||||
2016-01-05 | Merge branch 'random_pkt' | Hanoh Haim | 1 | -31/+103 | |
2016-01-05 | 9k packet size does not work for VMXNET3 | Hanoh Haim | 1 | -1/+6 | |
2016-01-04 | Fixing 40G stuck input queue issue | Ido Barnea | 1 | -52/+38 | |
2015-12-29 | trim packet size command works | Hanoh Haim | 1 | -3/+6 | |
2015-12-28 | maximum packet size support 9k - simulation | Hanoh Haim | 1 | -30/+94 | |
2015-12-28 | Better error message when user gives too big -c arg | Ido Barnea | 1 | -2/+54 | |
2015-12-27 | No flow control disabling for 40G. | Ido Barnea | 1 | -15/+17 | |
Add DPDK version to help string. | |||||
2015-12-27 | Full support dpdk 22. | Ido Barnea | 1 | -89/+75 | |
2015-12-27 | Adding dpdk 2.2 instead of dpdk 1.8 and making changes to make compilation work. | Ido Barnea | 1 | -16/+26 | |
40G and 10G filters do not work yet. | |||||
2015-12-24 | fix display of huge positive number of drops (due to casting from negative ↵ | Yaroslav Brustinov | 1 | -2/+9 | |
to unsinged) | |||||
2015-12-15 | VM: connected control plane to DP | imarom | 1 | -0/+2 | |
2015-12-14 | merge from master | Hanoh Haim | 1 | -120/+118 | |
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | Yaroslav Brustinov | 1 | -3/+5 | |
2015-12-13 | add git sha to version | Hanoh Haim | 1 | -1/+2 | |
2015-12-07 | Make ICMP filter for 40G work | Ido Barnea | 1 | -10/+9 | |
2015-12-01 | vm compiler v0 | Hanoh Haim | 1 | -0/+1 | |
2015-12-01 | Added ICMP latency packet modes | Ido Barnea | 1 | -114/+110 | |
2015-11-30 | vm mode works - first test | Hanoh Haim | 1 | -8/+11 | |
2015-11-25 | added events log | imarom | 1 | -0/+1 | |
2015-11-24 | added support for percentage on start | imarom | 1 | -0/+33 | |
also added info about the correct interface driver and speed from DPDK layer | |||||
2015-11-19 | Merge branch 'master' of ↵ | imarom | 1 | -1/+1 | |
csi-sceasr-b45:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2015-11-19 | full async DP stop support | imarom | 1 | -3/+6 | |
2015-11-19 | support debug logs in case of dpdk debug image | Hanoh Haim | 1 | -1/+1 | |