[dpdk-dev] [PATCH v2] ethdev: check if queue setupped in queue-related APIs

Stephen Hemminger stephen at networkplumber.org
Mon Oct 12 08:29:25 CEST 2020


On Mon, 12 Oct 2020 11:19:07 +0800
"Wei Hu (Xavier)" <huwei013 at chinasoftinc.com> wrote:

> +		RTE_ETHDEV_LOG(ERR,
> +			       "Queue %u of device with port_id=%u has not been"
> +			       " setup\n", rx_queue_id, port_id);

Please do not break lines in format strings.
If checkpatch complains (which it shouldn't) ignore the warning.


More information about the dev mailing list