From: "Medvedkin, Vladimir" <vladimir.medvedkin@intel.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: <dev@dpdk.org>, <stable@dpdk.org>,
Yipeng Wang <yipeng1.wang@intel.com>,
Sameh Gobriel <sameh.gobriel@intel.com>,
Bruce Richardson <bruce.richardson@intel.com>
Subject: Re: [PATCH 2/2] test/hash: fix coverity warning
Date: Thu, 3 Nov 2022 18:52:34 +0000 [thread overview]
Message-ID: <fff4b7fa-005b-abb2-99e5-f6508c2335ee@intel.com> (raw)
In-Reply-To: <20221103113300.29d85c26@hermes.local>
Hi Stephen,
On 03/11/2022 18:33, Stephen Hemminger wrote:
> On Thu, 3 Nov 2022 18:13:38 +0000
> Vladimir Medvedkin <vladimir.medvedkin@intel.com> wrote:
>
>> + if (ret != 0) {
>> + printf("rte_hash_lookup_with_hash_bulk"
>> + " failed with %d\n", ret);
>> + return -1;
>> + }
> It makes it harder to search for error messages when they are split.
> Ignore any checkpatch warnings about this.
Will fix, thanks!
>
> Also, shouldn't test failures be printed on stderr rather than stdout?
It seems that most of the tests print on stdout.
--
Regards,
Vladimir
next prev parent reply other threads:[~2022-11-03 18:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-03 18:13 [PATCH 2/2] test/hash: fix coverity warning Vladimir Medvedkin
2022-11-03 18:33 ` Stephen Hemminger
2022-11-03 18:52 ` Medvedkin, Vladimir [this message]
2022-11-03 18:52 ` [PATCH v2] " Vladimir Medvedkin
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=fff4b7fa-005b-abb2-99e5-f6508c2335ee@intel.com \
--to=vladimir.medvedkin@intel.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=sameh.gobriel@intel.com \
--cc=stable@dpdk.org \
--cc=stephen@networkplumber.org \
--cc=yipeng1.wang@intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.