aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml
diff options
context:
space:
mode:
authorPeter Mikus <peter.mikus@icloud.com>2025-01-23 10:10:49 +0100
committerPeter Mikus <peter.mikus@icloud.com>2025-01-23 09:14:06 +0000
commit89ce76a5733d737cbf653361d189d5d990e4e54e (patch)
tree2ca5c154d7315de22a84253a7840501a3251049c /fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml
parent6ffe4cc3cc31fdb6cbb46436a38ddc8409d040ef (diff)
feat(infra): DPDK 24.11.1
Signed-off-by: Peter Mikus <peter.mikus@icloud.com> Change-Id: Ic935ddf79d06b9d8f1df329bf0e4485ee2d646cf
Diffstat (limited to 'fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml')
-rw-r--r--fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml b/fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml
index d5afe2d3f8..0d67c9732c 100644
--- a/fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml
+++ b/fdio.infra.ansible/roles/dpdk/tasks/deploy_block.yaml
@@ -17,6 +17,11 @@
when: dpdk_downloaded
register: dpdk_extracted
+- name: "Rename folder"
+ ansible.builtin.command: "mv {{ dpdk_target_dir }}/dpdk-stable-{{ item }} {{ dpdk_target_dir }}/dpdk-{{ item }}"
+ ignore_errors: true
+ when: dpdk_extracted
+
- name: "Compile Release I"
ansible.builtin.command: "meson -Dexamples=l3fwd build"
args: