[PATCH v2] net/netvsc: add support for mtu_set

Stephen Hemminger stephen at networkplumber.org
Fri Oct 6 22:22:34 CEST 2023


On Fri, 6 Oct 2023 20:09:09 +0000
Sam Andrew <samandrew at microsoft.com> wrote:

> +
> +	if (dev->data->dev_started) {
> +		PMD_DRV_LOG(ERR, "Device must be stopped before changing MTU");
> +		return -EIO;
> +	}
> +

According to rte_ethdev.h this should -EBUSY


More information about the dev mailing list