[dpdk-test-report] |WARNING| pw102935 [PATCH] ethdev: warn only once for badly behaving applications

dpdklab at iol.unh.edu dpdklab at iol.unh.edu
Tue Oct 26 17:59:12 CEST 2021


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

_apply patch failure_

Submitter: David Marchand <david.marchand at 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


More information about the test-report mailing list