[Update] Support Newer versions of DPDK and OVS. 33/73333/2
authorSridhar K. N. Rao <srao@linuxfoundation.org>
Tue, 3 May 2022 00:12:21 +0000 (05:42 +0530)
committerSridhar K. N. Rao <srao@linuxfoundation.org>
Fri, 13 May 2022 05:54:03 +0000 (11:24 +0530)
commit826226243eca12ea6166d740205584392fdf7cad
treede96f10f49b5bfbd6dd6f697682784e2256e740c
parent2fcc501a8cf9f5a7dbcedf48946e225dfc485ff8
[Update] Support Newer versions of DPDK and OVS.

This patch adds support for DPDK and OVS.
The support is not default and user has to modify the Makefiles manually

Changes post-review by Al.

Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org>
Change-Id: I5d6d2c6d693d31f0930b469de849722e2d5ec418
14 files changed:
src/dpdk/Makefile.dpdk_meson [new file with mode: 0755]
src/ovs/Makefile.ovs_dpdk_meson [new file with mode: 0644]
src/package-list.mk.dpdk_meson [new file with mode: 0644]
systems/centos/build_base_machine.sh
systems/debian/build_base_machine.sh
systems/fedora/24/build_base_machine.sh
systems/fedora/25/build_base_machine.sh
systems/fedora/26/build_base_machine.sh
systems/fedora/33/build_base_machine.sh
systems/opensuse/build_base_machine.sh
systems/rhel/7.2/build_base_machine.sh
systems/rhel/7.3/build_base_machine.sh
systems/rhel/7.5/build_base_machine.sh
systems/ubuntu/build_base_machine.sh