automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications
@ 2021-10-26 15:59 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-10-26 15:59 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

[-- 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

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

* [dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications
       [not found] <20211026145851.21944-1-david.marchand@redhat.com>
@ 2021-10-26 14:59 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-10-26 14:59 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


ERROR:DIFF_IN_COMMIT_MSG: Avoid using diff content in the commit message - patch(1) might not work
#84: 
--- a/app/test-pmd/testpmd.c

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#92: FILE: app/test-pmd/testpmd.c:614:
+       if (!is_proc_primary())$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (7, 15)
#92: FILE: app/test-pmd/testpmd.c:614:
+       if (!is_proc_primary())
                return rte_eth_dev_start(port_id);

total: 1 errors, 2 warnings, 104 lines checked

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

end of thread, other threads:[~2021-10-26 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 15:59 [dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications dpdklab
     [not found] <20211026145851.21944-1-david.marchand@redhat.com>
2021-10-26 14:59 ` checkpatch

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