Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-22 | RX bytes reporting working | 1 | -8/+13 | ||
2016-03-22 | 1g pkt flow stat working | 1 | -46/+99 | ||
2016-03-10 | RX stats #2 | 1 | -10/+10 | ||
2016-03-10 | RX STATS ! | 1 | -4/+11 | ||
2016-03-09 | Flow stat fix for issue of counting more than 1 stream | 1 | -4/+4 | ||
2016-03-08 | Additions and fixes to per flow stats | 1 | -5/+32 | ||
2016-03-08 | fix to rx stats crash when adding 2 streams and stopping | 1 | -30/+25 | ||
2016-03-07 | Added get_active_pgids | 1 | -0/+4 | ||
2016-03-06 | improve init speed of 1gb ports (12 ports init time reduced from 55 secs to 15) | 1 | -4/+16 | ||
2016-03-03 | Small flow stat fix | 1 | -1/+1 | ||
2016-03-03 | changing "latency" to "rx" + rx core options logic fix | 1 | -1022/+1012 | ||
indentation fix, whitespace cleanup | |||||
2016-03-02 | TX barrier | 1 | -9/+28 | ||
2016-03-02 | tx stats per stream | 1 | -73/+101 | ||
2016-02-29 | stdint.h on Fedora dist. requires explicit defines for | 1 | -7/+0 | ||
format macros and limit macros - updated the WAF makefiles | |||||
2016-02-28 | on Fedora 18, inttypes.h requires explicit define | 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) | 1 | -17/+33 | ||
2016-02-28 | merge max_port=12 support | 1 | -0/+11 | ||
2016-02-28 | m_max_ports->12, base on RaminNietzsche fix. set defult DPDK error to 4 | 1 | -22/+7 | ||
2016-02-28 | support for mac addr query | 1 | -0/+11 | ||
2016-02-28 | fix for up to 12 ports, fix error in case port_limit higher than number of ↵ | 1 | -2/+2 | ||
interfaces | |||||
2016-02-25 | port attributes - promiscuous and etc. | 1 | -0/+9 | ||
2016-02-24 | Rx stat per flow. Low level working for xl710, and partly for i350. | 1 | -71/+292 | ||
added full clone (with CP VM) to stream | |||||
2016-02-24 | virtual NICs does not add 4 bytes of CRC | 1 | -2/+13 | ||
2016-02-21 | return 10G instead of 40G on x710 cards | 1 | -10/+17 | ||
2016-01-24 | Merge from origin | 1 | -42/+71 | ||
2016-01-24 | 82599 report input errors on drop queue- remove the MPC in this case | 1 | -3/+7 | ||
2016-01-21 | async publish now | 1 | -42/+71 | ||
2016-01-19 | Fix issue of --learn-mode ignored if --learn-verify was set before it in ↵ | 1 | -3/+4 | ||
command line | |||||
2016-01-19 | Adding option to pass NAT info in TCP ACK of first SYN | 1 | -9/+24 | ||
2016-01-10 | add alloc_error, queue_full, queue_drop stats report via ZMQ | 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 | 1 | -605/+28 | ||
2016-01-07 | basic enic support- still has issues | 1 | -1/+30 | ||
2016-01-07 | Added --send-debug-pkt | 1 | -605/+28 | ||
Moved code from main_dpdk.cpp to new files. | |||||
2016-01-05 | Merge branch 'random_pkt' | 1 | -31/+103 | ||
2016-01-05 | 9k packet size does not work for VMXNET3 | 1 | -1/+6 | ||
2016-01-04 | Fixing 40G stuck input queue issue | 1 | -52/+38 | ||
2015-12-29 | trim packet size command works | 1 | -3/+6 | ||
2015-12-28 | maximum packet size support 9k - simulation | 1 | -30/+94 | ||
2015-12-28 | Better error message when user gives too big -c arg | 1 | -2/+54 | ||
2015-12-27 | No flow control disabling for 40G. | 1 | -15/+17 | ||
Add DPDK version to help string. | |||||
2015-12-27 | Full support dpdk 22. | 1 | -89/+75 | ||
2015-12-27 | Adding dpdk 2.2 instead of dpdk 1.8 and making changes to make compilation work. | 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 ↵ | 1 | -2/+9 | ||
to unsinged) | |||||
2015-12-15 | VM: connected control plane to DP | 1 | -0/+2 | ||
2015-12-14 | merge from master | 1 | -120/+118 | ||
2015-12-14 | publish rx_check counters via ZMQ even with iom=0 | 1 | -3/+5 | ||
2015-12-13 | add git sha to version | 1 | -1/+2 | ||
2015-12-07 | Make ICMP filter for 40G work | 1 | -10/+9 | ||
2015-12-01 | vm compiler v0 | 1 | -0/+1 | ||
2015-12-01 | Added ICMP latency packet modes | 1 | -114/+110 | ||