Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-02 | add warning about lack of read permissions for user "nobody" to run scapy ↵ | Yaroslav Brustinov | 1 | -3/+5 | |
server. add flag to disable scapy server run. Change-Id: I65ccfb24ed4a5461fe2a13d8be0f07fad8a50bae Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-01-01 | crash in case of stateless and link down | Yaroslav Brustinov | 1 | -1/+1 | |
Change-Id: I3c9902808e4e3c3174ad5ed5fa81bc70f1840f86 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-01-01 | Fix --send-debug-pkt test so that VIC card will be able to work with less ↵ | Ido Barnea | 4 | -18/+12 | |
patches Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-01-01 | minor | Yaroslav Brustinov | 1 | -1/+2 | |
Change-Id: Ibf02ca9bb5e2f2a6e6c0a498dc8ce889069acb56 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-01-01 | Max number of ports: 16 | Yaroslav Brustinov | 4 | -2/+8 | |
Change-Id: I93e2efe542578b0745d2f40adb2bcf35ffdff31b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-01-01 | alter the watchdog timeout before push_remote and after, due to possible long io | Yaroslav Brustinov | 3 | -4/+25 | |
Change-Id: Ibddf830dbed8ee36c75113267645a576e38efa31 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-27 | add ef posix_memalign function | Hanoh Haim | 1 | -1/+8 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-26 | watchdog - support for long IO operations | imarom | 2 | -28/+52 | |
also reduce complexity of the watchdog Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-26 | add --active-flows option to scale the active flows | Hanoh Haim | 3 | -6/+89 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-25 | Disable watchdog for 5 seconds at Mellanox link up/down command | Yaroslav Brustinov | 4 | -8/+56 | |
Change-Id: If19c9c0d3e5d684e6157ab5c71a927e2e89b8211 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-25 | Update STL API version to 3.0 | Yaroslav Brustinov | 1 | -2/+2 | |
Change-Id: Ib00cdc8f960522e54414cfda5ae7778887a9d0ec Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-25 | add a way to change tw configuration | Hanoh Haim | 7 | -8/+243 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-25 | Allow running x710 in --VM mode | Ido Barnea | 1 | -0/+5 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-25 | refactor layer config on prot attributes | imarom | 5 | -159/+275 | |
added guard against unconfigured MAC when going up with empty config file Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-25 | clean up tw code | Hanoh Haim | 3 | -1/+52 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-25 | gcc macro cleanup | Hanoh Haim | 3 | -18/+50 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-24 | disable mbug optimization in case of stateful repeat flow, this option ↵ | Hanoh Haim | 1 | -1/+7 | |
should be done in Stateless Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-24 | fix trex-282 from #138 net/enic: fix memory leak with oversized Tx packets ↵ | Hanoh Haim | 5 | -7/+22 | |
ticket Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-24 | sim stateful works now | Hanoh Haim | 1 | -0/+2 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-22 | stateful scheduler cleanup | Hanoh Haim | 7 | -566/+255 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-22 | Small fix to previous commit | Ido Barnea | 1 | -2/+2 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-22 | Allow up to 10 hops TTL reduction in X710 and 82599 stateful | Ido Barnea | 3 | -72/+73 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-22 | UDP NAT --learn mode 1,3 support - doc + regression tests | Ido Barnea | 1 | -8/+9 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-22 | Support for UDP with --learn_mode 1 and 3 (TCP ACK) using IP_ID | Ido Barnea | 6 | -126/+183 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-21 | watchdog disable for time capability | imarom | 2 | -40/+62 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-21 | improve Stateful scheduler | Hanoh Haim | 14 | -231/+2823 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-20 | https://trex-tgn.cisco.com/youtrack/issue/trex-313 | imarom | 2 | -19/+41 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-20 | trex-312 ARP resolution does not work from console at virtual NICs | imarom | 8 | -61/+132 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-20 | Check OS version for Mellanox NICs; More detailed args error prints; 40G and ↵ | Yaroslav Brustinov | 1 | -50/+67 | |
Mellanox driver classes inherit from Base, not 10G. Change-Id: I55f7833078ca9d7bfcda211ad165a656ce5014c5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-19 | changes from code review | Yaroslav Brustinov | 6 | -33/+66 | |
Change-Id: I628608643d902bd6310b04b8036fc5f1fcc42309 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-19 | 1) limit number of streams per port to 20k | Yaroslav Brustinov | 1 | -0/+3 | |
2) fix showing error in TUI 3) represensation of STLError: show only errors if error, limit by 10 entries Change-Id: Ib8de9222e7fc09dd67275283857d0d7e9cb5988c Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-19 | add min_ipg to push_pcaps | Yaroslav Brustinov | 9 | -5/+30 | |
Change-Id: I353f8903c40963517fd2fed721cc0671d9f6dc4b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-19 | verify L2/L3 configuration cannot be done under traffic | imarom | 2 | -3/+23 | |
also ping and arp Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-18 | trex-234 - when allocating too many PG IDs an error get stuck | imarom | 1 | -5/+14 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-16 | revert of 1602ab2067f1752b0c72c2cd1335d210260b3b04 | Yaroslav Brustinov | 2 | -26/+41 | |
need to find another solution Change-Id: Ia2b90ac58af4fc8417b1e2a7ba6815a68d614dfa Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-15 | issue: trex-295 | Yaroslav Brustinov | 2 | -41/+26 | |
attach the interfaces one by one in our order instead of init all and reorder. Change-Id: I3bbab970c5e2847b6a6250ec515d8003738c5d97 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-12-15 | Fix trex-308. Stateful latency with NAT does not work on more than 2 ports | Ido Barnea | 1 | -23/+23 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-14 | Fix E1000 stateful latency. Was broken in ↵ | Ido Barnea | 1 | -2/+5 | |
227c1ff45fe36be859e9145cb1ec8c364a7fb8b7 Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-13 | minor fix (RX core sync time) | imarom | 3 | -6/+2 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | Merge branch 'master' into rx_phase_2 | imarom | 9 | -111/+299 | |
2016-12-13 | startup issues with L2/L3 | imarom | 1 | -19/+22 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | Major refactor - L2 / L3 modes for ports | imarom | 15 | -139/+367 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-13 | In stateful, print latency stats only if given -l != 0 | Ido Barnea | 1 | -12/+14 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-13 | Fix trex-257 - Could not count p:... printed to screen with IPv6 streams | Ido Barnea | 1 | -3/+3 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-12 | grat ARP | imarom | 15 | -61/+236 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-12 | Added VIC tests + VIC small fix + fail tests if latency packets fail | Ido Barnea | 1 | -2/+2 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-11 | mlx5 add RSS improve RX drop MPPS | Hanoh Haim | 2 | -10/+115 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-12-11 | Cisco VIC card - support for receive all mode, and work around for IPv6 issues | Ido Barnea | 3 | -72/+109 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2016-12-11 | IP src configuriation invalidates ARP resolution | imarom | 2 | -4/+6 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-12-11 | ConnextX-4 local build take the right headers | Hanoh Haim | 1 | -2/+2 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> |