DPDK CI discussions
 help / color / mirror / Atom feed
From: Ali Alnubani <alialnu@mellanox.com>
To: David Marchand <david.marchand@redhat.com>
Cc: "ci@dpdk.org" <ci@dpdk.org>, Thomas Monjalon <thomas@monjalon.net>
Subject: Re: [dpdk-ci] [PATCH] tools: fix tree detection for "unmaintained" files
Date: Tue, 7 Jan 2020 10:08:21 +0000	[thread overview]
Message-ID: <AM0PR05MB4401E8915DE79B894B5DBB66D73F0@AM0PR05MB4401.eurprd05.prod.outlook.com> (raw)
In-Reply-To: <34761032.2A8e1yFmEb@xps>

Hi David,
Thanks for the fix.

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Tuesday, January 7, 2020 12:29 AM
> To: David Marchand <david.marchand@redhat.com>
> Cc: ci@dpdk.org; Ali Alnubani <alialnu@mellanox.com>
> Subject: Re: [PATCH] tools: fix tree detection for "unmaintained" files
> 
> 06/01/2020 12:15, David Marchand:
> > Implicitly, if a file has no official maintainer / tree, it is in the
> > end maintained in the master branch.
> >
> > This problem has been seen while looking at test failures reported on
> > the series
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatch
> work.dpdk.org%2Fproject%2Fdpdk%2Flist%2F%3Fseries%3D7981&amp;data
> =02%7C01%7Calialnu%40mellanox.com%7C973da6c13b094a514bc008d792f7d
> 986%7Ca652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C63713946551617
> 2792&amp;sdata=US%2FBhk2huEVZDPXCUTqgwKNqqMJFuL7oxd049pXKLe
> M%3D&amp;reserved=0.
> >
> > This series mixes changes in ethdev, net/tap and EAL, and thus should
> > go through the main repository.
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > ---
> > -            if _tree:
> > -                tree_list.append(_tree)
> > +            # No identified tree for a file means that it should go through
> > +            # the main repository.
> > +            if not _tree:
> > +                _tree = 'dpdk'
> > +            tree_list.append(_tree)
> 
> It looks good to me.
> This is the expected behaviour but it seems the case was forgotten when
> writing this function.
> 
> Waiting for the review/ack from Ali before merging.
> Thanks
> 

Acked-by: Ali Alnubani <alialnu@mellanox.com>

Thanks,
Ali

  reply	other threads:[~2020-01-07 10:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 11:15 David Marchand
2020-01-06 22:28 ` Thomas Monjalon
2020-01-07 10:08   ` Ali Alnubani [this message]
2020-01-07 18:11     ` Thomas Monjalon

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=AM0PR05MB4401E8915DE79B894B5DBB66D73F0@AM0PR05MB4401.eurprd05.prod.outlook.com \
    --to=alialnu@mellanox.com \
    --cc=ci@dpdk.org \
    --cc=david.marchand@redhat.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).