[dpdk-dev] [PATCH 4/8] net/bnxt: add support for rx_descriptor_done

Ferruh Yigit ferruh.yigit at intel.com
Tue Aug 29 18:11:41 CEST 2017


On 8/24/2017 5:29 PM, Ajit Khaparde wrote:
> add support for rx_descriptor_done dev_op
> Signed-off-by: Ajit Khaparde <ajit.khaparde at broadcom.com>

<...>

> @@ -1615,6 +1637,7 @@ static const struct eth_dev_ops bnxt_dev_ops = {
>  	.xstats_get_names_by_id = bnxt_dev_xstats_get_names_by_id_op,
>  	.rx_queue_count = bnxt_rx_queue_count_op,
>  	.rx_descriptor_status = bnxt_rx_descriptor_status_op,
> +	.rx_descriptor_done   = bnxt_rx_descriptor_done_op,

"rx_descriptor_status" is updated version of the "rx_descriptor_done".
Because "rx_descriptor_status" already implemented, this is not required.

>  };
>  
>  static bool bnxt_vf_pciid(uint16_t id)
> 



More information about the dev mailing list