trex.git
8 years agomlx5, enforce OFED 4.0
Hanoh Haim [Mon, 27 Feb 2017 13:06:14 +0000 (15:06 +0200)]
mlx5, enforce OFED 4.0

Signed-off-by: Hanoh Haim <[email protected]>
8 years agomissing some lines from previous commit
imarom [Mon, 27 Feb 2017 13:36:38 +0000 (15:36 +0200)]
missing some lines from previous commit

Signed-off-by: imarom <[email protected]>
8 years agoZMQ publisher might hang if it sends a message during ctrl + c
imarom [Mon, 27 Feb 2017 12:46:46 +0000 (14:46 +0200)]
ZMQ publisher might hang if it sends a message during ctrl + c
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 <[email protected]>
8 years agomlx5 OFED 4.0 fdir API is more sensetive
Hanoh Haim [Mon, 27 Feb 2017 11:59:24 +0000 (13:59 +0200)]
mlx5 OFED 4.0 fdir API is more sensetive

Signed-off-by: Hanoh Haim <[email protected]>
8 years agofix trex-362
Hanoh Haim [Mon, 27 Feb 2017 11:54:19 +0000 (13:54 +0200)]
fix trex-362

Signed-off-by: Hanoh Haim <[email protected]>
8 years agofix trex-361
Hanoh Haim [Mon, 27 Feb 2017 11:53:38 +0000 (13:53 +0200)]
fix trex-361

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoFix for trex-360 - ASA TCP seq num rand handling issue
Ido Barnea [Mon, 27 Feb 2017 10:23:39 +0000 (12:23 +0200)]
Fix for trex-360 - ASA TCP seq num rand handling issue

Signed-off-by: Ido Barnea <[email protected]>
8 years agoadded 'pkt' console command to help with debugging single packets transmit
imarom [Sun, 26 Feb 2017 12:21:07 +0000 (14:21 +0200)]
added 'pkt' console command to help with debugging single packets transmit

Signed-off-by: imarom <[email protected]>
8 years agofix: trex-359 has_crc per driver function is obsolete - needs to be removed
imarom [Thu, 23 Feb 2017 07:47:55 +0000 (09:47 +0200)]
fix: trex-359 has_crc per driver function is obsolete - needs to be removed

Signe-off-by: imarom <[email protected]>
8 years agoDumping interface info was broken in v2.18
Yaroslav Brustinov [Wed, 22 Feb 2017 12:07:24 +0000 (14:07 +0200)]
Dumping interface info was broken in v2.18

Change-Id: Icec84cb2912d6e179c5aac536825a04b47bebb2b
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agofix for https://trex-tgn.cisco.com/youtrack/issue/trex-358
imarom [Wed, 22 Feb 2017 11:48:14 +0000 (13:48 +0200)]
fix for https://trex-tgn.cisco.com/youtrack/issue/trex-358

Signed-off-by: imarom <[email protected]>
8 years agoSmall reorder in drivers inheritance + fix to e1000 CRC issue (trex-354)
Ido Barnea [Tue, 21 Feb 2017 10:25:43 +0000 (12:25 +0200)]
Small reorder in drivers inheritance + fix to e1000 CRC issue (trex-354)
Signed-off-by: Ido Barnea <[email protected]>
8 years agoRemoved mac keyword from all traffic profiles
Ido Barnea [Sun, 19 Feb 2017 15:01:27 +0000 (17:01 +0200)]
Removed mac keyword from all traffic profiles

Signed-off-by: Ido Barnea <[email protected]>
8 years agofix streams show
imarom [Tue, 21 Feb 2017 08:25:23 +0000 (10:25 +0200)]
fix streams show

Signed-off-by: imarom <[email protected]>
8 years agofew cleanups
imarom [Mon, 20 Feb 2017 15:45:16 +0000 (17:45 +0200)]
few cleanups

Signed-off-by: imarom <[email protected]>
8 years agofix for RX CPU util issue:
imarom [Mon, 20 Feb 2017 12:53:25 +0000 (14:53 +0200)]
fix for RX CPU util issue:
see: https://trex-tgn.cisco.com/youtrack/issue/trex-350

Signed-off-by: imarom <[email protected]>
8 years agoSTF daemon: add message error if server is already running by current user.
Yaroslav Brustinov [Mon, 20 Feb 2017 14:01:59 +0000 (16:01 +0200)]
STF daemon: add message error if server is already running by current user.

Change-Id: I35400a64d976ce690d298d560dce2ae2254bfb6b
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoConnectX-5 update
Hanoh Haim [Mon, 20 Feb 2017 11:39:51 +0000 (13:39 +0200)]
ConnectX-5 update

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc add limitation for VIC/mlx5/ESXi
Hanoh Haim [Mon, 20 Feb 2017 11:24:32 +0000 (13:24 +0200)]
doc add limitation for VIC/mlx5/ESXi

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoTUI should skip any non-ascii chars
imarom [Mon, 20 Feb 2017 10:44:59 +0000 (12:44 +0200)]
TUI should skip any non-ascii chars

Signed-off-by: imarom <[email protected]>
8 years agofix trex-355
Hanoh Haim [Mon, 20 Feb 2017 09:30:29 +0000 (11:30 +0200)]
fix trex-355

Signed-off-by: Hanoh Haim <[email protected]>
8 years agofix for:
imarom [Sun, 19 Feb 2017 16:57:56 +0000 (18:57 +0200)]
fix for:
https://trex-tgn.cisco.com/youtrack/issue/trex-352

Signed-off-by: imarom <[email protected]>
8 years agofix trex351. Small fix to how we handle late latency stream packets
Ido Barnea [Sun, 19 Feb 2017 15:14:50 +0000 (17:14 +0200)]
fix trex351. Small fix to how we handle late latency stream packets

Signed-off-by: Ido Barnea <[email protected]>
8 years agocapture - regression test exception for trex11 - VLAN tagging
imarom [Sun, 19 Feb 2017 15:00:57 +0000 (17:00 +0200)]
capture - regression test exception for trex11 - VLAN tagging

Signed-off-by: imarom <[email protected]>
8 years agov2.18 version tag
Hanoh Haim [Thu, 16 Feb 2017 16:57:08 +0000 (18:57 +0200)]
v2.18 version tag

Signed-off-by: Hanoh Haim <[email protected]>
8 years agosupport more than 255 client/server pools
Hanoh Haim [Thu, 16 Feb 2017 10:58:18 +0000 (12:58 +0200)]
support more than 255 client/server pools

Signed-off-by: Hanoh Haim <[email protected]>
8 years agomlx5 - update regression maximum latency due to trex-261 issue
Hanoh Haim [Thu, 16 Feb 2017 09:31:17 +0000 (11:31 +0200)]
mlx5 - update regression maximum latency due to trex-261 issue

Signed-off-by: Hanoh Haim <[email protected]>
8 years agorelease notes v2.18
Hanoh Haim [Thu, 16 Feb 2017 14:56:20 +0000 (16:56 +0200)]
release notes v2.18

Signed-off-by: Hanoh Haim <[email protected]>
8 years agov2.18
Hanoh Haim [Thu, 16 Feb 2017 14:45:26 +0000 (16:45 +0200)]
v2.18

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoVLAN keyword in platform config file will now make all traffic be sent over vlan
Ido Barnea [Wed, 15 Feb 2017 15:17:18 +0000 (17:17 +0200)]
VLAN keyword in platform config file will now make all traffic be sent over vlan

Signed-off-by: Ido Barnea <[email protected]>
8 years agotest for TX capture
imarom [Thu, 16 Feb 2017 12:05:02 +0000 (14:05 +0200)]
test for TX capture

Signed-off-by: imarom <[email protected]>
8 years agotx_capture - code review
imarom [Thu, 16 Feb 2017 09:38:23 +0000 (11:38 +0200)]
tx_capture - code review

Signed-off-by: imarom <[email protected]>
8 years agoTX packet capture - zero impact on fast path
imarom [Wed, 15 Feb 2017 16:26:41 +0000 (18:26 +0200)]
TX packet capture - zero impact on fast path
(using wrapper when service mode is active)

Signed-off-by: imarom <[email protected]>
8 years agoTX feature - draft
imarom [Mon, 13 Feb 2017 06:43:39 +0000 (08:43 +0200)]
TX feature - draft
Signed-off-by: imarom <[email protected]>
8 years agoAdd branch name to title of mails (Side branch scenario)
Yaroslav Brustinov [Thu, 16 Feb 2017 13:13:34 +0000 (15:13 +0200)]
Add branch name to title of mails (Side branch scenario)

Change-Id: Ia32b9172aaa74d1720b496830eee8c744866f28b
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoupdate sock.py script: adapt to Python2/3, use Scapy lib instead of removed dpkt...
Yaroslav Brustinov [Wed, 15 Feb 2017 09:19:59 +0000 (11:19 +0200)]
update sock.py script: adapt to Python2/3, use Scapy lib instead of removed dpkt, works with IPv4/6, TCP/UDP, in case of TCP checks for out of order and retransmissions.

Change-Id: Iab0b7473d915950c834397e365457ecb6f6a8a24
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoinit vlan mode explicitly. We noticed this affect performance
Ido Barnea [Tue, 14 Feb 2017 14:25:37 +0000 (16:25 +0200)]
init vlan mode explicitly. We noticed this affect performance

Signed-off-by: Ido Barnea <[email protected]>
8 years agoAdjusting test performance numbers for xl710 and mlx for dpdk1702
Ido Barnea [Mon, 13 Feb 2017 13:13:14 +0000 (15:13 +0200)]
Adjusting test performance numbers for xl710 and mlx for dpdk1702

Signed-off-by: Ido Barnea <[email protected]>
8 years agodpdk1702-rc3 upstream changes
Ido Barnea [Wed, 8 Feb 2017 10:24:23 +0000 (12:24 +0200)]
dpdk1702-rc3 upstream changes

Signed-off-by: Ido Barnea <[email protected]>
8 years agodoc fix OFED version
Hanoh Haim [Tue, 7 Feb 2017 16:16:59 +0000 (18:16 +0200)]
doc fix OFED version

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoOFED version at least 3.4.1, 4.0.0 would be valid
Hanoh Haim [Tue, 7 Feb 2017 16:13:15 +0000 (18:13 +0200)]
OFED version at least 3.4.1, 4.0.0 would be valid

Signed-off-by: Hanoh Haim <[email protected]>
8 years agofix error handeling
Hanoh Haim [Tue, 7 Feb 2017 15:57:55 +0000 (17:57 +0200)]
fix error handeling

Signed-off-by: Hanoh Haim <[email protected]>
8 years agofix pkg creation with mlx5
Hanoh Haim [Tue, 7 Feb 2017 15:53:09 +0000 (17:53 +0200)]
fix pkg creation with mlx5

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc update 82599 vf
Hanoh Haim [Tue, 7 Feb 2017 15:38:52 +0000 (17:38 +0200)]
doc update 82599 vf

Signed-off-by: Hanoh Haim <[email protected]>
8 years agomove so flag in case of mellanox
Hanoh Haim [Tue, 7 Feb 2017 13:04:41 +0000 (15:04 +0200)]
move so flag in case of mellanox

Signed-off-by: Hanoh Haim <[email protected]>
8 years agono need for dummy verbs anymore
Hanoh Haim [Tue, 7 Feb 2017 12:32:48 +0000 (14:32 +0200)]
no need for dummy verbs anymore

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoadd --mlx5-so option to load mlx5 share object
Hanoh Haim [Tue, 7 Feb 2017 12:29:38 +0000 (14:29 +0200)]
add --mlx5-so option to load mlx5 share object

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoremove verbs include from DPDK
Hanoh Haim [Tue, 7 Feb 2017 11:57:25 +0000 (13:57 +0200)]
remove verbs include from DPDK

Signed-off-by: Hanoh Haim <[email protected]>
8 years agocreate mlx5 so links
Hanoh Haim [Tue, 7 Feb 2017 11:51:52 +0000 (13:51 +0200)]
create mlx5 so links

Signed-off-by: Hanoh Haim <[email protected]>
8 years agomlx5 is shared lib
Hanoh Haim [Tue, 7 Feb 2017 08:23:58 +0000 (10:23 +0200)]
mlx5 is shared lib

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoOur patches to mlx5 in dpdk1702
Hanoh Haim [Mon, 6 Feb 2017 13:28:36 +0000 (15:28 +0200)]
Our patches to mlx5 in dpdk1702

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoChanges to our files to make dpdk1702 work
Ido Barnea [Sun, 5 Feb 2017 14:48:55 +0000 (16:48 +0200)]
Changes to our files to make dpdk1702 work

