feat(ansible): Bump DPDK 23.07 92/39392/1
authorpmikus <peter.mikus@protonmail.ch>
Thu, 17 Aug 2023 11:18:28 +0000 (11:18 +0000)
committerpmikus <peter.mikus@protonmail.ch>
Thu, 17 Aug 2023 11:18:28 +0000 (11:18 +0000)
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Ieb1576aa45e689dda8358c4ad4708b3b09b5216c

DPDK_VPP_VER
fdio.infra.ansible/roles/dpdk/defaults/main.yaml
fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml
resources/libraries/python/Constants.py

index 678fea9..a9e9035 100644 (file)
@@ -1 +1 @@
-dpdk-23.03
+dpdk-23.07
index c72aeee..99a0e56 100644 (file)
@@ -20,5 +20,5 @@ packages_by_arch:
 
 dpdk_target_dir: "/opt"
 dpdk_version:
-  - "23.03"
+  - "23.07"
 dpdk_url: "https://fast.dpdk.org/rel"
index b3de2f8..1f972f5 100644 (file)
   args:
     chdir: "{{ dpdk_target_dir }}/dpdk-{{ item }}"
   environment:
-    CFLAGS: "-DRTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
-  async: 3000
-  poll: 0
-  register: dpdk_built
-
-- name: Check if DPDK is Built
-  ansible.builtin.async_status:
-    jid: "{{ dpdk_built.ansible_job_id }}"
-  until: dpdk_built.finished
-  delay: 10
-  retries: 300
\ No newline at end of file
+    CFLAGS: "-DRTE_LIBRTE_I40E_16BYTE_RX_DESC=y"
\ No newline at end of file
index 7bc976c..785b57d 100644 (file)
@@ -180,7 +180,7 @@ class Constants:
     QEMU_VM_IMAGE = u"/var/lib/vm/image.iso"
 
     # QEMU VM DPDK path
-    QEMU_VM_DPDK = u"/opt/dpdk-23.03"
+    QEMU_VM_DPDK = u"/opt/dpdk-23.07"
 
     # Docker container SUT image
     DOCKER_SUT_IMAGE_UBUNTU = u"csit_sut-ubuntu2204:local"