From: JiangYuX <yux.jiang@intel.com>
To: dts@dpdk.org
Cc: JiangYu <yux.jiang@intel.com>
Subject: [dts] [PATCH 1/2] tests/virtio_ipsec_cryptodev_func: support meson build in VM
Date: Tue, 15 Sep 2020 11:07:08 +0800 [thread overview]
Message-ID: <20200915030710.14662-1-yux.jiang@intel.com> (raw)
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
next reply other threads:[~2020-09-15 3:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-15 3:07 JiangYuX [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200915030710.14662-1-yux.jiang@intel.com \
--to=yux.jiang@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).