On Wed, 23 Apr 2025 15:28:07 +0300 Viacheslav Ovsiienko <viachesl...@nvidia.com> wrote:
> + DRV_LOG(WARNING, > + "tso header inline requirements (%u) are not satisfied > (%u) on port %u," > + " the Tx queue capacity (%d) may not be guaranteed", > + MLX5_MAX_TSO_HEADER, max_inline, > priv->dev_data->port_id, desc); If your messages are so long they can't fit on a single line, then they are too wordy. Please be more terse.