Re: [PATCH v3 2/2] eal: remove experimental tag from user mbuf pool ops func
From: Thomas Monjalon <hidden>
Date: 2018-08-08 22:46:53
From: Thomas Monjalon <hidden>
Date: 2018-08-08 22:46:53
07/08/2018 23:34, Olivier Matz:
From: Olivier Matz <redacted> Remove experimental tag from rte_eal_mbuf_user_pool_ops(). Signed-off-by: Olivier Matz <redacted> Acked-by: Santosh Shukla <redacted> ------ a/lib/librte_eal/rte_eal_version.map +++ b/lib/librte_eal/rte_eal_version.map@@ -261,6 +261,12 @@ DPDK_18.08 { } DPDK_18.05; +DPDK_18.08 { + global: + + rte_eal_mbuf_user_pool_ops; +} DPDK_18.05; +
There is already a section DPDK_18.08 so I moved the function there. Series applied with above fix, thanks