Re: [PATCH] net/bonding: make bonding functions stable

2024-10-29 Thread Lukáš Šišmiš
Sorry for multiple patch request versions, I am going to make a new one as per your suggestions. Thanks! Lukas On 29. 10. 24 18:36, Stephen Hemminger wrote: On Tue, 29 Oct 2024 16:41:13 +0100 Lukas Sismis wrote: diff --git a/drivers/net/bonding/version.map b/drivers/net/bonding/version.map

[PATCH] net/bonding: make bonding functions stable

2024-10-29 Thread Lukas Sismis
Remove rte_experimental macros from the stable functions as they have been part of the stable API since 23.11. Signed-off-by: Lukas Sismis --- drivers/net/bonding/rte_eth_bond.h| 4 drivers/net/bonding/rte_eth_bond_8023ad.h | 1 - drivers/net/bonding/version.map | 10 ---

[PATCH] net/bonding: make bonding functions stable

2024-10-29 Thread Lukas Sismis
Remove rte_experimental macros from the stable functions as they have been part of the stable API since 22.11. Signed-off-by: Lukas Sismis --- drivers/net/bonding/rte_eth_bond.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/bonding/rte_eth_bond.h b/drivers/net/bonding/rte_e