On Wed, Sep 15, 2021 at 9:33 AM Ferruh Yigit [off-list ref] wrote:
On 9/1/2021 2:48 PM, Kinsella, Ray wrote:
quoted
On 01/09/2021 13:20, Jasvinder Singh wrote:
quoted
This API was introduced in 18.08, therefore removing
experimental tag to promote it to stable state.
Signed-off-by: Jasvinder Singh <redacted>
---
drivers/net/softnic/rte_eth_softnic.h | 1 -
drivers/net/softnic/version.map | 7 +------
2 files changed, 1 insertion(+), 7 deletions(-)
Acked-by: Ray Kinsella <redacted>
Applied to dpdk-next-net/main, thanks.
Nit:
diff --git a/drivers/net/softnic/version.map b/drivers/net/softnic/version.map
index cd5afcf155..01e1514276 100644
--- a/drivers/net/softnic/version.map
+++ b/drivers/net/softnic/version.map
@@ -1,8 +1,8 @@
DPDK_22 {
global:
- rte_pmd_softnic_run;
rte_pmd_softnic_manage;
+ rte_pmd_softnic_run;
local: *;
};
When merging patches touching .map, I recommend running:
./devtools/update-abi.sh 22.0
--
David Marchand