sync_patch_from_2003sp1

This commit is contained in:
yinbin6 2024-06-21 09:57:35 +08:00
parent 936bdc75e3
commit e861ca28db
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From dfc251115ff328c6bd3c92299a8f638cc0546993 Mon Sep 17 00:00:00 2001
From: zhangmengxuan <zhangmengxuan@kylinos.cn>
Date: Mon, 8 Apr 2024 20:32:50 +0800
Subject: [PATCH] add rte_eth_bond_link_monitoring_get in map
---
drivers/net/bonding/rte_pmd_bond_version.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/bonding/rte_pmd_bond_version.map b/drivers/net/bonding/rte_pmd_bond_version.map
index 270c7d5..639ced0 100644
--- a/drivers/net/bonding/rte_pmd_bond_version.map
+++ b/drivers/net/bonding/rte_pmd_bond_version.map
@@ -17,6 +17,7 @@ DPDK_20.0 {
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.27.0

View File

@ -1,6 +1,6 @@
Name: dpdk
Version: 19.11
Release: 33
Release: 34
Packager: packaging@6wind.com
URL: http://dpdk.org
%global source_version 19.11
@ -76,6 +76,8 @@ Patch6020: backport-fix-LACP-system-address-check.patch
Patch6021: backport-fix-promiscuous-and-allmulticast-state.patch
Patch6022: backport-ethdev-add-API-to-get-device-configuration.patch
Patch9003: add-rte_eth_bond_link_monitoring_get-in-map.patch
Summary: Data Plane Development Kit core
Group: System Environment/Libraries
License: BSD and LGPLv2 and GPLv2
@ -240,6 +242,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/${namer}/extra/dpdk/rte_kni.ko
/usr/sbin/depmod
%changelog
* Mon Apr 8 2024 zhangmengxuan <zhangmengxuan@kylino.cn> - 19.11-34
Add add-rte_eth_bond_link_monitoring_get API in map
* Sun Dec 10 2023 wuchangye <wuchangye@huawei.com> - 19.11-33
- backport ethdev add API to get device configuration