From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Levend Sayar <levendsayar@gmail.com>, zhoumin@loongson.cn
Subject: |WARNING| pw124090-124093 [PATCH v2 1/4] net/gve: change offloading capability
Date: Fri, 17 Feb 2023 01:59:08 +0800 [thread overview]
Message-ID: <202302161759.31GHx80j1743902@localhost.localdomain> (raw)
In-Reply-To: <20230216181025.23485-1-levendsayar@gmail.com>
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
next parent reply other threads:[~2023-02-16 18:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20230216181025.23485-1-levendsayar@gmail.com>
2023-02-16 17:59 ` qemudev [this message]
2023-02-16 18:11 ` |WARNING| pw124090 " checkpatch
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=202302161759.31GHx80j1743902@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=levendsayar@gmail.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).