Hi,
On Sat, 2 Aug 2025, Stephen Hemminger wrote:
On Thu, 31 Jul 2025 09:07:31 +0000
Morten Brørup <m...@smartsharesystems.com> wrote:
+ RTE_ETHDEV_LOG_LINE(DEBUG,
+ "Ethdev port_id=%d tx_queue_id=%d, Tx offload %s potential
conflict with per-port Tx offload %s, "
+ "runtime support depends on the driver",
Shorten the message, and get it on one line.
When a message is so long it won't fit on one line, it is too verbose.
I am not an expert in naming, but on the premise that 'ethdev' is already
printed by 'RTE_ETHDEV_LOG_LINE', perhaps consider this variant:
"id=%d txq=%d offload clash %s vs dev %s: PMD to decide"
Thank you.