All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yucong Sun <fallentree@fb.com>
To: Daniel Borkmann <daniel@iogearbox.net>,
	"bpf@vger.kernel.org" <bpf@vger.kernel.org>
Cc: "andrii@kernel.org" <andrii@kernel.org>,
	"sunyucong@gmail.com" <sunyucong@gmail.com>
Subject: Re: [PATCH bpf-next 4/5] Display test number when listing test names
Date: Tue, 10 Aug 2021 00:16:15 +0000	[thread overview]
Message-ID: <B8181A09-AD7A-4A1F-A972-A3ADE3C60686@fb.com> (raw)
In-Reply-To: <9d7cf6ad-00ee-0ad0-99c9-04eb8ef4896c@iogearbox.net>

Thanks, I re-generated the patch series with a cover letter, also added more description to each patch, PTAL.

Cheers.

On 8/9/21, 4:55 PM, "Daniel Borkmann" <daniel@iogearbox.net> wrote:

    Hi Yucong,

    thanks for your patches!

    On 8/10/21 1:36 AM, Yucong Sun wrote:
    > ---

    Please make sure all of your patches have proper Signed-off-by and at least a
    minimal commit message (instead of empty one).

    Thanks,
    Daniel

    >   tools/testing/selftests/bpf/test_progs.c | 3 ++-
    >   1 file changed, 2 insertions(+), 1 deletion(-)
    > 
    > diff --git a/tools/testing/selftests/bpf/test_progs.c b/tools/testing/selftests/bpf/test_progs.c
    > index 82d012671552..5cc808992b00 100644
    > --- a/tools/testing/selftests/bpf/test_progs.c
    > +++ b/tools/testing/selftests/bpf/test_progs.c
    > @@ -867,7 +867,8 @@ int main(int argc, char **argv)
    >   		}
    >   
    >   		if (env.list_test_names) {
    > -			fprintf(env.stdout, "%s\n", test->test_name);
    > +			fprintf(env.stdout, "# %d %s\n",
    > +				test->test_num, test->test_name);
    >   			env.succ_cnt++;
    >   			continue;
    >   		}
    > 



  reply	other threads:[~2021-08-10  0:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09 23:36 [PATCH bpf-next 1/5] Skip loading bpf_testmod when using -l to list tests Yucong Sun
2021-08-09 23:36 ` [PATCH bpf-next 2/5] Support glob matching for test selector Yucong Sun
2021-08-09 23:36 ` [PATCH bpf-next 3/5] Correctly display subtest skip status Yucong Sun
2021-08-09 23:36 ` [PATCH bpf-next 4/5] Display test number when listing test names Yucong Sun
2021-08-09 23:55   ` Daniel Borkmann
2021-08-10  0:16     ` Yucong Sun [this message]
2021-08-09 23:36 ` [PATCH bpf-next 5/5] Record all failed tests and output after the summary line Yucong Sun

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=B8181A09-AD7A-4A1F-A972-A3ADE3C60686@fb.com \
    --to=fallentree@fb.com \
    --cc=andrii@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=sunyucong@gmail.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.