test suite reviews and discussions
 help / color / mirror / Atom feed
* [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

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).