-dpdk-24.07
+dpdk-24.11.1
target: "/etc/sysctl.d/80-vpp.conf"
- source: "/opt/boot/"
target: "/opt/boot/"
- - source: "/opt/dpdk-24.07/"
- target: "/opt/dpdk-24.07/"
+ - source: "/opt/dpdk-24.11.1/"
+ target: "/opt/dpdk-24.11.1/"
- source: "/usr/bin/iperf3"
target: "/usr/bin/iperf3"
- source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
target: "/etc/sysctl.d/80-vpp.conf"
- source: "/opt/boot/"
target: "/opt/boot/"
- - source: "/opt/dpdk-24.07/"
- target: "/opt/dpdk-24.07/"
+ - source: "/opt/dpdk-24.11.1/"
+ target: "/opt/dpdk-24.11.1/"
- source: "/usr/bin/iperf3"
target: "/usr/bin/iperf3"
- source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
target: "/etc/sysctl.d/80-vpp.conf"
- source: "/opt/boot/"
target: "/opt/boot/"
- - source: "/opt/dpdk-24.07/"
- target: "/opt/dpdk-24.07/"
+ - source: "/opt/dpdk-24.11.1/"
+ target: "/opt/dpdk-24.11.1/"
- source: "/usr/bin/iperf3"
target: "/usr/bin/iperf3"
- source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
target: "/etc/sysctl.d/80-vpp.conf"
- source: "/opt/boot/"
target: "/opt/boot/"
- - source: "/opt/dpdk-24.07/"
- target: "/opt/dpdk-24.07/"
+ - source: "/opt/dpdk-24.11.1/"
+ target: "/opt/dpdk-24.11.1/"
- source: "/usr/bin/iperf3"
target: "/usr/bin/iperf3"
- source: "/usr/lib/x86_64-linux-gnu/libiperf.so.0"
dpdk_target_dir: "/opt"
dpdk_version:
- - "24.07"
+ - "24.11.1"
dpdk_url: "https://fast.dpdk.org/rel"
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:
QEMU_VM_IMAGE = "/var/lib/vm/image.iso"
# QEMU VM DPDK path
- QEMU_VM_DPDK = "/opt/dpdk-24.07"
+ QEMU_VM_DPDK = "/opt/dpdk-24.11.1"
# Docker container SUT image
DOCKER_SUT_IMAGE_UBUNTU = "csit_sut-ubuntu2404:local"