Signed-off-by: Ido Barnea <[email protected]>
8 years agoOur patches to dpdk1702 - not including mlx changes
Ido Barnea [Sun, 5 Feb 2017 14:16:22 +0000 (16:16 +0200)]
Our patches to dpdk1702 - not including mlx changes

Signed-off-by: Ido Barnea <[email protected]>
8 years agodpdk1702-rc2 upstream files unchanged + mlx5 driver rc3
Ido Barnea [Sun, 5 Feb 2017 13:21:19 +0000 (15:21 +0200)]
dpdk1702-rc2 upstream files unchanged + mlx5 driver rc3

Signed-off-by: Ido Barnea <[email protected]>
8 years agomove to active flows
Hanoh Haim [Wed, 8 Feb 2017 13:21:11 +0000 (15:21 +0200)]
move to active flows

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/add sr_iov visio
Hanoh Haim [Thu, 9 Feb 2017 07:54:25 +0000 (09:54 +0200)]
doc/add sr_iov visio

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/update visio
Hanoh Haim [Thu, 9 Feb 2017 07:53:55 +0000 (09:53 +0200)]
doc/update visio

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/rename VLAN header
Hanoh Haim [Wed, 8 Feb 2017 11:18:15 +0000 (13:18 +0200)]
doc/rename VLAN header

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/another minor pointer to png
Hanoh Haim [Wed, 8 Feb 2017 09:28:05 +0000 (11:28 +0200)]
doc/another minor pointer to png

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/minor pointer to png
Hanoh Haim [Wed, 8 Feb 2017 09:24:31 +0000 (11:24 +0200)]
doc/minor pointer to png

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/ add link to sr_iov bench
Hanoh Haim [Wed, 8 Feb 2017 09:21:07 +0000 (11:21 +0200)]
doc/ add link to sr_iov bench

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc/ editing packet capture
Hanoh Haim [Wed, 8 Feb 2017 09:18:49 +0000 (11:18 +0200)]
doc/ editing packet capture

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoadded release notes section for capturing and video tutorial
imarom [Wed, 8 Feb 2017 08:48:09 +0000 (10:48 +0200)]
added release notes section for capturing and video tutorial

Signed-off-by: imarom <[email protected]>
8 years agodocs for capture
imarom [Wed, 8 Feb 2017 08:35:26 +0000 (10:35 +0200)]
docs for capture

Signed-off-by: imarom <[email protected]>
8 years agoDocs: add example of using IPv6 tools in automation
Yaroslav Brustinov [Wed, 8 Feb 2017 08:33:54 +0000 (10:33 +0200)]
Docs: add example of using IPv6 tools in automation

Change-Id: I6136b6fb14866391c6df70f89d9451a1d1da240c
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoSTL example of using IPv6 in automation
Yaroslav Brustinov [Wed, 8 Feb 2017 08:28:48 +0000 (10:28 +0200)]
STL example of using IPv6 in automation

Change-Id: I976f38f491e5310ae708ff482f8cdf33df3c92d4
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoRegression: adjust trex-dan number of cores 91/5391/1
Yaroslav Brustinov [Wed, 8 Feb 2017 07:34:03 +0000 (09:34 +0200)]
Regression: adjust trex-dan number of cores

Change-Id: Id475737ffea47be26d2aabe4a4bc6f9025fee886
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoSTL API: change STLError representation 90/5390/1
Yaroslav Brustinov [Tue, 7 Feb 2017 19:10:20 +0000 (21:10 +0200)]
STL API: change STLError representation

Change-Id: I1d4f4f5b11764f720713811c019802eeac3f5071
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agodoc minor 06/5306/1
Hanoh Haim [Tue, 7 Feb 2017 15:29:41 +0000 (17:29 +0200)]
doc minor

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc update sr_iov section 05/5305/1
Hanoh Haim [Tue, 7 Feb 2017 15:27:39 +0000 (17:27 +0200)]
doc update sr_iov section

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoMerge v2.17 04/5304/1
Hanoh Haim [Tue, 7 Feb 2017 15:16:28 +0000 (17:16 +0200)]
Merge v2.17

8 years agov2.17 03/5303/1
Hanoh Haim [Tue, 7 Feb 2017 15:12:33 +0000 (17:12 +0200)]
v2.17

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoRegression: fixes for filter in Python3 89/5389/1
Yaroslav Brustinov [Tue, 7 Feb 2017 13:55:04 +0000 (15:55 +0200)]
Regression: fixes for filter in Python3

Change-Id: I91912c31c57928eb4cc566ee483cdd31f93c4afc
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoVF interfaces documentation and benchmark 02/5302/1
Ido Barnea [Tue, 7 Feb 2017 12:41:58 +0000 (14:41 +0200)]
VF interfaces documentation and benchmark

Signed-off-by: Ido Barnea <[email protected]>
8 years agofix for: 01/5301/1
imarom [Sun, 5 Feb 2017 09:42:58 +0000 (11:42 +0200)]
fix for:
https://trex-tgn.cisco.com/youtrack/issue/trex-342

Signed-off-by: imarom <[email protected]>
8 years agoRegression: another fix for ipv6 STL test, add flag --no-dut-config to disable DUT... 88/5388/1
Yaroslav Brustinov [Tue, 7 Feb 2017 11:36:58 +0000 (13:36 +0200)]
Regression: another fix for ipv6 STL test, add flag --no-dut-config to disable DUT config

Change-Id: I56c38324086cfc81d2ad0a451d528707f5357b51
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoDoc: add ipv6 tools to stateless 87/5387/1
Yaroslav Brustinov [Tue, 7 Feb 2017 08:57:11 +0000 (10:57 +0200)]
Doc: add ipv6 tools to stateless

Change-Id: Ic4b097fdbebbcd58b5a5825c1f61a94aebc9f346
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoupdate release notes 00/5300/1
Hanoh Haim [Tue, 7 Feb 2017 08:36:35 +0000 (10:36 +0200)]
update release notes

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoRegression: stl ping/scan6 test fix 86/5386/1
Yaroslav Brustinov [Tue, 7 Feb 2017 07:22:08 +0000 (09:22 +0200)]
Regression: stl ping/scan6 test fix

Change-Id: Ie4d608681458ff190aab1c64b570e7f78decc0ea
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoSTL API: ping_ip returns data + formatted string and status 85/5385/1
Yaroslav Brustinov [Mon, 6 Feb 2017 19:16:27 +0000 (21:16 +0200)]
STL API: ping_ip returns data + formatted string and status
Regression: add test for IPv6 ping and scan

Change-Id: Ic9d15f0b7ea44fcc11336b95c012ceaa04af9e2d
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoexamples for functional tests 99/5299/1
imarom [Mon, 6 Feb 2017 13:54:15 +0000 (15:54 +0200)]
examples for functional tests

Signed-off-by: imarom <[email protected]>
8 years agoadded another functional test - PING 98/5298/1
imarom [Mon, 6 Feb 2017 12:15:19 +0000 (14:15 +0200)]
added another functional test - PING

Signed-off-by: imarom <[email protected]>
8 years agoadded example for functional tests using start_capture/stop_capture APIs 97/5297/1
imarom [Mon, 6 Feb 2017 11:20:41 +0000 (13:20 +0200)]
added example for functional tests using start_capture/stop_capture APIs

Signed-off-by: imarom <[email protected]>
8 years agoSTL API scan6: If error at any port, raise error. If no error, return data per port. 84/5384/1
Yaroslav Brustinov [Mon, 6 Feb 2017 09:06:13 +0000 (11:06 +0200)]
STL API scan6: If error at any port, raise error. If no error, return data per port.

Change-Id: I6592e890835fcbe16d35e6981de76c01999d6883
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoWatchDog and IO functions: ensure we return it to normal timeout in case of exception... 83/5383/1
Yaroslav Brustinov [Sun, 5 Feb 2017 13:52:21 +0000 (15:52 +0200)]
WatchDog and IO functions: ensure we return it to normal timeout in case of exceptions in the middle of function.

Change-Id: I5d2e119f19c3e3214fdbe8108ea35af899ab49a5
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agotest breakage on csi-trex-06 96/5296/1
imarom [Sun, 5 Feb 2017 12:46:42 +0000 (14:46 +0200)]
test breakage on csi-trex-06

