!543 add rte_eth_bond_link_monitoring_get in map
From: @yinbin6 Reviewed-by: @jiangheng12 Signed-off-by: @jiangheng12
This commit is contained in:
commit
e4f8bbb3d5
24
0419-add-rte_eth_bond_link_monitoring_get-in-map.patch
Normal file
24
0419-add-rte_eth_bond_link_monitoring_get-in-map.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From e3c4cd4a89b98f81d695919df67861d79b0db0dd Mon Sep 17 00:00:00 2001
|
||||||
|
From: zhangmengxuan <zhangmengxuan@kylinos.cn>
|
||||||
|
Date: Mon, 8 Apr 2024 17:58:55 +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 d7142c4..c707107 100644
|
||||||
|
--- a/drivers/net/bonding/version.map
|
||||||
|
+++ b/drivers/net/bonding/version.map
|
||||||
|
@@ -17,6 +17,7 @@ DPDK_22 {
|
||||||
|
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
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: dpdk
|
Name: dpdk
|
||||||
Version: 21.11
|
Version: 21.11
|
||||||
Release: 64
|
Release: 65
|
||||||
Packager: packaging@6wind.com
|
Packager: packaging@6wind.com
|
||||||
URL: http://dpdk.org
|
URL: http://dpdk.org
|
||||||
%global source_version 21.11
|
%global source_version 21.11
|
||||||
@ -450,6 +450,8 @@ Patch6416: 0416-net-hns3-fix-disable-command-with-firmware.patch
|
|||||||
Patch6417: 0417-net-hns3-fix-reset-level-comparison.patch
|
Patch6417: 0417-net-hns3-fix-reset-level-comparison.patch
|
||||||
Patch6418: 0418-net-hns3-don-t-support-QinQ-insert-for-VF.patch
|
Patch6418: 0418-net-hns3-don-t-support-QinQ-insert-for-VF.patch
|
||||||
|
|
||||||
|
Patch9024: 0419-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
|
||||||
@ -605,6 +607,9 @@ strip -g $RPM_BUILD_ROOT/lib/modules/%{kern_devel_ver}/extra/dpdk/igb_uio.ko
|
|||||||
/usr/sbin/depmod
|
/usr/sbin/depmod
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 8 2024 zhangmengxuan <zhangmengxuan@kylino.cn> - 21.11-65
|
||||||
|
Add add-rte_eth_bond_link_monitoring_get API in map
|
||||||
|
|
||||||
* Fri Feb 2 2024 peng.zou <peng.zou@shingroup.cn> - 21.11-64
|
* Fri Feb 2 2024 peng.zou <peng.zou@shingroup.cn> - 21.11-64
|
||||||
Add support for ppc64le
|
Add support for ppc64le
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user