add rte_eth_bond_link_monitoring_get in map

(cherry picked from commit 78109146395283d72976c9c0c5c98371ea6676d7)
This commit is contained in:
zhangmengxuan 2024-03-29 10:50:25 +08:00 committed by openeuler-sync-bot
parent 6f8de3c6ed
commit 2f1fd6733a
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From ab11f5878eadb54f20eece8b3031e0abba10c3ab Mon Sep 17 00:00:00 2001
From: zhangmengxuan <zhangmengxuan@kylinos.cn>
Date: Fri, 29 Mar 2024 10:36:11 +0800
Subject: [PATCH] add rte_eth_bond_link_monitoring_get in map
---
drivers/net/bonding/version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/bonding/version.map b/drivers/net/bonding/version.map
index 09ee21c..d790d28 100644
--- a/drivers/net/bonding/version.map
+++ b/drivers/net/bonding/version.map
@@ -15,6 +15,7 @@ DPDK_24 {
rte_eth_bond_create;
rte_eth_bond_free;
rte_eth_bond_link_monitoring_set;
+ rte_eth_bond_link_monitoring_get;
rte_eth_bond_mac_address_reset;
rte_eth_bond_mac_address_set;
rte_eth_bond_mode_get;
--
2.33.0

View File

@ -10,7 +10,7 @@
Name: dpdk Name: dpdk
Version: 23.11 Version: 23.11
Release: 6 Release: 7
URL: http://dpdk.org URL: http://dpdk.org
Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz Source: https://fast.dpdk.org/rel/dpdk-%{version}.tar.xz
@ -48,6 +48,7 @@ Patch6027: 0027-net-hns3-fix-reset-level-comparison.patch
Patch6028: 0028-net-hns3-remove-QinQ-insert-support-for-VF.patch Patch6028: 0028-net-hns3-remove-QinQ-insert-support-for-VF.patch
Patch6029: 0029-net-hns3-support-power-monitor.patch Patch6029: 0029-net-hns3-support-power-monitor.patch
Patch6030: 0030-app-testpmd-fix-crash-in-multi-process-forwarding.patch Patch6030: 0030-app-testpmd-fix-crash-in-multi-process-forwarding.patch
Patch6031: 0031-add-rte_eth_bond_link_monitoring_get-in-map.patch
BuildRequires: meson BuildRequires: meson
BuildRequires: python3-pyelftools BuildRequires: python3-pyelftools
@ -215,6 +216,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko
%endif %endif
%changelog %changelog
* Fri Mar 29 2024 zhangmengxuan <zhangmengxuan@kylino.cn> - 23.11-7
Add add-rte_eth_bond_link_monitoring_get API in map
* Tue Mar 5 2024 huangdengdui <huangdengui@huawei.com> - 23.11-6 * Tue Mar 5 2024 huangdengdui <huangdengui@huawei.com> - 23.11-6
Sync some patches for hns3 about refactor mailbox, add new API for RSS, Sync some patches for hns3 about refactor mailbox, add new API for RSS,
support power monitor and some bugfix, modifies are as follow: support power monitor and some bugfix, modifies are as follow: