automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: [dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications
Date: Tue, 26 Oct 2021 15:59:12 +0000 (UTC)	[thread overview]
Message-ID: <20211026155912.D2A3D6045A@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

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

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/102935

_apply patch failure_

Submitter: David Marchand <david.marchand@redhat.com>
Date: Tuesday, October 26 2021 14:58:51 
Applied on: CommitID:6c390cee976e33b1e9d8562d32c9d3ebe5d9ce94
Apply patch set 102935 failed:

Checking patch app/test-pmd/testpmd.c...
error: while searching for:
 nb_rx_q, uint16_t nb_tx_q,
static int
eth_dev_start_mp(uint16_t port_id)
{
       if (is_proc_primary())
               return rte_eth_dev_start(port_id);


error: patch failed: app/test-pmd/testpmd.c:610
Checking patch lib/ethdev/ethdev_private.c...
Applying patch app/test-pmd/testpmd.c with 1 reject...
Rejected hunk #1.
Applied patch lib/ethdev/ethdev_private.c cleanly.
diff a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c	(rejected hunks)
@@ -610,7 +610,7 @@ eth_dev_configure_mp(uint16_t port_id, uint16_t
  nb_rx_q, uint16_t nb_tx_q,
 static int
 eth_dev_start_mp(uint16_t port_id)
 {
-       if (is_proc_primary())
+       if (!is_proc_primary())
                return rte_eth_dev_start(port_id);


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

UNH-IOL DPDK Community Lab

             reply	other threads:[~2021-10-26 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-26 15:59 dpdklab [this message]
     [not found] <20211026145851.21944-1-david.marchand@redhat.com>
2021-10-26 14:59 ` checkpatch

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=20211026155912.D2A3D6045A@dpdk-ubuntu.dpdklab.iol.unh.edu \
    --to=dpdklab@iol.unh.edu \
    --cc=dpdk-test-reports@iol.unh.edu \
    --cc=test-report@dpdk.org \
    /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).