Signed-off-by: imarom <[email protected]>
8 years agotrex_daemon_server: check ZMQ port matches between the server and TRex platform confi... 82/5382/1
Yaroslav Brustinov [Sun, 5 Feb 2017 08:03:25 +0000 (10:03 +0200)]
trex_daemon_server: check ZMQ port matches between the server and TRex platform config file.

Change-Id: I1a6d6dc45513e4ba5f7c50f11f4730c8996c7731
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agozmq: fix wrong constants.so (was used from 3.5 to both versions) 81/5381/1
Yaroslav Brustinov [Sun, 5 Feb 2017 07:55:45 +0000 (09:55 +0200)]
zmq: fix wrong constants.so (was used from 3.5 to both versions)

Change-Id: Iebd9886a2c206f66143635c22f62dcde8f500831
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoregression: capture test fix variable name dst_ipv4 80/5380/1
Yaroslav Brustinov [Thu, 2 Feb 2017 14:23:25 +0000 (16:23 +0200)]
regression: capture test fix variable name dst_ipv4

Change-Id: I34f4b687986de705d02032e12b8200da392185fc
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agofixed missing .so files due to ignored by .gitignore + fixed path 79/5379/1
Yaroslav Brustinov [Thu, 2 Feb 2017 09:57:17 +0000 (11:57 +0200)]
fixed missing .so files due to ignored by .gitignore + fixed path

Change-Id: If014548f3d007f9eda6d54332ac04952ea91f751
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agozmq os independent 78/5378/1
Yaroslav Brustinov [Wed, 1 Feb 2017 19:13:23 +0000 (21:13 +0200)]
zmq os independent

Change-Id: Iaf5a782be4db26a979a7535454719e8e62b5969a
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agotrex session clb 95/5295/1
Hanoh Haim [Thu, 2 Feb 2017 12:11:32 +0000 (14:11 +0200)]
trex session clb

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoremove code inserted by incorrect merge resolve 77/5377/1
Yaroslav Brustinov [Thu, 2 Feb 2017 12:01:02 +0000 (14:01 +0200)]
remove code inserted by incorrect merge resolve

Change-Id: Ic2c4e8ce8cd5eed8bea230603838dd66f05ef4ea
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoconsole scan6: ipv6 column width adaptive to length of addresses 76/5376/1
Yaroslav Brustinov [Mon, 30 Jan 2017 09:15:56 +0000 (11:15 +0200)]
console scan6: ipv6 column width adaptive to length of addresses

Change-Id: I08c7dd08487102bb09b337c20101a62469a38e7d
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoipv6 scan & ping 75/5375/1
Yaroslav Brustinov [Sun, 29 Jan 2017 15:14:41 +0000 (17:14 +0200)]
ipv6 scan & ping

Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoreplace yaml.load with yaml.safe_load in several places 74/5374/1
Yaroslav Brustinov [Thu, 2 Feb 2017 07:33:02 +0000 (09:33 +0200)]
replace yaml.load with yaml.safe_load in several places

Change-Id: I4ba8291acbb56ed3be58ad9bdfa1492892695458
Signed-off-by: Yaroslav Brustinov <[email protected]>
8 years agoadded tests for capture 94/5294/1
imarom [Wed, 1 Feb 2017 15:01:47 +0000 (17:01 +0200)]
added tests for capture
few tweaks

Signed-off-by: imarom <[email protected]>
8 years agodoc - add VIC configuration guide help 93/5293/1
Hanoh Haim [Wed, 1 Feb 2017 12:19:56 +0000 (14:19 +0200)]
doc - add VIC configuration guide help

Signed-off-by: Hanoh Haim <[email protected]>
8 years agodoc - add XL710/X710 VF support 92/5292/1
Hanoh Haim [Wed, 1 Feb 2017 11:35:18 +0000 (13:35 +0200)]
doc - add XL710/X710 VF support

Signed-off-by: Hanoh Haim <[email protected]>
8 years agoregression fix elk 73/5373/1
Yaroslav Brustinov [Tue, 31 Jan 2017 20:34:28 +0000 (22:34 +0200)]
regression fix elk

Change-Id: I9c064305dac5907df0cc6cb15298ebcf0bd1a62a
Signed-off-by: Yaroslav Brustinov <[email protected]>