On 10/6/21 11:51 AM, Ferruh Yigit wrote:
> On 9/28/2021 4:48 PM, Andrew Rybchenko wrote:
>> diff --git a/drivers/net/virtio/virtio_ethdev.c
>> b/drivers/net/virtio/virtio_ethdev.c
>> index da1633d77e..c82089930f 100644
>> --- a/drivers/net/virtio/virtio_ethdev.c
>> +++ b/drivers/net/virtio/virtio_ethdev.c
>> @@ -1894,7 +1894,6 @@ eth_virtio_dev_init(struct rte_eth_dev *eth_dev)
>>       }
>>         eth_dev->dev_ops = &virtio_eth_dev_ops;
>> -    eth_dev->rx_descriptor_done = virtio_dev_rx_queue_done;
> 
> Checking twice, should 'virtio_dev_rx_queue_done()' declaration and
> definition be removed?
> It seems there is no user of the function except here.

Yes, I lost it from my view.

Reply via email to