summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22Use VLANHeader in pre_testIdo Barnea1-10/+27
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-22Error in case of vlan out of range in config fileIdo Barnea3-10/+27
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-21flow stat parsers refactor and adding testsIdo Barnea9-352/+283
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-21port_attr: comment on DpdkTRexPortAttrMlnx5G as example for using custom ↵Yaroslav Brustinov1-1/+4
functions Change-Id: I5c960410e0dc02ebf6979c979a42e235c02d71c1 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-21i40e: Return back removed in DPDK 17.02 disable of LLDPYaroslav Brustinov1-0/+16
Change-Id: Id9774bcdb5e1fd49dc0d70f9f3801c2593f1194a Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-21removed usage of redundant TREX_DRV_FLOW_CTRL_CHG flagIdo Barnea1-16/+8
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-16missing fileHanoh Haim1-0/+9
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-03-16Fixes for v2.21 --software mode issuesIdo Barnea5-7/+24
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-16early support mlx4 driver for connectX-3Hanoh Haim2-0/+21
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-03-14Software mode for latency and flow stat statisticsIdo Barnea9-76/+286
Also supporting QinQ for flow stat Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-13i40e fix of workaround of stuck counters + regression testYaroslav Brustinov3-9/+26
Change-Id: I251cb8d346461ccfa4eee8abfda113410160a602 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-09trex-370. Added --no-hw-flow-stat command line optionIdo Barnea2-8/+41
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-08Got rid of get_vm_one_queue(). Separated its uses to many small attributes. ↵Ido Barnea9-329/+335
- second try Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-07Revert "Got rid of get_vm_one_queue(). Separated its uses to many small ↵Ido Barnea9-338/+313
attributes." This reverts commit cebf5a44b5f28a03b245e43013cc27671a980206.
2017-03-07* fix net_ixgbe_vf driver xstats not putting idYaroslav Brustinov2-1/+3
* add trex21 regression config (IXGBE VF) Change-Id: I9a9f0a0d0ba7a8f5a724cda94185f1be0490915a Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-07Got rid of get_vm_one_queue(). Separated its uses to many small attributes.Ido Barnea9-313/+338
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-03-06internal captures are not captured (RX core server feature)imarom1-0/+3
Signed-off-by: imarom <imarom@cisco.com>
2017-03-01STF publisher: ensure latest results are sent by CPP + get latest dump via ↵Yaroslav Brustinov1-0/+1
Python API Change-Id: I1836c0366785246acbcd8d238400440f5f3970f5 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-28Merge branch 'master' of ↵Hanoh Haim4-142/+59
csi-sceasr-b94:/auto/proj-pcube-b/apps/PL-b/tools/repo//trex-core
2017-02-28NAT timeout is 10 sec - v2.20Hanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-28Introduce capability flags in each driver, to reduce the use of ↵Ido Barnea4-142/+59
get_vm_one_queue_enable Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-27Print error in case of Mellanox and different order of PCI.Yaroslav Brustinov1-9/+38
Change-Id: I0ece7fe6bd0c93befd72d489c0c7b35900abe335 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-27mlx5, enforce OFED 4.0Hanoh Haim1-0/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27missing some lines from previous commitimarom1-6/+3
Signed-off-by: imarom <imarom@cisco.com>
2017-02-27ZMQ publisher might hang if it sends a message during ctrl + cimarom1-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-27mlx5 OFED 4.0 fdir API is more sensetiveHanoh Haim1-1/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27fix trex-362Hanoh Haim1-1/+3
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27fix trex-361Hanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-27Fix for trex-360 - ASA TCP seq num rand handling issueIdo Barnea1-0/+2
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-23fix: trex-359 has_crc per driver function is obsolete - needs to be removedimarom1-2/+3
Signe-off-by: imarom <imarom@cisco.com>
2017-02-22Dumping interface info was broken in v2.18Yaroslav Brustinov1-1/+1
Change-Id: Icec84cb2912d6e179c5aac536825a04b47bebb2b Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-21Small reorder in drivers inheritance + fix to e1000 CRC issue (trex-354)Ido Barnea5-50/+52
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-21Removed mac keyword from all traffic profilesIdo Barnea2-33/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-20few cleanupsimarom1-3/+0
Signed-off-by: imarom <imarom@cisco.com>
2017-02-20fix for RX CPU util issue:imarom2-87/+117
see: https://trex-tgn.cisco.com/youtrack/issue/trex-350 Signed-off-by: imarom <imarom@cisco.com>
2017-02-19fix for:imarom1-0/+4
https://trex-tgn.cisco.com/youtrack/issue/trex-352 Signed-off-by: imarom <imarom@cisco.com>
2017-02-19fix trex351. Small fix to how we handle late latency stream packetsIdo Barnea1-2/+4
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-16support more than 255 client/server poolsHanoh Haim4-30/+50
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-16VLAN keyword in platform config file will now make all traffic be sent over vlanIdo Barnea6-66/+115
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-16tx_capture - code reviewimarom5-16/+30
Signed-off-by: imarom <imarom@cisco.com>
2017-02-16TX packet capture - zero impact on fast pathimarom9-67/+313
(using wrapper when service mode is active) Signed-off-by: imarom <imarom@cisco.com>
2017-02-16TX feature - draftimarom3-66/+42
Signed-off-by: imarom <imarom@cisco.com>
2017-02-14init vlan mode explicitly. We noticed this affect performanceIdo Barnea1-0/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13dpdk1702-rc3 upstream changesIdo Barnea29-183/+309
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13add --mlx5-so option to load mlx5 share objectHanoh Haim2-6/+39
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-13mlx5 is shared libHanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-13Our patches to mlx5 in dpdk1702Hanoh Haim6-93/+381
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2017-02-13Changes to our files to make dpdk1702 workIdo Barnea4-14/+171
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13Our patches to dpdk1702 - not including mlx changesIdo Barnea13-18/+574
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2017-02-13dpdk1702-rc2 upstream files unchanged + mlx5 driver rc3Ido Barnea323-16425/+33471
Signed-off-by: Ido Barnea <ibarnea@cisco.com>