DPDK patches and discussions
 help / color / mirror / Atom feed
* facing _apply patch failure_ warning
@ 2022-09-26  7:54 Naga Harish K, S V
  2022-09-26  8:05 ` David Marchand
  0 siblings, 1 reply; 4+ messages in thread
From: Naga Harish K, S V @ 2022-09-26  7:54 UTC (permalink / raw)
  To: aconole, ahassick; +Cc: Jayatheerthan, Jay, Jerin Jacob, dev

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

Hi,

  I am facing _apply patch failure_ warning for one of my patchsets as below.



https://lab.dpdk.org/results/dashboard/patchsets/23622/



http://mails.dpdk.org/archives/test-report/2022-September/309233.html



Looks like the patch is being applied for dpdk branch, but the patchset is for "dpdk-next-eventdev" branch.



Can you help in applying the patch to correct branch (dpdk-next-eventdev)?



-Harish


[-- Attachment #2: Type: text/html, Size: 3484 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: facing _apply patch failure_ warning
  2022-09-26  7:54 facing _apply patch failure_ warning Naga Harish K, S V
@ 2022-09-26  8:05 ` David Marchand
  2022-09-27  9:06   ` Naga Harish K, S V
  0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2022-09-26  8:05 UTC (permalink / raw)
  To: Naga Harish K, S V
  Cc: aconole, ahassick, Jayatheerthan, Jay, Jerin Jacob, dev

On Mon, Sep 26, 2022 at 9:54 AM Naga Harish K, S V
<s.v.naga.harish.k@intel.com> wrote:
>   I am facing _apply patch failure_ warning for one of my patchsets as below.
>
> https://lab.dpdk.org/results/dashboard/patchsets/23622/
>
> http://mails.dpdk.org/archives/test-report/2022-September/309233.html
>
> Looks like the patch is being applied for dpdk branch, but the patchset is for “dpdk-next-eventdev” branch.

Testing locally, the script seems to correctly identify the branch:
$ ./tools/pw_maintainers_cli.py --pw-server
https://patchwork.dpdk.org/api/1.2 --pw-project dpdk --pw-token XXX
list-trees --type series 24817
dpdk-next-eventdev

Not sure what went wrong.

>
> Can you help in applying the patch to correct branch (dpdk-next-eventdev)?

I manually triggered a test of this patch against this branch.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: facing _apply patch failure_ warning
  2022-09-26  8:05 ` David Marchand
@ 2022-09-27  9:06   ` Naga Harish K, S V
  2022-09-27  9:19     ` David Marchand
  0 siblings, 1 reply; 4+ messages in thread
From: Naga Harish K, S V @ 2022-09-27  9:06 UTC (permalink / raw)
  To: David Marchand; +Cc: aconole, ahassick, Jayatheerthan, Jay, Jerin Jacob, dev

Hi David,
   Thanks for triggering test.
The "_apply patch failure_" warning still shows for the patch. Is this fine?

-Harish

> -----Original Message-----
> From: David Marchand <david.marchand@redhat.com>
> Sent: Monday, September 26, 2022 1:35 PM
> To: Naga Harish K, S V <s.v.naga.harish.k@intel.com>
> Cc: aconole@redhat.com; ahassick@iol.unh.edu; Jayatheerthan, Jay
> <jay.jayatheerthan@intel.com>; Jerin Jacob <jerinjacobk@gmail.com>;
> dev@dpdk.org
> Subject: Re: facing _apply patch failure_ warning
> 
> On Mon, Sep 26, 2022 at 9:54 AM Naga Harish K, S V
> <s.v.naga.harish.k@intel.com> wrote:
> >   I am facing _apply patch failure_ warning for one of my patchsets as
> below.
> >
> > https://lab.dpdk.org/results/dashboard/patchsets/23622/
> >
> > http://mails.dpdk.org/archives/test-report/2022-September/309233.html
> >
> > Looks like the patch is being applied for dpdk branch, but the patchset is for
> “dpdk-next-eventdev” branch.
> 
> Testing locally, the script seems to correctly identify the branch:
> $ ./tools/pw_maintainers_cli.py --pw-server
> https://patchwork.dpdk.org/api/1.2 --pw-project dpdk --pw-token XXX list-
> trees --type series 24817 dpdk-next-eventdev
> 
> Not sure what went wrong.
> 
> >
> > Can you help in applying the patch to correct branch (dpdk-next-
> eventdev)?
> 
> I manually triggered a test of this patch against this branch.
> 
> 
> --
> David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: facing _apply patch failure_ warning
  2022-09-27  9:06   ` Naga Harish K, S V
@ 2022-09-27  9:19     ` David Marchand
  0 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2022-09-27  9:19 UTC (permalink / raw)
  To: Naga Harish K, S V, dpdklab
  Cc: aconole, ahassick, Jayatheerthan, Jay, Jerin Jacob, dev, ci

Hello,

Please, don't top post, I reordered your reply to keep the context in
a logical order.

On Tue, Sep 27, 2022 at 11:06 AM Naga Harish K, S V
<s.v.naga.harish.k@intel.com> wrote:
> > From: David Marchand <david.marchand@redhat.com>
> > On Mon, Sep 26, 2022 at 9:54 AM Naga Harish K, S V
> > >   I am facing _apply patch failure_ warning for one of my patchsets as
> > below.
> > >
> > > https://lab.dpdk.org/results/dashboard/patchsets/23622/
> > >
> > > http://mails.dpdk.org/archives/test-report/2022-September/309233.html
> > >
> > > Looks like the patch is being applied for dpdk branch, but the patchset is for
> > “dpdk-next-eventdev” branch.
> >
> > Testing locally, the script seems to correctly identify the branch:
> > $ ./tools/pw_maintainers_cli.py --pw-server
> > https://patchwork.dpdk.org/api/1.2 --pw-project dpdk --pw-token XXX list-
> > trees --type series 24817 dpdk-next-eventdev
> >
> > Not sure what went wrong.
> >
> > >
> > > Can you help in applying the patch to correct branch (dpdk-next-
> > eventdev)?
> >
> > I manually triggered a test of this patch against this branch.
>
> Hi David,
>    Thanks for triggering test.
> The "_apply patch failure_" warning still shows for the patch. Is this fine?

I guess the UNH CI does not send a report clearing a previous error.
This might be something to fix (ping @UNH, low priority in any case).

In any case, this warning is not a reason to block your patch.


-- 
David Marchand


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-09-27  9:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26  7:54 facing _apply patch failure_ warning Naga Harish K, S V
2022-09-26  8:05 ` David Marchand
2022-09-27  9:06   ` Naga Harish K, S V
2022-09-27  9:19     ` David Marchand

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).