!600 sync_patch_from_2003sp1
From: @yinbin6 Reviewed-by: @jiangheng12 Signed-off-by: @jiangheng12
This commit is contained in:
commit
04fd8a8a37
24
add-rte_eth_bond_link_monitoring_get-in-map.patch
Normal file
24
add-rte_eth_bond_link_monitoring_get-in-map.patch
Normal 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
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 19.11
|
Version: 19.11
|
||||||
Release: 33
|
Release: 34
|
||||||
Packager: packaging@6wind.com
|
Packager: packaging@6wind.com
|
||||||
URL: http://dpdk.org
|
URL: http://dpdk.org
|
||||||
%global source_version 19.11
|
%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
|
Patch6021: backport-fix-promiscuous-and-allmulticast-state.patch
|
||||||
Patch6022: backport-ethdev-add-API-to-get-device-configuration.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
|
Summary: Data Plane Development Kit core
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD and LGPLv2 and GPLv2
|
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
|
/usr/sbin/depmod
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 10 2023 wuchangye <wuchangye@huawei.com> - 19.11-33
|
||||||
- backport ethdev add API to get device configuration
|
- backport ethdev add API to get device configuration
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user