From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32746A056B; Tue, 3 Mar 2020 09:33:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D8081BFF9; Tue, 3 Mar 2020 09:33:37 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DA7663B5 for ; Tue, 3 Mar 2020 09:33:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 00:33:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="351772855" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 03 Mar 2020 00:33:34 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 3 Mar 2020 00:33:34 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 3 Mar 2020 16:33:32 +0800 Received: from shsmsx602.ccr.corp.intel.com ([10.109.6.142]) by SHSMSX602.ccr.corp.intel.com ([10.109.6.142]) with mapi id 15.01.1713.004; Tue, 3 Mar 2020 16:33:32 +0800 From: "Zhao, XinfengX" To: "dts@dpdk.org" Thread-Topic: [dts][PATCH 4/4] conf: modify the config files for cryptodev virtio test suites Thread-Index: AQHV8TR2JjJTiAYAX0+SviDLs9k58Kg2idSg Date: Tue, 3 Mar 2020 08:33:31 +0000 Message-ID: <275f740a75fd4035a8a5e752bc5b9eda@intel.com> References: <20200302225836.26508-1-xinfengx.zhao@intel.com> <20200302225836.26508-4-xinfengx.zhao@intel.com> In-Reply-To: <20200302225836.26508-4-xinfengx.zhao@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH 4/4] conf: modify the config files for cryptodev virtio test suites X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Tested-by: Zhao, Xinfeng -----Original Message----- From: Zhao, XinfengX=20 Sent: Tuesday, March 3, 2020 6:59 AM To: dts@dpdk.org Cc: Zhao, XinfengX Subject: [dts][PATCH 4/4] conf: modify the config files for cryptodev virti= o test suites Signed-off-by: xinfengx --- conf/virtio_ipsec_cryptodev_func.cfg | 27 +++++++++++---------------- con= f/virtio_perf_cryptodev_func.cfg | 17 +++++------------ conf/virtio_unit_= cryptodev_func.cfg | 16 +++++----------- 3 files changed, 21 insertions(+), 39 deletions(-) diff --git a/conf/virtio_ipsec_cryptodev_func.cfg b/conf/virtio_ipsec_crypt= odev_func.cfg index 0b51b7d..de6724d 100644 --- a/conf/virtio_ipsec_cryptodev_func.cfg +++ b/conf/virtio_ipsec_cryptodev_func.cfg @@ -2,20 +2,17 @@ # Cryptodev common options qat device id crypto_dev_id=3D"37c9" =20 -# PCI Pass-through -vfio_pci=3D"0000:60:00.0 0000:60:00.1 0000:3b:00.0 0000:3b:00.1" - # default crypto device and sw device config -w=3D"0000:1a:01.0" vdev=3D"crypto_aesni_mb_pmd_1 --vdev crypto_aesni_mb_pmd_2" +w=3D"0000:00:00.0" =20 [vm0] qemu =3D - path=3D/root/qemu-2/bin/qemu-system-x86_64; + path=3D/opt/qemu-2.12.0/bin/qemu-system-x86_64; cpu =3D model=3Dhost,number=3D4,cpupin=3D11 12 13 14; mem =3D - size=3D5120,hugepage=3Dyes; + size=3D4096,hugepage=3Dyes; crypto =3D enable=3Dyes,opt_num=3D2; daemon =3D @@ -23,20 +20,19 @@ daemon =3D login =3D user=3Droot,password=3Dtester; disk =3D - file=3D/root/VMs/virtio_crypto_test_710_1.img; + file=3D/home/image/ubuntu16-0.img; vnc =3D displayNum=3D1; -device =3D - driver=3Dvfio-pci,opt_host=3D0000:3b:00.0; - driver=3Dvfio-pci,opt_host=3D0000:3b:00.1; +start =3D + wait_seconds=3D200; =20 [vm1] qemu =3D - path=3D/root/qemu-2/bin/qemu-system-x86_64; + path=3D/opt/qemu-2.12.0/bin/qemu-system-x86_64; cpu =3D model=3Dhost,number=3D4,cpupin=3D15 16 17 18; mem =3D - size=3D5120,hugepage=3Dyes; + size=3D4096,hugepage=3Dyes; crypto =3D enable=3Dyes,opt_num=3D2; daemon =3D @@ -44,9 +40,8 @@ daemon =3D login =3D user=3Droot,password=3Dtester; disk =3D - file=3D/root/VMs/virtio_crypto_test_710_2.img; + file=3D/home/image/ubuntu16-1.img; vnc =3D displayNum=3D2; -device =3D - driver=3Dvfio-pci,opt_host=3D0000:60:00.0; - driver=3Dvfio-pci,opt_host=3D0000:60:00.1; +start =3D + wait_seconds=3D200; diff --git a/conf/virtio_perf_cryptodev_func.cfg b/conf/virtio_perf_cryptod= ev_func.cfg index cdadf31..0cd766b 100644 --- a/conf/virtio_perf_cryptodev_func.cfg +++ b/conf/virtio_perf_cryptodev_func.cfg @@ -2,12 +2,9 @@ # Cryptodev common options qat device id crypto_dev_id=3D"37c9" =20 -# PCI Pass-through -vfio_pci=3D"0000:60:00.0 0000:60:00.1" - -# Vhost-crypto option config -w=3D"0000:1a:01.0" +# default crypto device and sw device config vdev=3D"crypto_aesni_mb_pmd_1" +w=3D"0000:00:00.0" =20 [test_aesni_mb_aes_cbc_sha1_hmac] buffer-sz=3D"64,128,256,512,1024,2048" @@ -30,7 +27,6 @@ total-ops=3D100000 buffer-sz=3D"64,128,256,512,1024,2048" l=3D"0,1" socket-mem=3D"512,0" -w=3D"00:05.0" optype=3D"cipher-then-auth" devtype=3D"crypto_virtio" cipher-algo=3D"aes-cbc" @@ -45,11 +41,11 @@ total-ops=3D100000 =20 [vm0] qemu =3D - path=3D/root/qemu-2/bin/qemu-system-x86_64; + path=3D/opt/qemu-2.12.0/bin/qemu-system-x86_64; cpu =3D model=3Dhost,number=3D4,cpupin=3D11 12 13 14; mem =3D - size=3D5120,hugepage=3Dyes; + size=3D4096,hugepage=3Dyes; crypto =3D enable=3Dyes,opt_num=3D2; daemon =3D @@ -57,9 +53,6 @@ daemon =3D login =3D user=3Droot,password=3Dtester; disk =3D - file=3D/root/VMs/virtio_crypto_test_710_1.img; + file=3D/home/image/ubuntu16-0.img; vnc =3D displayNum=3D1; -device =3D - driver=3Dvfio-pci,opt_host=3D0000:60:00.0; - driver=3Dvfio-pci,opt_host=3D0000:60:00.1; diff --git a/conf/virtio_unit_cryptodev_func.cfg b/conf/virtio_unit_cryptod= ev_func.cfg index f8165bd..53611e3 100644 --- a/conf/virtio_unit_cryptodev_func.cfg +++ b/conf/virtio_unit_cryptodev_func.cfg @@ -2,20 +2,17 @@ # Cryptodev common options qat device id crypto_dev_id=3D"37c9" =20 -# PCI Pass-through -vfio_pci=3D"0000:60:00.0 0000:60:00.1" - -# Vhost-crypto option config -w=3D"0000:1a:01.0" +# default crypto device and sw device config vdev=3D"crypto_aesni_mb_pmd_1" +w=3D"0000:00:00.0" =20 [vm0] qemu =3D - path=3D/root/qemu-2/bin/qemu-system-x86_64; + path=3D/opt/qemu-2.12.0/bin/qemu-system-x86_64; cpu =3D model=3Dhost,number=3D4,cpupin=3D11 12 13 14; mem =3D - size=3D5120,hugepage=3Dyes; + size=3D4096,hugepage=3Dyes; crypto =3D enable=3Dyes,opt_num=3D2; daemon =3D @@ -23,9 +20,6 @@ daemon =3D login =3D user=3Droot,password=3Dtester; disk =3D - file=3D/root/VMs/virtio_crypto_test_710_1.img; + file=3D/home/image/ubuntu16-0.img; vnc =3D displayNum=3D1; -device =3D - driver=3Dvfio-pci,opt_host=3D0000:60:00.0; - driver=3Dvfio-pci,opt_host=3D0000:60:00.1; -- 2.17.1