!553 [sync] PR-538: 添加rte_eth_bond_link_monitoring_get至version.map中,使其全局可见

From: @openeuler-sync-bot 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
This commit is contained in:
openeuler-ci-bot 2024-04-12 09:04:45 +00:00 committed by Gitee
commit c68caed3aa
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Version: 23.11
Release: 6
Release: 7
URL: http://dpdk.org
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
Patch6029: 0029-net-hns3-support-power-monitor.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: python3-pyelftools
@ -215,6 +216,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko
%endif
%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
Sync some patches for hns3 about refactor mailbox, add new API for RSS,
support power monitor and some bugfix, modifies are as follow: