diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-06-21 18:33:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-21 18:33:11 -0700 |
commit | f724cfced0602d58d63631e2aacaa54a14fe1d75 (patch) | |
tree | 8aedd6cc8ca9b85c50c9c5c46057ed960dddf505 /recipes-extended/dpdk | |
parent | c327d5541e236fbd08bb39104d5a5601018d68fe (diff) | |
download | meta-freescale-f724cfced0602d58d63631e2aacaa54a14fe1d75.tar.gz |
recipes: Add missing patch tag Upstream-Status
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-extended/dpdk')
4 files changed, 8 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch b/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch index f19b2b32c..f88b64843 100644 --- a/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch +++ b/recipes-extended/dpdk/dpdk-20.11/0001-drivers-net-enetfec-enet_uio.c-fix-multiple-definiti.patch | |||
@@ -7,6 +7,7 @@ Subject: [PATCH] drivers/net/enetfec/enet_uio.c: fix multiple definition | |||
7 | .../examples/flow_classify/flow_classify.c:170: first defined here | 7 | .../examples/flow_classify/flow_classify.c:170: first defined here |
8 | collect2: error: ld returned 1 exit status | 8 | collect2: error: ld returned 1 exit status |
9 | 9 | ||
10 | Upstream-Status: Pending | ||
10 | Signed-off-by: Ting Liu <ting.liu@nxp.com> | 11 | Signed-off-by: Ting Liu <ting.liu@nxp.com> |
11 | --- | 12 | --- |
12 | drivers/net/enetfec/enet_uio.c | 2 +- | 13 | drivers/net/enetfec/enet_uio.c | 2 +- |
diff --git a/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch b/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch index 5ee48a59a..383b9085c 100644 --- a/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch +++ b/recipes-extended/dpdk/dpdk/0001-Add-RTE_KERNELDIR_OUT.patch | |||
@@ -3,6 +3,7 @@ From: Chunrong Guo <chunrong.guo@nxp.com> | |||
3 | Date: Wed, 3 Jul 2019 08:50:45 +0200 | 3 | Date: Wed, 3 Jul 2019 08:50:45 +0200 |
4 | Subject: [PATCH] Add RTE_KERNELDIR_OUT | 4 | Subject: [PATCH] Add RTE_KERNELDIR_OUT |
5 | 5 | ||
6 | Upstream-Status: Pending | ||
6 | Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com> | 7 | Signed-off-by: C.r. Guo <nxa13725@lsv07004.swis.us-cdc01.nxp.com> |
7 | --- | 8 | --- |
8 | kernel/linux/kni/Makefile | 2 +- | 9 | kernel/linux/kni/Makefile | 2 +- |
diff --git a/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch b/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch index fa0eda87f..b4b8a5488 100644 --- a/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch +++ b/recipes-extended/dpdk/dpdk/0001-add-Wno-cast-function-type.patch | |||
@@ -4,6 +4,7 @@ Date: Wed, 27 Mar 2019 09:35:43 +0100 | |||
4 | Subject: [PATCH] add -Wno-cast-function-type | 4 | Subject: [PATCH] add -Wno-cast-function-type |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [configuration] | 6 | Upstream-Status: Inappropriate [configuration] |
7 | Signed-off-by: "C.r. Guo" <nxa13725@lsv07005.swis.us-cdc01.nxp.com> | ||
7 | --- | 8 | --- |
8 | examples/cmdif/lib/Makefile | 2 +- | 9 | examples/cmdif/lib/Makefile | 2 +- |
9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch b/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch index 81ca12440..b1bdf09b4 100644 --- a/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch +++ b/recipes-extended/dpdk/dpdk/0005-use-python3-instead-of-python.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Explicitly use python3 | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Ting Liu <ting.liu@nxp.com> | ||
5 | |||
1 | diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py | 6 | diff --git a/app/test-bbdev/test-bbdev.py b/app/test-bbdev/test-bbdev.py |
2 | index 0194be046..86fe3a89d 100755 | 7 | index 0194be046..86fe3a89d 100755 |
3 | --- a/app/test-bbdev/test-bbdev.py | 8 | --- a/app/test-bbdev/test-bbdev.py |