On Wed, Sep 15, 2021 at 9:33 AM Ferruh Yigit <ferruh.yi...@intel.com> wrote: > > On 9/1/2021 2:48 PM, Kinsella, Ray wrote: > > > > > > On 01/09/2021 13:20, Jasvinder Singh wrote: > >> This API was introduced in 18.08, therefore removing > >> experimental tag to promote it to stable state. > >> > >> Signed-off-by: Jasvinder Singh <jasvinder.si...@intel.com> > >> --- > >> 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 <m...@ashroe.eu> > > > > 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