[dpdk-dev] [PATCH v2] eventdev: add experimental tag back
Jerin Jacob Kollanukkaran
jerinj at marvell.com
Wed Apr 24 20:27:37 CEST 2019
> -----Original Message-----
> From: Nikhil Rao <nikhil.rao at intel.com>
> Sent: Wednesday, April 24, 2019 11:04 PM
> To: thomas at monjalon.net
> Cc: dev at dpdk.org; Nikhil Rao <nikhil.rao at intel.com>; Jerin Jacob Kollanukkaran
> <jerinj at marvell.com>
> Subject: [EXT] [PATCH v2] eventdev: add experimental tag back
> Add the experimental tag back to the Rx event adapter callback and the Rx event
> callback register functions due to API change to be proposed in a future patch.
>
> This patch also adds the experimental tag in the callback register function
> definition and adds the function to the EXPERIMENTAL section of the map file,
> these were missing previously.
>
> Fixes: 80bdf91dc8ee ("eventdev: promote adapter functions as stable")
> Cc: jerinj at marvell.com
>
> Signed-off-by: Nikhil Rao <nikhil.rao at intel.com>
> ---
--- a/lib/librte_eventdev/rte_eventdev_version.map
> +++ b/lib/librte_eventdev/rte_eventdev_version.map
> @@ -124,3 +124,9 @@ DPDK_19.05 {
> rte_event_timer_arm_tmo_tick_burst;
> rte_event_timer_cancel_burst;
> } DPDK_18.05;
The rte_event_eth_rx_adapter_cb_register symbol is present in DPDK_19.05 section too.
Please remove duplicate symbol.
With above fix:
Acked-by: Jerin Jacob <jerinj at marvell.com>
> +
> +EXPERIMENTAL {
> + global:
> +
> + rte_event_eth_rx_adapter_cb_register;
> +};
> --
> 1.8.3.1
More information about the dev
mailing list