numam-spdk/test/iscsi_tgt
Tomasz Kulasek 9307ff5a54 net/vpp: move to VPP 19.04
This patch updates net/vpp implementation from version VPP 19.01 to
VPP 19.04.

1. Some binary APIs are deprecated in 19.04 and message queue is used
   to handle control events:

   - vl_api_bind_sock_reply_t_handler by SESSION_CTRL_EVT_BOUND,
   - vl_api_unbind_sock_reply_t_handler by SESSION_CTRL_EVT_UNLISTEN_REPLY,
   - vl_api_accept_session_t_handler by SESSION_CTRL_EVT_ACCEPTED,
   - vl_api_connect_session_reply_t_handler by SESSION_CTRL_EVT_CONNECTED,
   - vl_api_disconnect_session_t_handler by SESSION_CTRL_EVT_DISCONNECTED,
   - vl_api_reset_session_t_handler by SESSION_CTRL_EVT_RESET

2. Fixes for Fedora 29/30:

   - added "-Wno-address-of-packed-member" (DPDK 19.02 fails to compile
     with gcc9.1),
   - force "-maes" compile flag for gcc9.1 to compile crypto_ia32 and
     crypto_ipsecmb plugins (gcc9.1 doesn't do that for -march=silvermont)
   - some minor fixes

3. Default path for VPP instalation is changed for test scripts from
   /usr/local/src/vpp to /usr/local/src/vpp-19.04 to avoid VPP version
   conflict.

Change-Id: I1d20ad7f138f5086ba7fab41d77d86f8139d038e
Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/459113
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2019-07-25 14:51:21 +00:00
..
bdev_io_wait test: always parse common script args 2019-05-24 05:36:46 +00:00
calsoft test/iscsi: fix support for python 3.6 in calsoft.py 2019-01-14 05:45:35 +00:00
digests test/iscsi: check iscsiadm to set DataDigest 2019-07-12 12:26:30 +00:00
ext4test test/iscsi_tgt: remove drive size dependency 2019-07-09 07:49:51 +00:00
filesystem test/iscsi_tgt: make sure iscsi devices are ready 2019-06-27 08:23:08 +00:00
fio test/iscsi_tgt: fix fio nightly test 2019-07-16 14:38:14 +00:00
initiator test/iscsi: enable iso testing. 2019-05-08 21:48:30 +00:00
ip_migration scripts/fio.py: add argparse for command line parameters 2019-06-03 04:34:10 +00:00
lvol test/iscsi_tgt: make sure iscsi devices are ready 2019-06-27 08:23:08 +00:00
multiconnection test/iscsi_tgt: make sure iscsi devices are ready 2019-06-27 08:23:08 +00:00
nvme_remote test: remove duplicated set -ex from tests 2019-06-19 03:54:58 +00:00
perf test/iscsi_tgt: make sure iscsi devices are ready 2019-06-27 08:23:08 +00:00
pmem scripts/fio.py: add argparse for command line parameters 2019-06-03 04:34:10 +00:00
qos scripts/fio.py: add argparse for command line parameters 2019-06-03 04:34:10 +00:00
rbd scripts/fio.py: add argparse for command line parameters 2019-06-03 04:34:10 +00:00
reset test/iscsi_tgt: make sure iscsi devices are ready 2019-06-27 08:23:08 +00:00
rpc_config net/vpp: include VPP into iSCSI test scripts 2019-06-27 08:23:08 +00:00
sock scripts: replace egrep with grep -E 2019-07-05 12:06:10 +00:00
trace_record test/iscsi_tgt: make sure iscsi devices are ready 2019-06-27 08:23:08 +00:00
common.sh net/vpp: move to VPP 19.04 2019-07-25 14:51:21 +00:00
iscsi_tgt.sh net/vpp: include VPP into iSCSI test scripts 2019-06-27 08:23:08 +00:00
test_plan.md test/iscsi: Add iscsi_tgt with NVML backend test 2017-10-19 13:00:27 -04:00