X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fbash%2Ffunction%2Fdpdk.sh;h=491f03eec029b0760d909e199d933c086096efc3;hp=ea7871bed7e51f00027d6800c3648fbe71553fa5;hb=d242783b0455525c2b07e728fb28b245814dcae6;hpb=c3e077dcdad7e0094ca2b0104add1988f2663447 diff --git a/resources/libraries/bash/function/dpdk.sh b/resources/libraries/bash/function/dpdk.sh index ea7871bed7..491f03eec0 100644 --- a/resources/libraries/bash/function/dpdk.sh +++ b/resources/libraries/bash/function/dpdk.sh @@ -90,7 +90,8 @@ function dpdk_compile () { meson_options="-Dexamples=l3fwd " # i40e specific options - meson_options="${meson_options} -Dc_args=RTE_LIBRTE_I40E_16BYTE_RX_DESC=y" + meson_options="${meson_options} \ + -Dc_args=-DRTE_LIBRTE_I40E_16BYTE_RX_DESC=y" # Configure generic build - the same used by VPP meson_options="${meson_options} -Dplatform=generic"