summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2016-11-16Fix trex-267 - allocation of ARP packets from wrong memory socketIdo Barnea3-7/+15
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-11-15STL push remote empty/incorrect pcap: fix cleanupYaroslav Brustinov1-3/+1
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-15backup old trex-07 setup configHanoh Haim1-0/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-14move ibv_fork_init due to a crash of debug image see trex-270Hanoh Haim1-1/+7
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13enic verify fw versionHanoh Haim1-1/+23
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13add a patch to query fw support for advanced filteringHanoh Haim1-0/+19
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13mlx5/enic support enable flow stats in softwareHanoh Haim1-69/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13enic move to TOS=LSBHanoh Haim1-26/+28
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13add a way to dump debug packetsHanoh Haim1-0/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13enic add speed capabilityHanoh Haim1-0/+2
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-13enic fix mask and shift for ipv6.tcHanoh Haim1-4/+4
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-12mlx5 minor updateHanoh Haim1-5/+5
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 stateless latency supportHanoh Haim2-0/+12
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11VIC basic filter supportHanoh Haim1-8/+239
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11enic support filters by JohnHanoh Haim8-67/+642
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11change proto from uint16_t to uint8_tHanoh Haim1-5/+6
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 add TOS marker for mlx5 type of driverHanoh Haim3-3/+32
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 reduce the number of packetsHanoh Haim2-3/+1
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 ipv6 filters worksHanoh Haim4-26/+45
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 two rules work nowHanoh Haim1-4/+14
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11No debug for DPDK in case of releaseHanoh Haim5-14/+50
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11change default value for best 64B Tx MPPSHanoh Haim1-1/+10
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 stats from hardwareHanoh Haim4-72/+286
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11WIP mlx5 remove filtersHanoh Haim1-11/+12
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 WIP Stateful work -- all traffic goes to RX_QUEUE=0Hanoh Haim1-0/+303
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11minor mlx5 - load script worksHanoh Haim1-1/+0
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-11mlx5 support build WIPHanoh Haim3-0/+17
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-10Add nicer error if -c is bigger than number of threads in platform configYaroslav Brustinov1-0/+7
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-10Fixed unit test isseus of calling is_stateless before initializing stateIdo Barnea2-2/+3
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-11-09Fix issue when --vlan option appearing before -i optionIdo Barnea2-16/+25
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-11-03start in case of linkdown - trex-192 only for XL710/X710Hanoh Haim1-3/+21
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
2016-11-02Trex threads - pin DPDK master thread to the master coreimarom7-29/+61
also, some names to the threads to make things clear and a script to show them Signed-off-by: imarom <imarom@cisco.com>
2016-10-31minor fixesIdo Barnea3-4/+6
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-31In pre test - handle gratitues ARP, and answer ARP requestsIdo Barnea1-7/+39
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-30add ifdef guard to .h fileYaroslav Brustinov1-0/+4
remove UUID from TUI STF Python API: show newlines instead of "\n\n\n" in Exception message STF Python API: remove "During handling of the above exception, another exception occurred:" in Python3.3+ dpdk_nic_bind.py: ensure needed PATH exists for lspci etc. t-rex-64: remove "stty: standard input: Inappropriate ioctl for device" t-rex-64: remove "cat: write error: Broken pipe" Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-30Increased number of ARP retries at start to 10Ido Barnea1-1/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-30Added inet_pton.cppIdo Barnea2-40/+174
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-28rebase merge typoYaroslav Brustinov1-2/+0
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28move port_attr from driver class to physical port class + small fixes ↵Yaroslav Brustinov10-178/+258
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28console: rearrange lines at "stats --ps"Yaroslav Brustinov1-5/+19
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28disable fc change if not supportedYaroslav Brustinov1-0/+3
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28Add method name to "Method not registered" errorYaroslav Brustinov1-1/+3
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov12-110/+198
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-28new port attr commands: flow control, link status, led statusYaroslav Brustinov13-103/+440
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-26fixed performance issue (moved STRECH case to low priority cases)imarom2-24/+56
Signed-off-by: imarom <imarom@cisco.com>
2016-10-25Remove useless print in server stateless modeIdo Barnea1-1/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-18severe crash when time strech push a node in the top of the priority queueimarom2-5/+23
between TOP and POP it was obsereved during execution of the command push -r -f /auto/avc-devtest/CS-NBAR/SR_639103737/PcapPerIp.pcap -a -n 10000000 -s 1000 when two adject ports exists Signed-off-by: imarom <imarom@cisco.com>
2016-10-18Help message fixes + removing unused command line optionsIdo Barnea3-150/+62
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Revert "Fix bundeling in file names to bundling"Ido Barnea1-1/+1
This reverts commit 9ed37dfeed71c3adac59f02e08ee08627bd7924c. Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-10-13Fix bundeling in file names to bundlingIdo Barnea1-1/+1
Signed-off-by: Ido Barnea <ibarnea@cisco.com>