[dpdk-dev] [RFC v2 7/8] test/virtual_pmd: support queue start/stop
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 22 23:11:50 CEST 2023
On Fri, 16 Jul 2021 15:27:59 +0100
Ferruh Yigit <ferruh.yigit at intel.com> 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.
More information about the dev
mailing list