[v1 02/12] net/enetc: Add RX and TX queue APIs for ENETC4 PMD
Stephen Hemminger
stephen at networkplumber.org
Wed Oct 15 23:43:57 CEST 2025
On Thu, 9 Oct 2025 16:46:23 +0530
vanshika.shukla at nxp.com wrote:
> @@ -190,6 +583,14 @@ static const struct eth_dev_ops enetc4_ops = {
> .dev_stop = enetc4_dev_stop,
> .dev_close = enetc4_dev_close,
> .dev_infos_get = enetc4_dev_infos_get,
> + .rx_queue_setup = enetc4_rx_queue_setup,
> + .rx_queue_start = enetc4_rx_queue_start,
> + .rx_queue_stop = enetc4_rx_queue_stop,
> + .rx_queue_release = enetc4_rx_queue_release,
> + .tx_queue_setup = enetc4_tx_queue_setup,
> + .tx_queue_start = enetc4_tx_queue_start,
> + .tx_queue_stop = enetc4_tx_queue_stop,
> + .tx_queue_release = enetc4_tx_queue_release,
> };
Would be helpful if driver supported rxq_info_get and txq_info_get.
More information about the dev
mailing list