[dpdk-dev] [PATCH v5] ethdev: add sanity checks in control APIs

Stephen Hemminger stephen at networkplumber.org
Fri Apr 16 18:19:34 CEST 2021


On Thu, 15 Apr 2021 16:38:16 +0100
Ferruh Yigit <ferruh.yigit at intel.com> wrote:

> When the line is long, can you break the message part to next line, to reduce 
> the length at least a few columns, like:
> 
> RTE_ETHDEV_LOG(ERR,
> 	"Failed to setup ethdev port %u Rx hairpin queue to NULL\n",
> 	port_id);
> 
> Same for all long messages.

Why does message have to be so long?
   "Port %u failed: NULL Rx hairpin queue"


More information about the dev mailing list