automatic DPDK test reports
 help / color / mirror / Atom feed
From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: mb@smartsharesystems.com, zhoumin@loongson.cn
Subject: |WARNING| pw148027 [TEST v9] ethdev: TEST support single queue per port
Date: Thu, 7 Nov 2024 04:44:25 +0800	[thread overview]
Message-ID: <202411062044.4A6KiPYG956429@localhost.localdomain> (raw)
In-Reply-To: <20241106211629.1504798-1-mb@smartsharesystems.com>

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/148027

_apply patch failure_

Submitter: Morten Brørup <mb@smartsharesystems.com>
Date: Wed,  6 Nov 2024 21:16:29 +0000
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: 846560d9527c1cba24350fb29c23a792d8a35c55

Apply patch set 148027 failed:

Checking patch config/rte_config.h...
Checking patch drivers/net/bnxt/bnxt_ethdev.c...
Checking patch drivers/net/bnxt/bnxt_rxq.c...
Checking patch drivers/net/e1000/igb_rxtx.c...
Checking patch drivers/net/failsafe/failsafe_ops.c...
Checking patch drivers/net/hns3/hns3_rxtx.c...
Checking patch drivers/net/ixgbe/ixgbe_ethdev.c...
error: while searching for:
	stats->opackets = hw_stats->gptc;
	stats->obytes = hw_stats->gotc;

	for (i = 0; i < IXGBE_QUEUE_STAT_COUNTERS; i++) {
		stats->q_ipackets[i] = hw_stats->qprc[i];
		stats->q_opackets[i] = hw_stats->qptc[i];
		stats->q_ibytes[i] = hw_stats->qbrc[i];

error: patch failed: drivers/net/ixgbe/ixgbe_ethdev.c:3385
error: drivers/net/ixgbe/ixgbe_ethdev.c: patch does not apply
Checking patch drivers/net/mana/tx.c...
Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.c...
error: while searching for:
	struct vmxnet3_hw *hw = dev->data->dev_private;
	struct UPT1_TxStats txStats;
	struct UPT1_RxStats rxStats;

	VMXNET3_WRITE_BAR1_REG(hw, VMXNET3_REG_CMD, VMXNET3_CMD_GET_STATS);

	for (i = 0; i < hw->num_tx_queues; i++) {
		vmxnet3_tx_stats_get(hw, i, &txStats);

		stats->q_opackets[i] = txStats.ucastPktsTxOK +
			txStats.mcastPktsTxOK +
			txStats.bcastPktsTxOK;

		stats->q_obytes[i] = txStats.ucastBytesTxOK +
			txStats.mcastBytesTxOK +
			txStats.bcastBytesTxOK;

		stats->opackets += stats->q_opackets[i];
		stats->obytes += stats->q_obytes[i];
		stats->oerrors += txStats.pktsTxError + txStats.pktsTxDiscard;
	}

	for (i = 0; i < hw->num_rx_queues; i++) {
		vmxnet3_rx_stats_get(hw, i, &rxStats);

		stats->q_ipackets[i] = rxStats.ucastPktsRxOK +
			rxStats.mcastPktsRxOK +
			rxStats.bcastPktsRxOK;

		stats->q_ibytes[i] = rxStats.ucastBytesRxOK +
			rxStats.mcastBytesRxOK +
			rxStats.bcastBytesRxOK;

		stats->ipackets += stats->q_ipackets[i];
		stats->ibytes += stats->q_ibytes[i];

		stats->q_errors[i] = rxStats.pktsRxError;
		stats->ierrors += rxStats.pktsRxError;
		stats->imissed += rxStats.pktsRxOutOfBuf;
	}

	return 0;

error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.c:1470
error: drivers/net/vmxnet3/vmxnet3_ethdev.c: patch does not apply
Checking patch drivers/net/vmxnet3/vmxnet3_ethdev.h...
error: while searching for:
#define VMXNET3_VFT_TABLE_SIZE     (VMXNET3_VFT_SIZE * sizeof(uint32_t))
	UPT1_TxStats	      saved_tx_stats[VMXNET3_EXT_MAX_TX_QUEUES];
	UPT1_RxStats	      saved_rx_stats[VMXNET3_EXT_MAX_RX_QUEUES];
	UPT1_TxStats          snapshot_tx_stats[VMXNET3_MAX_TX_QUEUES];
	UPT1_RxStats          snapshot_rx_stats[VMXNET3_MAX_RX_QUEUES];
	uint16_t              tx_prod_offset;
	uint16_t              rx_prod_offset[2];
	/* device capability bit map */

error: patch failed: drivers/net/vmxnet3/vmxnet3_ethdev.h:121
error: drivers/net/vmxnet3/vmxnet3_ethdev.h: patch does not apply


       reply	other threads:[~2024-11-06 21:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20241106211629.1504798-1-mb@smartsharesystems.com>
2024-11-06 20:44 ` qemudev [this message]
2024-11-06 21:17 ` checkpatch
2024-11-06 21:37 ` |FAILURE| pw148027 [PATCH] [TEST, " dpdklab

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=202411062044.4A6KiPYG956429@localhost.localdomain \
    --to=qemudev@loongson.cn \
    --cc=mb@smartsharesystems.com \
    --cc=test-report@dpdk.org \
    --cc=zhoumin@loongson.cn \
    /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).