diff --git a/dpdk.spec b/dpdk.spec index 55fb3fcb349f10f713e2b10f38490d144391c5e2..207da4415d694d9008b958cf020d958aab7b025c 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -1,6 +1,6 @@ Name: dpdk Version: 21.11 -Release: 52 +Release: 53 Packager: packaging@6wind.com URL: http://dpdk.org %global source_version 21.11 @@ -484,6 +484,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko /usr/sbin/depmod %changelog +* Mon Jul 10 2023 zhoumin - 21.11-53 +- fix changelog for not in descending chronological order + * Tue Jul 4 2023 zhoumin - 21.11-52 - EAL: support LoongArch architecture - Backport bugfixes for ixgbe driver needed by LoongArch @@ -596,6 +599,15 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko - net/hns3: declare flow rule keeping capability - app/testpmd: add --disable-flow-flush option +* Tue Feb 28 2023 jiangheng - 21.11-32 +- linux/igb_uio: fix build with kernel 5.18+ + +* Tue Feb 28 2023 jiangheng - 21.11-31 +- remove unused patch + +* Mon Feb 27 2023 jiangheng - 21.11-30 +- fix build failed due to kernel upgrate to 6.1 + * Tue Feb 21 2023 chenjiji - 21.11-33 refactor Rc/Tx function of hns3 PMD And patchs are as follows: @@ -606,15 +618,6 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko - net/hns3: make getting Tx function static - net/hns3: extract common functions to set Rx/Tx -* Tue Feb 28 2023 jiangheng - 21.11-32 -- linux/igb_uio: fix build with kernel 5.18+ - -* Tue Feb 28 2023 jiangheng - 21.11-31 -- remove unused patch - -* Mon Feb 27 2023 jiangheng - 21.11-30 -- fix build failed due to kernel upgrate to 6.1 - * 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