On Fri, 16 Jul 2021 15:27:59 +0100
Ferruh Yigit <[email protected]> wrote:
> @@ -271,6 +319,10 @@ static const struct eth_dev_ops
> virtual_ethdev_default_dev_ops = {
> .dev_stop = virtual_ethdev_stop,
> .dev_close = virtual_ethdev_close,
> .dev_infos_get = virtual_ethdev_info_get,
> + .rx_queue_start = virtual_ethdev_rx_queue_start,
> + .tx_queue_start = virtual_ethdev_tx_queue_start,
> + .rx_queue_stop = virtual_ethdev_rx_queue_stop,
> + .tx_queue_stop = virtual_ethdev_tx_queue_stop,
This part of the patch needs to be rebased, driver now has other bits.