diff --git a/0093-net-hns3-fix-unrelease-some-resources-on-reset-case.patch b/0093-net-hns3-fix-unrelease-some-resources-on-reset-case.patch index b0942dea49ecf410a4f1e476e175d55d8206ca65..247be452d97f8c596819c6962466acd42f13f9ea 100644 --- a/0093-net-hns3-fix-unrelease-some-resources-on-reset-case.patch +++ b/0093-net-hns3-fix-unrelease-some-resources-on-reset-case.patch @@ -24,7 +24,7 @@ index 032d5b6..d324a37 100644 struct hns3_hw *hw = &hns->hw; PMD_INIT_FUNC_TRACE(); -+ if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) == 0) { ++ if (__atomic_load_n(&hw->reset.resetting, __ATOMIC_RELAXED) != 0) { + hns3_warn(hw, "device is resetting, stop operation is not allowed."); + return -EBUSY; + } diff --git a/dpdk.spec b/dpdk.spec index 216c33a8afcb9f7ee51e5b9df6c3da76622cf98d..dbceaedd63a72417e12a5f17ced95fa549bddcc7 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -11,7 +11,7 @@ Name: dpdk Version: 23.11 -Release: 30 +Release: 31 URL: http://dpdk.org Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz @@ -328,6 +328,9 @@ fi /usr/sbin/depmod %changelog +* 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: