On 8/24/2017 5:29 PM, Ajit Khaparde wrote:
> add support for rx_descriptor_done dev_op
> Signed-off-by: Ajit Khaparde <[email protected]>
<...>
> @@ -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)
>