From: Stephen Hemminger <stephen@networkplumber.org>
To: David Marchand <david.marchand@redhat.com>
Cc: dev@dpdk.org, Thomas Monjalon <thomas@monjalon.net>,
Ferruh Yigit <ferruh.yigit@amd.com>,
Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Subject: Re: [PATCH] ethdev: prefer offload names in logs
Date: Thu, 9 Mar 2023 08:21:11 -0800 [thread overview]
Message-ID: <20230309082111.565105bf@hermes.local> (raw)
In-Reply-To: <20230309081633.780438-1-david.marchand@redhat.com>
On Thu, 9 Mar 2023 09:16:33 +0100
David Marchand <david.marchand@redhat.com> wrote:
> + RTE_ETHDEV_LOG(ERR, "Ethdev port_id=%u requested Rx offloads '%s' in %s(). "
> + "Device supports '%s' Rx offloads but does not support '%s'.\n",
> + port_id, requested != NULL ? requested : "N/A", __func__,
> + available != NULL ? available : "N/A",
> + unavailable != NULL ? unavailable : "N/A");
> + free(requested);
Please shorten message and make sure it does not cross line boundaries.
Best to allow users to do simple search for message.
next prev parent reply other threads:[~2023-03-09 16:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 8:16 David Marchand
2023-03-09 16:21 ` Stephen Hemminger [this message]
2023-05-17 14:52 ` Ferruh Yigit
2023-06-13 13:07 ` David Marchand
2023-05-17 14:52 ` Ferruh Yigit
2023-06-13 13:24 ` [PATCH v2] " David Marchand
2023-06-13 16:37 ` Ferruh Yigit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230309082111.565105bf@hermes.local \
--to=stephen@networkplumber.org \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@amd.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).