[dpdk-dev] [PATCH v6 1/7] bbdev: renaming non-generic LTE specific structure

Thomas Monjalon thomas at monjalon.net
Sun Jul 7 10:43:39 CEST 2019


03/07/2019 17:24, Nicolas Chautru:
> Renaming of the enums and structure which were LTE specific to
> allow for extension and support for 5GNR operations.
> 
> Signed-off-by: Nicolas Chautru <nicolas.chautru at intel.com>
> Acked-by: Amr Mokhtar <amr.mokhtar at intel.com>
> ---
> -	struct rte_bbdev_op_dec_cb_params *cb = NULL;
> -	struct rte_bbdev_op_dec_tb_params *tb = NULL;
> +	struct rte_bbdev_op_dec_turbo_cb_params *cb = NULL;
> +	struct rte_bbdev_op_dec_turbo_tb_params *tb = NULL;

These structs are renamed only in the next patch.
I will fix.




More information about the dev mailing list