[dpdk-dev] [RFC] ethdev: make offload name API non-experimental

Ferruh Yigit ferruh.yigit at intel.com
Fri Oct 26 16:47:04 CEST 2018


On 10/19/2018 6:35 PM, Stephen Hemminger wrote:
> The offload name functions are useful, but since they are
> marked experimental they can not be used by upstream projects.
> For example, VPP duplicates the same table in its code.
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

> +DPDK_18.11 {
> +	global:
> +
> +	rte_eth_dev_rx_offload_name;
> +	rte_eth_dev_tx_offload_name;
> +} DPDK_18.11;

DPDK_18.08, can be fixed while merging.


More information about the dev mailing list