* [dts] [PATCH 1/2] tests/virtio_ipsec_cryptodev_func: support meson build in VM
@ 2020-09-15 3:07 JiangYuX
2020-09-15 3:07 ` [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev " JiangYuX
2020-09-15 3:07 ` [dts] [PATCH 2/2] tests/virtio_perf_cryptodev_func: " JiangYuX
0 siblings, 2 replies; 5+ messages in thread
From: JiangYuX @ 2020-09-15 3:07 UTC (permalink / raw)
To: dts; +Cc: JiangYu
From: JiangYu <yux.jiang@intel.com>
virtio_ipsec_cryptodev_func: support meson build in VM
Signed-off-by: JiangYu <yux.jiang@intel.com>
---
tests/TestSuite_virtio_ipsec_cryptodev_func.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/TestSuite_virtio_ipsec_cryptodev_func.py b/tests/TestSuite_virtio_ipsec_cryptodev_func.py
index fd79aa3..3957ee5 100644
--- a/tests/TestSuite_virtio_ipsec_cryptodev_func.py
+++ b/tests/TestSuite_virtio_ipsec_cryptodev_func.py
@@ -98,6 +98,7 @@ class VirtioCryptodevIpsecTest(TestCase):
"sed -i 's/CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n$/CONFIG_RTE_LIBRTE_PMD_AESNI_MB=y/' config/common_base", '#', 30)
user_dut.send_expect(
"sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base", '#', 30)
+ user_dut.set_build_options({'RTE_LIBRTE_PMD_AESNI_MB': 'y'})
user_dut.build_install_dpdk(self.target)
user_dut.build_dpdk_apps("./examples/ipsec-secgw")
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev support meson build in VM
2020-09-15 3:07 [dts] [PATCH 1/2] tests/virtio_ipsec_cryptodev_func: support meson build in VM JiangYuX
@ 2020-09-15 3:07 ` JiangYuX
2020-09-15 3:07 ` Jiang, YuX
2020-09-15 8:54 ` Tu, Lijuan
2020-09-15 3:07 ` [dts] [PATCH 2/2] tests/virtio_perf_cryptodev_func: " JiangYuX
1 sibling, 2 replies; 5+ messages in thread
From: JiangYuX @ 2020-09-15 3:07 UTC (permalink / raw)
To: dts; +Cc: JiangYu
From: JiangYu <yux.jiang@intel.com>
virtio_ipsec_cryptodev_func-support-meson-build
virtio_perf_cryptodev_func-support-meson-build
JiangYu (2):
tests/virtio_ipsec_cryptodev_func: support meson build in VM
tests/virtio_perf_cryptodev_func: support meson build in VM
tests/TestSuite_virtio_ipsec_cryptodev_func.py | 1 +
tests/TestSuite_virtio_perf_cryptodev_func.py | 1 +
2 files changed, 2 insertions(+)
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev support meson build in VM
2020-09-15 3:07 ` [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev " JiangYuX
@ 2020-09-15 3:07 ` Jiang, YuX
2020-09-15 8:54 ` Tu, Lijuan
1 sibling, 0 replies; 5+ messages in thread
From: Jiang, YuX @ 2020-09-15 3:07 UTC (permalink / raw)
To: dts; +Cc: Jiang, YuX
[-- Attachment #1: Type: text/plain, Size: 762 bytes --]
Tested-by: Jiang, YuX <yux.jiang@intel.com>
Best Regards
Jiang yu
-----Original Message-----
From: Jiang, YuX
Sent: Tuesday, September 15, 2020 11:07 AM
To: dts@dpdk.org
Cc: Jiang, YuX <yux.jiang@intel.com>
Subject: [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev support meson build in VM
From: JiangYu <yux.jiang@intel.com>
virtio_ipsec_cryptodev_func-support-meson-build
virtio_perf_cryptodev_func-support-meson-build
JiangYu (2):
tests/virtio_ipsec_cryptodev_func: support meson build in VM
tests/virtio_perf_cryptodev_func: support meson build in VM
tests/TestSuite_virtio_ipsec_cryptodev_func.py | 1 + tests/TestSuite_virtio_perf_cryptodev_func.py | 1 +
2 files changed, 2 insertions(+)
--
2.7.4
[-- Attachment #2: VirtioCryptodevPerfTest.log --]
[-- Type: application/octet-stream, Size: 517328 bytes --]
[-- Attachment #3: VirtioCryptodevIpsecTest.log --]
[-- Type: application/octet-stream, Size: 837266 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev support meson build in VM
2020-09-15 3:07 ` [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev " JiangYuX
2020-09-15 3:07 ` Jiang, YuX
@ 2020-09-15 8:54 ` Tu, Lijuan
1 sibling, 0 replies; 5+ messages in thread
From: Tu, Lijuan @ 2020-09-15 8:54 UTC (permalink / raw)
To: Jiang, YuX, dts; +Cc: Jiang, YuX
> Subject: [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev support meson
> build in VM
>
> From: JiangYu <yux.jiang@intel.com>
>
> virtio_ipsec_cryptodev_func-support-meson-build
> virtio_perf_cryptodev_func-support-meson-build
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
* [dts] [PATCH 2/2] tests/virtio_perf_cryptodev_func: support meson build in VM
2020-09-15 3:07 [dts] [PATCH 1/2] tests/virtio_ipsec_cryptodev_func: support meson build in VM JiangYuX
2020-09-15 3:07 ` [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev " JiangYuX
@ 2020-09-15 3:07 ` JiangYuX
1 sibling, 0 replies; 5+ messages in thread
From: JiangYuX @ 2020-09-15 3:07 UTC (permalink / raw)
To: dts; +Cc: JiangYu
From: JiangYu <yux.jiang@intel.com>
virtio_perf_cryptodev_func: support meson build in VM
Signed-off-by: JiangYu <yux.jiang@intel.com>
---
tests/TestSuite_virtio_perf_cryptodev_func.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/TestSuite_virtio_perf_cryptodev_func.py b/tests/TestSuite_virtio_perf_cryptodev_func.py
index 5126a06..e46ee2f 100644
--- a/tests/TestSuite_virtio_perf_cryptodev_func.py
+++ b/tests/TestSuite_virtio_perf_cryptodev_func.py
@@ -119,6 +119,7 @@ class VirtioCryptodevPerfTest(TestCase):
"sed -i 's/CONFIG_RTE_LIBRTE_PMD_AESNI_MB=n$/CONFIG_RTE_LIBRTE_PMD_AESNI_MB=y/' config/common_base", '#', 30)
user_dut.send_expect(
"sed -i 's/CONFIG_RTE_EAL_IGB_UIO=n/CONFIG_RTE_EAL_IGB_UIO=y/g' config/common_base", '#', 30)
+ user_dut.set_build_options({'RTE_LIBRTE_PMD_AESNI_MB': 'y'})
user_dut.build_install_dpdk(self.target)
def get_vhost_eal(self):
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-15 8:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 3:07 [dts] [PATCH 1/2] tests/virtio_ipsec_cryptodev_func: support meson build in VM JiangYuX
2020-09-15 3:07 ` [dts] [PATCH 0/2] Testsuite_virtio_ipsec_perf_cryptodev " JiangYuX
2020-09-15 3:07 ` Jiang, YuX
2020-09-15 8:54 ` Tu, Lijuan
2020-09-15 3:07 ` [dts] [PATCH 2/2] tests/virtio_perf_cryptodev_func: " JiangYuX
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).