automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw99644 [PATCH] net/bnxt: fix Tx queue startup state
@ 2021-10-06  8:14 dpdklab
  0 siblings, 0 replies; only message in thread
From: dpdklab @ 2021-10-06  8:14 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Ajit Khaparde <ajit.khaparde@broadcom.com>
Date: Saturday, September 25 2021 00:55:44 
Applied on: CommitID:2700326085033fd13339a8de31f58a95d1ee9c3f
Apply patch set 99644 failed:

Checking patch drivers/net/bnxt/bnxt_ethdev.c...
Hunk #1 succeeded at 824 (offset 10 lines).
Checking patch drivers/net/bnxt/bnxt_txq.c...
error: while searching for:

	eth_dev->data->tx_queues[queue_idx] = txq;

	if (txq->tx_deferred_start)
		txq->tx_started = false;
	else
		txq->tx_started = true;

	return 0;
err:
	bnxt_tx_queue_release_op(txq);

error: patch failed: drivers/net/bnxt/bnxt_txq.c:166
Applied patch drivers/net/bnxt/bnxt_ethdev.c cleanly.
Applying patch drivers/net/bnxt/bnxt_txq.c with 1 reject...
Rejected hunk #1.
diff a/drivers/net/bnxt/bnxt_txq.c b/drivers/net/bnxt/bnxt_txq.c	(rejected hunks)
@@ -166,11 +166,6 @@ int bnxt_tx_queue_setup_op(struct rte_eth_dev *eth_dev,
 
 	eth_dev->data->tx_queues[queue_idx] = txq;
 
-	if (txq->tx_deferred_start)
-		txq->tx_started = false;
-	else
-		txq->tx_started = true;
-
 	return 0;
 err:
 	bnxt_tx_queue_release_op(txq);

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

UNH-IOL DPDK Community Lab

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-06  8:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06  8:14 [dpdk-test-report] |WARNING| pw99644 [PATCH] net/bnxt: fix Tx queue startup state dpdklab

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