From cfed97eba7d3a430009b9ea8af604f459b8382ad Mon Sep 17 00:00:00 2001 From: chenjiji09 Date: Tue, 21 Feb 2023 17:06:31 +0800 Subject: [PATCH] fix Patch number in dpdk.spec file This patch fix the Patch number of dpdk.spec file, since a wrong modifiled in last time. --- dpdk.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/dpdk.spec b/dpdk.spec index a426b3a..45806c8 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 21.11 -Release: 29 +Release: 30 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 21.11 @@ -232,17 +232,17 @@ Patch9211: 0211-app-procinfo-dump-module-EEPROM-info.patch Patch9212: 0212-app-procinfo-add-burst-mode-to-Rx-Tx-queue-info.patch Patch9213: 0213-app-procinfo-dump-detailed-info-for-Rx-Tx-descriptor.patch Patch9214: 0214-dma-hisilicon-support-vchan-status-query.patch -Patch9215: 0215-net-hns3-fix-inaccurate-RTC-time-to-read.patch -Patch9218: 0216-net-hns3-fix-log-about-indirection-table-size.patch -Patch9219: 0217-net-hns3-extract-common-function-to-query-device.patch -Patch9220: 0218-net-hns3-refactor-set-RSS-hash-algorithm-and-key-int.patch -Patch9221: 0219-net-hns3-fix-RSS-key-size-compatibility.patch -Patch9222: 0220-net-hns3-fix-clearing-RSS-configuration.patch -Patch9223: 0221-net-hns3-use-RSS-filter-list-to-check-duplicated-rul.patch -Patch9224: 0222-net-hns3-remove-useless-code-when-destroy-valid-RSS-.patch -Patch9225: 0223-net-hns3-fix-warning-on-flush-or-destroy-rule.patch -Patch9226: 0224-net-hns3-fix-config-struct-used-for-conversion.patch -Patch9227: 0225-net-hns3-fix-duplicate-RSS-rule-check.patch +Patch9215: 0215-net-hns3-fix-inaccurate-RTC-time-to-read.patch +Patch9216: 0216-net-hns3-fix-log-about-indirection-table-size.patch +Patch9217: 0217-net-hns3-extract-common-function-to-query-device.patch +Patch9218: 0218-net-hns3-refactor-set-RSS-hash-algorithm-and-key-int.patch +Patch9219: 0219-net-hns3-fix-RSS-key-size-compatibility.patch +Patch9220: 0220-net-hns3-fix-clearing-RSS-configuration.patch +Patch9221: 0221-net-hns3-use-RSS-filter-list-to-check-duplicated-rul.patch +Patch9222: 0222-net-hns3-remove-useless-code-when-destroy-valid-RSS-.patch +Patch9223: 0223-net-hns3-fix-warning-on-flush-or-destroy-rule.patch +Patch9224: 0224-net-hns3-fix-config-struct-used-for-conversion.patch +Patch9225: 0225-net-hns3-fix-duplicate-RSS-rule-check.patch Summary: Data Plane Development Kit core Group: System Environment/Libraries @@ -385,6 +385,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko /usr/sbin/depmod %changelog +* Tue Feb 21 2023 chenjiji - 21.11-30 + fix Patch number in dpdk.spec file + * Tue Feb 14 2023 chenjiji - 21.11-29 Sync some RSS bugfix for hns3 PMD. And patchs are as follows: - net/hns3: fix log about indirection table size -- Gitee