[V1,1/2] test_plans/virtio_ipsec_cryptodev_func: rename slave to worker according to dpdk20.11 change

Message ID 20230414054407.1522092-2-yux.jiang@intel.com (mailing list archive)
State Accepted
Headers
Series rename slave to worker according to dpdk20.11 change |

Commit Message

Yu Jiang April 14, 2023, 5:44 a.m. UTC
  According to dpdk20.11 commit id:
  28f5375d83 test/crypto: rename slave to worker
  85b00824ae crypto/scheduler: rename slave to worker
rename slave to worker.

Signed-off-by: Yu Jiang <yux.jiang@intel.com>
---
 test_plans/virtio_ipsec_cryptodev_func_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/test_plans/virtio_ipsec_cryptodev_func_test_plan.rst b/test_plans/virtio_ipsec_cryptodev_func_test_plan.rst
index cb390181..d0e109d1 100644
--- a/test_plans/virtio_ipsec_cryptodev_func_test_plan.rst
+++ b/test_plans/virtio_ipsec_cryptodev_func_test_plan.rst
@@ -101,7 +101,7 @@  In Host:
     ./x86_64-native-linuxapp-gcc/examples/dpdk-vhost_crypto \
     --socket-mem 2048,0 --legacy-mem \
     -a 1a:01.0 -a 1c:01.0 -a 1e:01.0 \
-    --vdev crypto_scheduler_pmd_1,slave=0000:1a:01.0_qat_sym,slave=0000:1c:01.0_qat_sym,slave=0000:1e:01.0_qat_sym,mode=round-robin,ordering=enable \
+    --vdev crypto_scheduler_pmd_1,worker=0000:1a:01.0_qat_sym,worker=0000:1c:01.0_qat_sym,worker=0000:1e:01.0_qat_sym,mode=round-robin,ordering=enable \
     -l 8,9,10,11,12 -n 6 \
     -- --config "(9,0,0),(10,0,0),(11,0,0),(12,0,0)" \
     --socket-file 9,/tmp/vm0_crypto0.sock  \