diff --git a/dpdk-23.11.tar.xz b/dpdk-23.11.1.tar.xz similarity index 67% rename from dpdk-23.11.tar.xz rename to dpdk-23.11.1.tar.xz index 50897e9d2b52cad352a8f3a349f609dae1ef95a8..3e47cbe20ebf553141b7026cbadf77a87feee6d8 100644 Binary files a/dpdk-23.11.tar.xz and b/dpdk-23.11.1.tar.xz differ diff --git a/dpdk.spec b/dpdk.spec index 851ae3deaedaadfa2f49e95d8a40a3e7ce3ce1a3..7e5def40c0dc6fc77382683140bd3711f9fcaea8 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -10,8 +10,8 @@ %global _vpath_builddir %{_vendor}-%{_target_os}-build Name: dpdk -Version: 23.11 -Release: 33 +Version: 23.11.1 +Release: 1 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -225,7 +225,7 @@ for i,path in ipairs(directories) do end %prep -%autosetup -n %{name}-%{version} -S git_am +%autosetup -n dpdk-%{version} %build CFLAGS="$(echo %{optflags} -fcommon)" \ @@ -247,7 +247,7 @@ export GAZELLE_LIBS="-lrte_pci -lrte_bus_pci -lrte_cmdline -lrte_hash -lrte_memp export GAZELLE_LIBS="-lrte_pci -lrte_bus_pci -lrte_cmdline -lrte_hash -lrte_mempool -lrte_mempool_ring -lrte_timer -lrte_eal -lrte_gro -lrte_ring -lrte_mbuf -lrte_telemetry -lrte_net_ixgbe -lrte_kvargs -lrte_net_hinic -lrte_net_i40e -lrte_net_virtio -lrte_bus_vdev -lrte_net -lrte_rcu -lrte_ethdev -lrte_pdump -lrte_bpf -lrte_security -lrte_cryptodev -lrte_net_pcap -lrte_metrics" %endif export SECURE_OPTIONS="-fstack-protector-strong -D_FORTIFY_SOURCE=2 -O2 -Wall -Wl,-z,relro,-z,now,-z,noexecstack -Wtrampolines -fPIE -pie -fPIC -g" -gcc -o gazelle-pdump ${GAZELLE_FLAGS} ${SOCURE_OPTIONS} -L../../drivers -L../../lib ${GAZELLE_LIBS} pdump_main.c.o +gcc -o gazelle-pdump ${GAZELLE_FLAGS} ${SECURE_OPTIONS} -L../../drivers -L../../lib ${GAZELLE_LIBS} pdump_main.c.o cd - %install @@ -260,689 +260,4 @@ chrpath -d ./%{_vpath_builddir}/examples/dpdk-l3fwd chrpath -d ./%{_vpath_builddir}/examples/dpdk-l3fwd-power chrpath -d ./%{_vpath_builddir}/examples/dpdk-ethtool chrpath -d ./%{_vpath_builddir}/examples/dpdk-dma -chrpath -d ./%{_vpath_builddir}/examples/dpdk-ptpclient - -cp ./%{_vpath_builddir}/app/dpdk-pdump.p/gazelle-pdump $RPM_BUILD_ROOT/%{_bindir} -%ifnarch sw_64 -cp ./%{_vpath_builddir}/examples/dpdk-l3fwd $RPM_BUILD_ROOT/%{_bindir} -%endif -cp ./%{_vpath_builddir}/examples/dpdk-l3fwd-power $RPM_BUILD_ROOT/%{_bindir} -cp ./%{_vpath_builddir}/examples/dpdk-ethtool $RPM_BUILD_ROOT/%{_bindir} -cp ./%{_vpath_builddir}/examples/dpdk-dma $RPM_BUILD_ROOT/%{_bindir} -cp ./%{_vpath_builddir}/examples/dpdk-ptpclient $RPM_BUILD_ROOT/%{_bindir} - -# move pmd so files in dpdk-pmds directory to /usr/lib64. -# so files in ddpk-pdms directory are loaded by default. remove it to prevent unnecessary so load. -mv -f $RPM_BUILD_ROOT/%{pmddir}/* $RPM_BUILD_ROOT/usr/lib64/ -ln -fs %{_bindir}/dpdk-devbind.py $RPM_BUILD_ROOT/%{_bindir}/dpdk-devbind -strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko - -%files -# BSD -%if ! %{with shared} -%{_libdir}/*.a -%exclude %{_libdir}/*.so* -%else -%{_libdir}/*.so* -%exclude %{_libdir}/*.a -%endif -%{_bindir}/dpdk-*.py -%{_bindir}/dpdk-devbind -/lib/modules/%{kern_devel_ver}/extra/dpdk/*.ko - -%files devel -#BSD -%{incdir}/ -%{sdkdir} -%ghost %{sdkdir}/mk/exec-env/bsdapp -%ghost %{sdkdir}/mk/exec-env/linuxapp -%exclude %{sdkdir}/examples/ -%{_libdir}/pkgconfig/libdpdk.pc -%{_libdir}/pkgconfig/libdpdk-libs.pc -# needed by HSAK -%{_libdir}/*.a - - -%if %{with tools} -%files tools -%{_bindir}/dpdk-* -%{_bindir}/gazelle-* -%exclude %{_bindir}/dpdk-*.py -%exclude %{_bindir}/dpdk-devbind -%endif - -%if %{with examples} -%files examples -%{_bindir}/dpdk_example_* -%doc %{sdkdir}/examples -%endif - -%posttrans -if [ -e /sbin/weak-modules ]; then - echo "/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko" | /sbin/weak-modules --add-modules --no-initramfs -fi -/sbin/ldconfig -/usr/sbin/depmod - -%postun -if [ -e /sbin/weak-modules ]; then - echo "/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko" | /sbin/weak-modules --remove-modules --no-initramfs > /dev/null 2>&1 -fi -/sbin/ldconfig -/usr/sbin/depmod - -%changelog -* Wed Jul 30 2025 yangchen - 23.11-33 -- linux/igb_uio: fix build error in kernel-6.12 - -* Tue May 27 2025 qianrong - 23.11-32 -- optimize xsc rx - -* Mon May 19 2025 huangdengdui - 23.11-31 - The Patch6093 backport error caushed port stop crash. This version fixes it. - -* Mon Apr 28 2025 huangdengdui - 23.11-30 - Sync some patchs from upstreaming for hns3 pmd and modifications - are as follow: - - net/hns3: fix unrelease some resources on reset case - - net/hns3: fix divide by zero - - net/hns3: fix incorrect failed rollback - - net/hns3: fix memory leakage for indirect action - - net/hns3: fix extra waiting for link up - - net/hns3: fix variable overflow - - net/hns3: fix memory leakage in failure path - - net/hns3: remove weak symbols - - net/hns3: fix reset timeout - - net/hns3: fix copper port initialization - - net/hns3: rename RAS module - - net/hns3: remove PVID info dump for VF - - net/hns3: fix mbuf freeing in simple Tx path - In addition, sync a bugfix for devtools: - - devtools: fix symbol listing - -* Fri Mar 14 2025 qianrong - 23.11-29 -- add xsc PMD - -* Thu Mar 13 2025 mahailiang - 23.11-28 -- add sw_64 support - -* Tue Mar 13 2025 jiangheng - 23.11-27 -- config: arm adapt RTE_MAX_LCORE to 640 - -* Tue Dec 24 2024 jiangheng - 23.11-26 -- net/virtio: fix Rx checksum calculation - -* Tue Dec 17 2024 chendexi - 23.11-25 -- Change %post script to %posttrans. - -* Mon Nov 11 2024 huangdengdui - 23.11-24 - Sync some patchs from upstreaming, includind some bugfixes, hns3 pmd - flow rule priority feature, hns3 pmd outer VLAN flow match feature, - and support dump reigser names and filter. - This patch set is modified as follows: - - net/hns3: fix cannot fully use hardware flow director table - - net/hns3: fix error code for repeatedly create counter - - net/hns3: support flow rule priority - - common/nfp: use new kvargs process API - - net/tap: use new kvargs process API - - net/sfc: use new kvargs process API - - kvargs: rework process API - - net/hns3: fix variable type - - net/hns3: fix pointer offset - - net/hns3: fix error log - - net/hns3: support filtering registers by module names - - net/hns3: support reporting names of registers - - net/hns3: refactor register dump - - net/hns3: remove separators between register module - - net/hns3: fix dump counter of registers - - net/hns3: remove some basic address dump - - telemetry: register command with private argument - - ethdev: fix race on ports in telemetry endpoints - - ethdev: add telemetry command for registers - - ethdev: add report of register names and filter - - net/hns3: support outer VLAN flow match - - net/hns3: register VLAN flow match mode parameter - - net/hns3: support general tunnel flow match - - net/hns3: restrict tunnel flow rule to one header - - net/hns3: remove ROH devices - - net/hns3: dump queue head and tail pointer info - - dmadev: fix potential null pointer access - - net/hns3: verify reset type from firmware - - ethdev: verify queue ID in Tx done cleanup - -* Fri Oct 11 2024 huangdengdui - 23.11-23 - Fix UIO resource mapping in secondary process - -* Wed Oct 09 2024 lifeifei - 23.11-22 - create weak dependency for ko files - -* Wed Oct 09 2024 jiangheng - 23.11-21 - - disable _lto_cflags to fix build failed - -* Tue Aug 20 2024 jiangheng - 23.11-20 - - add static library - - remove unused requires/buildrequires - -* Tue Jul 23 2024 huangdengdui - 23.11-19 - Support more VLAN fields matching for hns3 and sync a bugfix - - net/hns3: add Rx DMA address align check - - net/hns3: support more VLAN fields matching - -* Mon May 13 2024 yinbin - 23.11-18 -- change dpdk-* in dpdk-tools from dynamic build to static build -- add -s flag to remove symbols of dpdk-* in dpdk-tools - -* Fri May 10 2024 huangdengdui - 23.11-17 - Sync some patchs from upstreaming for hns3 pmd and modifications - are as follow: - - dma/hisilicon: remove support for HIP09 platform - - net/hns3: disable SCTP verification tag for RSS hash input - - net/hns3: fix variable overflow - - net/hns3: fix double free for Rx/Tx queue - - net/hns3: fix read Rx timestamp handle - - net/hns3: fix offload flag of IEEE 1588 - In addition, the following patch synchronizes the latest version - - ethdev: fix strict aliasing lead to link cannot be up - -* Thu May 09 2024 jiangheng - 23.11-16 -- require at least two segs per memseg lists in map-perfect mode - -* Mon May 06 2024 laokz - 23.11-15 -- riscv64: Remove unsupported rte_net_i40e for gazelle-pdump - -* Mon Apr 29 2024 huangdengdui - 23.11-14 - Package the following example to dpdk-tools: - dpdk-l3fwd, dpdk-l3fwd-power, dpdk-ethtool, dpdk-dma, dpdk-ptpclient - -* Wed Apr 24 2024 Huang Yang - 23.11-13 -- Modify the writing of loongarch64 judgments - -* Mon Apr 22 2024 yinbin - 23.11-12 - add gazelle-pdump - -* Mon Apr 22 2024 yinbin - 23.11-11 - remove dpdk-pmds directory to prevent unnecessary pmd so files load - -* Fri Apr 12 2024 huangdengdui - 23.11-10 - Sync some patches for hns3 about PFC and RSS - - net/hns3: support new device - - app/testpmd: fix RSS algorithm choice - - net/hns3: enable PFC for all user priorities - -* Fri Apr 12 2024 huangdengdui - 23.11-9 - fix strict aliasing lead to link cannot be up - -* Mon Apr 08 2024 jiangheng - 23.11-8 - move patch0031 to self developed patch - -* Fri Mar 29 2024 zhangmengxuan - 23.11-7 - Add add-rte_eth_bond_link_monitoring_get API in map - -* Tue Mar 5 2024 huangdengdui - 23.11-6 - Sync some patches for hns3 about refactor mailbox, add new API for RSS, - support power monitor and some bugfix, modifies are as follow: - - app/testpmd: fix crash in multi -process forwarding - - net/hns3: support power monitor - - net/hns3: remove QinQ insert support for VF - - net/hns3: fix reset level comparison - - net/hns3: fix disable command with firmware - - net/hns3: fix VF multiple count on one reset - - net/hns3: refactor handle mailbox function - - net/hns3: refactor send mailbox function - - net/hns3: refactor PF mailbox message struct - - net/hns3: refactor VF mailbox message struct - - app/testpmd: set RSS hash algorithm - - ethdev: get RSS hash algorithm by name - - ring: add telemetry command for ring info - - ring: add telemetry command to list rings - - eal: introduce more macros for bit definition - - dmadev: add tracepoints in data path API - - dmadev: add telemetry capability for m2d auto free - - maintainers: update for DMA device performance tool - -* Thu Jan 25 2024 shafeipaozi - 23.11-5 - Add support to riscv64 - -* Tue Jan 23 2024 yinbin - 23.11-4 - Add support for loongarch64 - -* Tue Jan 16 2024 peng.zou - 23.11-3 - Add support for ppc64le - -* Fri Jan 12 2024 jiangheng - 23.11-2 - add self-developed patches - -* Tue Jan 09 2024 jiangheng - 23.11-1 - upgrade dpdk to 23.11 - -* Fri Dec 29 2023 huangdengdui - 21.11-63 - The hns3 driver don't support QinQ insert for VF - -* Fri Dec 15 2023 huangdengdui - 21.11-62 - Sync some patches for hns3 about refactor mailbox and bugfix, modifies - are as follow: - - net/hns3: fix reset level comparison - - net/hns3: fix disable command with firmware - - net/hns3: fix VF multiple count on one reset - - net/hns3: refactor handle mailbox function - - net/hns3: refactor send mailbox function - - net/hns3: refactor PF mailbox message struct - - net/hns3: refactor VF mailbox message struct - -* Fri Dec 8 2023 huangdengdui - 21.11-61 - Sync some bugfix from upstreaming about testpmd and doc, modifies - are as follow: - - support set RSS hash algorithm - - ethdev: add new API to get RSS hash algorithm by name - - doc: fix description of RSS features - - doc: fix RSS flow description in hns3 guide - - doc: update features in hns3 guide - - doc: fix hns3 build option about max queue number - - app/testpmd: check port and queue Rx/Tx offloads - - app/testpmd: fix Tx offload command - - app/testpmd: allow offload config for all ports - - app/testpmd: fix tunnel TSO configuration - - app/testpmd: add explicit check for tunnel TSO - - app/testpmd: fix tunnel TSO capability check - - app/testpmd: remove useless check in TSO command - -* Fri Dec 8 2023 huangdengdui - 21.11-60 - Sync some bugfix from upstreaming about hns3 reset and modifies - are as follow: - - net/hns3: fix VF reset handler interruption - - net/hns3: fix reset event status - - net/hns3: fix ignored reset event - -* Mon Nov 20 2023 huangdengdui - 21.11-59 - Sync some patchs from upstreaming and modifies are as follow: - - net/hns3: fix mailbox sync - - net/hns3: report maximum buffer size - - ethdev: add maximum Rx buffer size - - app/procinfo: show RSS hash algorithm - - ethdev: get RSS algorithm names - - app/procinfo: adjust format of RSS info - - app/procinfo: fix RSS info - - net/hns3: support setting and querying RSS hash function - - net/hns3: report RSS hash algorithms capability - - ethdev: set and query RSS hash algorithm - - ethdev: clarify RSS related fields usage - - net/hns3: fix uninitialized hash algo value - - net/hns3: keep set/get algo key functions local - - net/hns3: fix some error logs - - net/hns3: fix some return values - - net/hns3: fix LRO offload to report - - net/hns3: fix setting DCB capability - - app/testpmd: ease configuring all offloads - - net/hns3: refactor interrupt state query - - net/hns3: fix IMP or global reset - - net/hns3: fix multiple reset detected log - - net/hns3: remove reset log in secondary - - net/hns3: fix double stats for IMP and global reset - - net/hns3: fix crash for NEON and SVE - - net/hns3: fix unchecked Rx free threshold - - net/hns3: fix typo in function name - - net/hns3: fix build warning - - telemetry: fix repeat display when callback don't init dict - -* Fri Oct 27 2023 huangdengdui - 21.11-58 - Sync some patchs from upstreaming and modifies are as follow: - - maintainers: update for hns3 driver - - app/testpmd: add command to flush multicast MAC addresses - - app/testpmd: fix help string - - app/testpmd: fix multicast address pool leak - - net/hns3: optimize SVE Rx performance - - net/hns3: optimize rearm mbuf for SVE Rx - - net/hns3: optimize free mbuf for SVE Tx - - net/hns3: fix order in NEON Rx - - net/hns3: fix traffic management dump text alignment - - net/hns3: fix traffic management thread safety - - net/hns3: fix flushing multicast MAC address - - net/hns3: fix error code for multicast resource - - net/hns3: fix VF default MAC modified when set failed - - net/hns3: fix index to look up table in NEON Rx - - net/hns3: fix non-zero weight for disabled TC - - config/arm: add HiSilicon HIP10 - -* Wed Aug 30 2023 herengui - 21.11-57 - - Add support for sw_64 - -* Mon Aug 21 2023 huangdengdui - 21.11-56 - replace patch-287 to solve the duplicate setting for MAC address. - -* Mon Jul 17 2023 chenjiji - 21.11-55 - Sync some patchs from upstreaming about add FDIR VLAN match - mode runtime config and fix doc format for hns3 pmd. Patchs - are as follow: - - doc: unify sections of networking drivers guide - - net/hns3: delete duplicate macro definition - - net/hns3: add FDIR VLAN match mode runtime config - - doc: fix kernel patch link in hns3 guide - - doc: fix syntax in hns3 guide - - doc: fix number of leading spaces in hns3 guide - -* Sat Jul 15 2023 jiangheng - 21.11-54 -- kni: fix build with Linux 6.3/6.5 -- remove unused patch intruduced by "fix build with GCC 12" - -* Wed Jul 12 2023 jiangheng - 21.11-53 -- fix build with GCC 12 - -* Tue Jul 4 2023 zhoumin - 21.11-52 -- EAL: support LoongArch architecture -- Backport bugfixes for ixgbe driver needed by LoongArch -- Remove linking to i40e driver for LoongArch because it was - not supported in this version - -* Fri Jun 30 2023 jiangheng - 21.11-51 -- remove gazelle-proc-info, it function the same as gazellectl -x - -* Mon Jun 19 2023 jiangheng - 21.11-50 -- gro: fix gro with tcp push flag - -* Tue Jun 13 2023 jiangheng - 21.11-49 -- pdump: fix pcap_dump coredump caused by incorrect pkt_len - -* Fri Jun 09 2023 jiangheng - 21.11-48 -- distinguish self and upstream patches number - -* Wed Jun 07 2023 chenjiji - 21.11-47 - Sync some patchs from upstreaming about a segment fault for - testpmd app and a IMP reset trigger for hns3 pmd. Patchs are - as follow: - - ethdev: add API to check if queue is valid - - app/testpmd: fix segment fault with invalid queue ID - - net/hns3: fix IMP reset trigger - -* Mon Jun 05 2023 chenjiji - 21.11-46 - Sync some patchs from upstreaming for hns3 pmd and modifications - are as follow: - 1. fix RTC time after reset - 2. fix Rx ring mbuf leakage at reset process - 3. fix an uninitialized variable - 4. modify the code that violates the coding standards - -* Fri Jun 02 2023 chenjiji - 21.11-45 - Sync some patchs from upstreaming about FEC feature. Patchs - are as follow: - - net/hns3: fix FEC mode for 200G ports - - net/hns3: fix FEC mode check error - - net/hns3: fix missing FEC capability - - ethdev: introduce low latency RS FEC - - app/testpmd: add setting and querying of LLRS FEC mode - - net/hns3: add LLRS FEC mode support for 200G ports - - net/hns3: get current FEC capability from firmware - -* Sat May 27 2023 jiangheng - 21.11-44 -- examples use static libraries to avoid unlinked dynamic libraries - -* Wed May 24 2023 chenjiji - 21.11-43 - Sync some patchs from upstreaming for hns3 pmd and modifies - are as follow: - 1. support flow control autoneg for fiber port - 2. support simplify hardware checksum offloading - 3. support dump media type - 4. add Tx Rx descriptor logs - 5. fix Rx multiple firmware reset interrupts - 6. ethdev: fix one address occupies two entries in MAC addrs - -* Thu Apr 27 2023 chenjiji - 21.11-42 -- fix empty devargs parsing - Sync some patchs from upstreaming and modifies are as - follow: - 1. The rte_kvargs_process() was used to parse KV pairs, it - also supports to parse 'only keys' type. And the callback - function parameter 'value' is NULL when parsed 'only keys'. - This patch fixes segment fault when parse input args with - 'only keys'. - 2. The MAP_FAILED should be used to determine whether the - mapping is successful but not NULL. This patch fix it. - -* Fri Apr 21 2023 chenjiji - 21.11-41 -- Telemetry: support display as hexadecimal - Sync some patchs from upstreaming for telemetry and modifies - are as follow: - 1. Support dispaly integer as hexadecimal. - 2. Fix data truncation for some u64 accept as int. - 3. Add JSON pretty print. - -* Tue Apr 11 2023 bigclouds99 - 21.11-40 -- Create a softlink to dpdk default driver path - -* Tue Apr 04 2023 chenjiji - 21.11-39 - Sync some patchs from upstreaming branch and modifies - are as follow: - 1. Add private dump for bonding, virtio and vhost. - 2. Support LACP info dump for bonding. - 3. Display RSS hash key of flow rule in testpmd. - -* Sat Apr 01 2023 jiangheng - 21.11-38 -- build as shared libraries to reduce the size of debug packet - -* Sat Apr 01 2023 jiangheng - 21.11-37 -- hinic: free tx mbuf use rte_pktmbuf_free_seg - -* Thu Mar 23 2023 chenjiji - 21.11-36 - Fix a m_buf pool was not freed bugs for test and support - CPPC cpufreq for l3fwd-power. Patchs are as follow: - - test/mbuf: fix mbuf reset test - - examples/l3fwd-power: support CPPC cpufreq - -* Wed Mar 15 2023 chenjiji - 21.11-35 - Fix some RSS bugs and reimplement hash flow function for hns3: - - fix some RSS bugs and optimize RSS codes for hns3 - - reimplement hash flow function for hns3 to satisfy the - mainstream usage of rte flow hash in the community - -* Fri Mar 03 2023 chenjiji - 21.11-34 - Support flow rule keeping capability for hns3 PMD and - testpmd. Patchs are as follow: - - net/hns3: declare flow rule keeping capability - - app/testpmd: add --disable-flow-flush option - -* Tue Feb 21 2023 chenjiji - 21.11-33 - refactor Rc/Tx function of hns3 PMD - And patchs are as follows: - - net/hns3: fix burst mode query with dummy function - - net/hns3: add debug info for Rx/Tx dummy function - - net/hns3: remove debug condition for Tx prepare - - net/hns3: separate Tx prepare from getting Tx function - - net/hns3: make getting Tx function static - - net/hns3: extract common functions to set Rx/Tx - -* Wed Feb 15 2023 chenjiji - 21.11-32 - Sync some RSS bugfix for hns3 PMD. And patchs are as follows: - - net/hns3: fix log about indirection table size - - net/hns3: extract common function to query device - - net/hns3: refactor set RSS hash algorithm and key interface - - net/hns3: fix RSS key size compatibility - - net/hns3: fix clearing RSS configuration - - net/hns3: use RSS filter list to check duplicated rule - - net/hns3: remove useless code when destroy valid RSS rule - - net/hns3: fix warning on flush or destroy rule - - net/hns3: fix config struct used for conversion - - net/hns3: fix duplicate RSS rule check - -* Mon Feb 06 2023 jiangheng - 21.11-31 -- linux/igb_uio: fix build with kernel 5.18+ - -* Fri Feb 03 2023 chenjiji - 21.11-30 -- net/hns3: fix inaccurate RTC time to read - -* Tue Jan 31 2023 jiangheng - 21.11-29 -- remove unused patch - -* Wed Jan 18 2023 jiangheng - 21.11-28 -- fix build failed due to kernel upgrate to 6.1 - -* Wed Dec 14 2022 chenjiji - 21.11-27 -- dma/hisilicon: support vchan status query - -* Wed Nov 16 2022 chenjiji - 21.11-26 - proc-info adds dumping the following features: - - dpdk version - - firmware version - - RSS RETA - - module eeprom information - - Rx/Tx burst mode - - Rx/Tx descriptor - -* Wed Nov 16 2022 chenjiji - 21.11-25 - Sync some patches for bonding PMD and testpmd. And patchs - are as follows: - - app/testpmd: revert MAC update in checksum forwarding - - net/bonding: fix bond4 drop valid MAC packets - - net/bonding: fix slave device Rx/Tx offload configuration - - app/testpmd: fix MAC header in csum forward engine - - app/testpmd: update bond port configurations when add slave - - app/testpmd: fix GENEVE parsing in checksum mode - - net: add UDP/TCP checksum in mbuf segments - - app/testpmd: add SW L4 checksum in multi-segments - - app/testpmd: fix L4 checksum in multi-segments - - net/bonding: fix mbuf fast free handling - -* Tue Nov 15 2022 jiangheng - 21.11-24 -- proc-info: add gazelle-proc-info support in dpdk - -* Mon Nov 14 2022 kircher - 21.11-23 -- pdump: add gazelle-pdump for pcap - -* Mon Nov 07 2022 jiangheng - 21.11-22 -- set platform to generic for compatibility - -* Sat Oct 29 2022 chenjiji - 21.11-21 - Sync some patches for bonding PMD and testpmd. And patchs - are as follows: - - net/bonding: fix Tx hash for TCP - - net/bonding: add link speeds configuration - - net/bonding: call Tx prepare before Tx burst - - net/bonding: fix MTU set for slaves - - app/testpmd: remove jumbo offload related code - -* Fri Oct 28 2022 jiangheng - 21.11-20 -- gro: trim tail padding bytes -- gro: check payload length after trim -- gro: fix chain index for more than 2 packets - -* Sat Oct 22 2022 Huisong Li - 21.11-19 - Sync some patches for hns3 PMD, telemetry and testpmd. And main - modifications are as follows: - - backport some bugfixes for hns3 - - revert Tx performance optimization for hns3 - - add Rx/Tx descriptor dump feature for hns3 - - refactor some RSS commands for testpmd - - add ethdev telemetry private dump - - add dmadev telemetry - - sync telemetry lib - -* Thu Oct 6 2022 wuchangsheng - 21.11-18 -- reinit support return ok - -* Tue Sep 13 2022 jiangheng - 21.11-17 -- remove secure compilation options rpath - -* Fri Sep 09 2022 jiangheng - 21.11-16 -- fix CVE-2022-28199 - -* Thu Sep 08 2022 jiangheng - 21.11-15 -- fix CVE-2022-2132 - -* Thu Jul 07 2022 Honggang Li - 21.11-14 -- Remove duplicated BuildRequires python-pyelftools - -* Tue Jul 05 2022 Honggang Li - 21.11-13 -- Build mlx5 and mlx4 PMD - -* Thu Jun 16 2022 Dongdong Liu - 21.11-12 -- sync patches from upstreaming branch. - -* Fri Jun 10 2022 xiusailong - 21.11-11 -- fix CVE-2021-3839 CVE-2022-0669 - -* Tue May 17 2022 Min Hu(Connor) - 21.11-10 -- sync patches from 22.03. - -* Wed Mar 23 2022 Min Hu(Connor) - 21.11-9 -- fix adding examples app. - -* Mon Mar 14 2022 Min Hu(Connor) - 21.11-8 -- add examples app. - -* Wed Feb 09 2022 Min Hu(Connor) - 21.11-7 -- sync patches from upstreaming branch. - -* Thu Jan 27 2022 Min Hu(Connor) - 21.11-6 -- fix key bugfixes for hns3 PMD. - -* Fri Jan 14 2022 wuchangsheng - 21.11-5 -- fix master thread not set affinity - -* Wed Jan 12 2022 jiangheng - 21.11-4 -- modify location of header and library Files - -* Mon Jan 10 2022 jiangheng - 21.11-3 -- add /usr/lib64/dpdk/*, here are some so files -- put lib file and header file in the same directory for third-party lib compile - -* Sat Dec 25 2021 wuchangsheng - 21.11-2 -- remove redundant file in rpm -- add gazelle support - -* Fri Dec 17 2021 jiangheng - 21.11-1 -- update to 21.11 - -* Sat Dec 11 2021 Min Hu - 20.11-17 -- Fix execution failure to add DLB to usertools/dpdk-devbind.py - -* Fri Dec 10 2021 Min Hu - 20.11-16 -- del doc package - -* Fri Nov 12 2021 Min Hu - 20.11-15 -- synchronize dmadev and refactor for hns3 PMD - -* Wed Nov 10 2021 Min Hu - 20.11-14 -- release flows left before port stop - -* Mon Nov 08 2021 Min Hu - 20.11-13 -- fix PMD cannot get the RSS key. - -* Mon Nov 01 2021 Min Hu - 20.11-12 -- synchronize dmadev and hns3 bugfixes from upstream - -* Mon Sep 13 2021 chenchen - 20.11-11 -- del rpath from some binaries and bin -- add debug package to strip -- add "-fstack-protector-strong" for binaries and bin - -* Mon Sep 13 2021 Min Hu - 20.11-10 -- add bugfixes for hns3 PMD - -* Tue Aug 31 2021 Min Hu - 20.11-9 -- support link up/down for PF in hns3 PMD - -* Thu Jul 29 2021 Min Hu - 20.11-8 -- add lib and testpmd functions to sync upstream - -* Tue Jul 27 2021 Min Hu - 20.11-7 -- add bugfixes for hns3 PMD and sync upstream - -* Mon Jul 19 2021 Min Hu - 20.11-6 -- keep in accordance with dpdk 19.11 version package arrangement - -* Tue Jul 13 2021 huangliming - 20.11-5 -- remove redundant README files - -* Mon Jul 12 2021 chenjian - 20.11-4 -- move /usr/local/share/dpdk/* to devel -- add doc files - -* Mon Jul 12 2021 huangliming - 20.11-3 -- change the patch installation to autosetup - -* Fri Jul 02 2021 huangliming - 20.11-2 -- add uname-build-checks BuildRequires - -* Mon Jun 21 2021 Min Hu - 20.11-1 -- support hns3 PMD for Kunpeng 920 and Kunpeng 930 - -* Wed Jun 16 2021 openEuler dpdk version-release --first package +chrpath -d . \ No newline at end of file