[dts] [PATCH 2/2] tests/virtio_perf_cryptodev_func: support meson build in VM

JiangYuX yux.jiang at intel.com
Tue Sep 15 05:07:10 CEST 2020


From: JiangYu <yux.jiang at intel.com>

virtio_perf_cryptodev_func: support meson build in VM

Signed-off-by: JiangYu <yux.jiang at 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



More information about the dts mailing list