diff --git a/0267-dpdk-for-test.patch b/0267-dpdk-for-test.patch new file mode 100644 index 0000000000000000000000000000000000000000..1b2944204ed4aa2ddd215dcadd36a6e12ffb4599 --- /dev/null +++ b/0267-dpdk-for-test.patch @@ -0,0 +1,28 @@ +From 162158fa8c7c0f90951e5fae7f8bd72fc0f7c6a5 Mon Sep 17 00:00:00 2001 +From: speech_white +Date: Sat, 4 Dec 2021 08:47:20 +0800 +Subject: [PATCH] dpdk:for test + +for test + +Signed-off-by: speech_white +--- + MAINTAINERS | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/MAINTAINERS b/MAINTAINERS +index eafe9f8c4..24312358b 100644 +--- a/MAINTAINERS ++++ b/MAINTAINERS +@@ -1,6 +1,8 @@ + DPDK Maintainers + ================ + ++ ++ + The intention of this file is to provide a set of names that we can rely on + for helping in patch reviews and questions. + These names are additional recipients for emails sent to dev@dpdk.org. +-- +2.23.0 + diff --git a/dpdk.spec b/dpdk.spec index ed6ccc026e12d3ac706900ebe33474c748698a2c..d359573bc85bbc1a7c1ed27e78931b16bd138696 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 20.11 -Release: 15 +Release: 16 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 20.11 @@ -273,6 +273,7 @@ Patch263: 0263-net-hns3-remove-magic-numbers.patch Patch264: 0264-net-hns3-mark-unchecked-return-of-snprintf.patch Patch265: 0265-net-hns3-remove-PF-VF-duplicate-code.patch Patch266: 0266-app-testpmd-remove-unused-header-file.patch +Patch267: 0267-dpdk-for-test.patch Summary: Data Plane Development Kit core Group: System Environment/Libraries @@ -411,6 +412,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko /usr/sbin/depmod %changelog +* Sat Dec 04 2021 Min Hu - 20.11-16 +- for test + * Fri Nov 12 2021 Min Hu - 20.11-15 - synchronize dmadev and refactor for hns3 PMD