Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-22 | Error in case of vlan out of range in config file | Ido Barnea | 3 | -10/+27 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-21 | flow stat parsers refactor and adding tests | Ido Barnea | 9 | -352/+283 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-21 | port_attr: comment on DpdkTRexPortAttrMlnx5G as example for using custom ↵ | Yaroslav Brustinov | 1 | -1/+4 | |
functions Change-Id: I5c960410e0dc02ebf6979c979a42e235c02d71c1 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-03-21 | i40e: Return back removed in DPDK 17.02 disable of LLDP | Yaroslav Brustinov | 1 | -0/+16 | |
Change-Id: Id9774bcdb5e1fd49dc0d70f9f3801c2593f1194a Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-03-21 | removed usage of redundant TREX_DRV_FLOW_CTRL_CHG flag | Ido Barnea | 1 | -16/+8 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-16 | missing file | Hanoh Haim | 1 | -0/+9 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-03-16 | Fixes for v2.21 --software mode issues | Ido Barnea | 5 | -7/+24 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-16 | early support mlx4 driver for connectX-3 | Hanoh Haim | 2 | -0/+21 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-03-14 | Software mode for latency and flow stat statistics | Ido Barnea | 9 | -76/+286 | |
Also supporting QinQ for flow stat Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-13 | i40e fix of workaround of stuck counters + regression test | Yaroslav Brustinov | 3 | -9/+26 | |
Change-Id: I251cb8d346461ccfa4eee8abfda113410160a602 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-03-09 | trex-370. Added --no-hw-flow-stat command line option | Ido Barnea | 2 | -8/+41 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-08 | Got rid of get_vm_one_queue(). Separated its uses to many small attributes. ↵ | Ido Barnea | 9 | -329/+335 | |
- second try Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-07 | Revert "Got rid of get_vm_one_queue(). Separated its uses to many small ↵ | Ido Barnea | 9 | -338/+313 | |
attributes." This reverts commit cebf5a44b5f28a03b245e43013cc27671a980206. | |||||
2017-03-07 | * fix net_ixgbe_vf driver xstats not putting id | Yaroslav Brustinov | 2 | -1/+3 | |
* add trex21 regression config (IXGBE VF) Change-Id: I9a9f0a0d0ba7a8f5a724cda94185f1be0490915a Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-03-07 | Got rid of get_vm_one_queue(). Separated its uses to many small attributes. | Ido Barnea | 9 | -313/+338 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-03-06 | internal captures are not captured (RX core server feature) | imarom | 1 | -0/+3 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-03-01 | STF publisher: ensure latest results are sent by CPP + get latest dump via ↵ | Yaroslav Brustinov | 1 | -0/+1 | |
Python API Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-02-28 | Merge branch 'master' of ↵ | Hanoh Haim | 4 | -142/+59 | |
csi-sceasr-b94:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core | |||||
2017-02-28 | NAT timeout is 10 sec - v2.20 | Hanoh Haim | 1 | -1/+1 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-28 | Introduce capability flags in each driver, to reduce the use of ↵ | Ido Barnea | 4 | -142/+59 | |
get_vm_one_queue_enable Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-27 | Print error in case of Mellanox and different order of PCI. | Yaroslav Brustinov | 1 | -9/+38 | |
Change-Id: I0ece7fe6bd0c93befd72d489c0c7b35900abe335 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-02-27 | mlx5, enforce OFED 4.0 | Hanoh Haim | 1 | -0/+1 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-27 | missing some lines from previous commit | imarom | 1 | -6/+3 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-27 | ZMQ publisher might hang if it sends a message during ctrl + c | imarom | 1 | -0/+7 | |
the reason is that when calling zmq_close and zmq_term from the same thread, zmq_close will wait for the message to be sent (but will return the control to the calling thread) and then zmq_ctx_destroy will hang forever see: https://lists.zeromq.org/pipermail/zeromq-dev/2013-September/022469.html Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-27 | mlx5 OFED 4.0 fdir API is more sensetive | Hanoh Haim | 1 | -1/+1 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-27 | fix trex-362 | Hanoh Haim | 1 | -1/+3 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-27 | fix trex-361 | Hanoh Haim | 1 | -0/+5 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-27 | Fix for trex-360 - ASA TCP seq num rand handling issue | Ido Barnea | 1 | -0/+2 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-23 | fix: trex-359 has_crc per driver function is obsolete - needs to be removed | imarom | 1 | -2/+3 | |
Signe-off-by: imarom <imarom@cisco.com> | |||||
2017-02-22 | Dumping interface info was broken in v2.18 | Yaroslav Brustinov | 1 | -1/+1 | |
Change-Id: Icec84cb2912d6e179c5aac536825a04b47bebb2b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2017-02-21 | Small reorder in drivers inheritance + fix to e1000 CRC issue (trex-354) | Ido Barnea | 5 | -50/+52 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-21 | Removed mac keyword from all traffic profiles | Ido Barnea | 2 | -33/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-20 | few cleanups | imarom | 1 | -3/+0 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-20 | fix for RX CPU util issue: | imarom | 2 | -87/+117 | |
see: https://trex-tgn.cisco.com/youtrack/issue/trex-350 Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-19 | fix for: | imarom | 1 | -0/+4 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-352 Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-19 | fix trex351. Small fix to how we handle late latency stream packets | Ido Barnea | 1 | -2/+4 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-16 | support more than 255 client/server pools | Hanoh Haim | 4 | -30/+50 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-16 | VLAN keyword in platform config file will now make all traffic be sent over vlan | Ido Barnea | 6 | -66/+115 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-16 | tx_capture - code review | imarom | 5 | -16/+30 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-16 | TX packet capture - zero impact on fast path | imarom | 9 | -67/+313 | |
(using wrapper when service mode is active) Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-16 | TX feature - draft | imarom | 3 | -66/+42 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2017-02-14 | init vlan mode explicitly. We noticed this affect performance | Ido Barnea | 1 | -0/+1 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-13 | dpdk1702-rc3 upstream changes | Ido Barnea | 29 | -183/+309 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-13 | add --mlx5-so option to load mlx5 share object | Hanoh Haim | 2 | -6/+39 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-13 | mlx5 is shared lib | Hanoh Haim | 1 | -0/+5 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-13 | Our patches to mlx5 in dpdk1702 | Hanoh Haim | 6 | -93/+381 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2017-02-13 | Changes to our files to make dpdk1702 work | Ido Barnea | 4 | -14/+171 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-13 | Our patches to dpdk1702 - not including mlx changes | Ido Barnea | 13 | -18/+574 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-13 | dpdk1702-rc2 upstream files unchanged + mlx5 driver rc3 | Ido Barnea | 323 | -16425/+33471 | |
Signed-off-by: Ido Barnea <ibarnea@cisco.com> | |||||
2017-02-09 | move to active flows | Hanoh Haim | 5 | -61/+82 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> |