automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw124090-124093 [PATCH v2 1/4] net/gve: change offloading capability
       [not found] <20230216181025.23485-1-levendsayar@gmail.com>
@ 2023-02-16 17:59 ` qemudev
  2023-02-16 18:11 ` |WARNING| pw124090 " checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-02-16 17:59 UTC (permalink / raw)
  To: test-report; +Cc: Levend Sayar, zhoumin

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

_apply patch failure_

Submitter: Levend Sayar <levendsayar@gmail.com>
Date: Thu, 16 Feb 2023 21:10:22 +0300
DPDK git baseline: Repo:dpdk-next-net
  Branch: main
  CommitID: c8996655cbcf30891b7f00d3531f60cd602e13ce

Apply patch set 124090-124093 failed:

Checking patch drivers/net/gve/gve_ethdev.c...
Hunk #2 succeeded at 377 (offset 58 lines).
error: while searching for:
	return 0;
}

static const struct eth_dev_ops gve_eth_dev_ops = {
	.dev_configure        = gve_dev_configure,
	.dev_start            = gve_dev_start,
	.dev_stop             = gve_dev_stop,
	.dev_close            = gve_dev_close,
	.dev_infos_get        = gve_dev_info_get,
	.rx_queue_setup       = gve_rx_queue_setup,
	.tx_queue_setup       = gve_tx_queue_setup,
	.rx_queue_release     = gve_rx_queue_release,
	.tx_queue_release     = gve_tx_queue_release,
	.link_update          = gve_link_update,
	.mtu_set              = gve_dev_mtu_set,
};

static void

error: patch failed: drivers/net/gve/gve_ethdev.c:345
error: drivers/net/gve/gve_ethdev.c: patch does not apply
Checking patch drivers/net/gve/gve_ethdev.h...
Hunk #2 succeeded at 134 (offset 5 lines).
Checking patch drivers/net/gve/gve_rx.c...
error: while searching for:
		if (diag < 0) {
			for (i = 0; i < nb_alloc; i++) {
				nmb = rte_pktmbuf_alloc(rxq->mpool);
				if (!nmb)
					break;
				rxq->sw_ring[idx + i] = nmb;
			}
			if (i != nb_alloc)

error: patch failed: drivers/net/gve/gve_rx.c:22
error: drivers/net/gve/gve_rx.c: patch does not apply
Checking patch drivers/net/gve/gve_tx.c...
error: while searching for:
	uint16_t nb_used, i;
	uint16_t nb_tx = 0;
	uint32_t hlen;

	txr = txq->tx_desc_ring;


error: patch failed: drivers/net/gve/gve_tx.c:262
error: drivers/net/gve/gve_tx.c: patch does not apply


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

* |WARNING| pw124090 [PATCH v2 1/4] net/gve: change offloading capability
       [not found] <20230216181025.23485-1-levendsayar@gmail.com>
  2023-02-16 17:59 ` |WARNING| pw124090-124093 [PATCH v2 1/4] net/gve: change offloading capability qemudev
@ 2023-02-16 18:11 ` checkpatch
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-02-16 18:11 UTC (permalink / raw)
  To: test-report; +Cc: Levend Sayar

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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).

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

end of thread, other threads:[~2023-02-16 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230216181025.23485-1-levendsayar@gmail.com>
2023-02-16 17:59 ` |WARNING| pw124090-124093 [PATCH v2 1/4] net/gve: change offloading capability qemudev
2023-02-16 18:11 ` |WARNING| pw124090 " 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).