summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-06-09 15:23:50 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-10 17:12:14 -0300
commitd9251dbd836d762fff82257b8053beb24e745ca1 (patch)
treecf03063858466f48b931094d49d31b3aadcb8909 /recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb
parenta88064755bcad9564cf340dfe8f19034502ac33e (diff)
downloadmeta-freescale-d9251dbd836d762fff82257b8053beb24e745ca1.tar.gz
ovs-dpdk: add configurable buffer parameter via env
Provide an alternative way to set packet buffer via env variable DPDK_NUM_MBUF, besides automatic calculation. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb')
-rw-r--r--recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb b/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb
index 8b48533f..9b5d2516 100644
--- a/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb
+++ b/recipes-extended/ovs-dpdk/ovs-dpdk_2.13.0.bb
@@ -8,6 +8,7 @@ RDEPENDS_${PN} = "bash libcrypto libssl python3"
8inherit python3native 8inherit python3native
9 9
10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \ 10SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ovs-dpdk;nobranch=1 \
11 file://0001-netdev-dpdk-have-env-based-configurable-number-of-pa.patch \
11" 12"
12SRCREV = "71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3" 13SRCREV = "71d553b995d0bd527d3ab1e9fbaf5a2ae34de2f3"
13 14