From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw116054-116056 [PATCH] [3/3] net/axgbe: save segment data in scattered Rx
Date: Wed, 7 Sep 2022 13:52:51 -0400 (EDT) [thread overview]
Message-ID: <20220907175251.150CF6D509@noxus.dpdklab.iol.unh.edu> (raw)
[-- Attachment #1: Type: text/plain, Size: 2311 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/116054
_apply patch failure_
Submitter: Bhagyada Modali <bhagyada.modali@amd.com>
Date: Wednesday, September 07 2022 17:33:26
Applied on: CommitID:4aee6110bb10b0225fa9562f2e48af233a9058a1
Apply patch set 116054-116056 failed:
Checking patch drivers/net/axgbe/axgbe_rxtx.c...
error: while searching for:
uint32_t error_status = 0;
uint16_t idx, pidx, data_len = 0, pkt_len = 0;
uint64_t offloads;
idx = AXGBE_GET_DESC_IDX(rxq, rxq->cur);
while (nb_rx < nb_pkts) {
bool eop = 0;
next_desc:
idx = AXGBE_GET_DESC_IDX(rxq, rxq->cur);
error: patch failed: drivers/net/axgbe/axgbe_rxtx.c:346
error: while searching for:
mbuf->pkt_len = data_len;
if (first_seg != NULL) {
if (rte_pktmbuf_chain(first_seg, mbuf) != 0)
rte_mempool_put(rxq->mb_pool,
first_seg);
} else {
first_seg = mbuf;
}
error: patch failed: drivers/net/axgbe/axgbe_rxtx.c:416
Hunk #3 succeeded at 455 (offset -11 lines).
Applying patch drivers/net/axgbe/axgbe_rxtx.c with 2 rejects...
Rejected hunk #1.
Rejected hunk #2.
Hunk #3 applied cleanly.
diff a/drivers/net/axgbe/axgbe_rxtx.c b/drivers/net/axgbe/axgbe_rxtx.c (rejected hunks)
@@ -346,10 +346,11 @@ uint16_t eth_axgbe_recv_scattered_pkts(void *rx_queue,
uint32_t error_status = 0;
uint16_t idx, pidx, data_len = 0, pkt_len = 0;
uint64_t offloads;
+ bool eop = 0;
idx = AXGBE_GET_DESC_IDX(rxq, rxq->cur);
+
while (nb_rx < nb_pkts) {
- bool eop = 0;
next_desc:
idx = AXGBE_GET_DESC_IDX(rxq, rxq->cur);
@@ -416,9 +417,12 @@ uint16_t eth_axgbe_recv_scattered_pkts(void *rx_queue,
mbuf->pkt_len = data_len;
if (first_seg != NULL) {
- if (rte_pktmbuf_chain(first_seg, mbuf) != 0)
+ if (rte_pktmbuf_chain(first_seg, mbuf) != 0) {
rte_mempool_put(rxq->mb_pool,
first_seg);
+ eop = 0;
+ break;
+ }
} else {
first_seg = mbuf;
}
Checking patch drivers/net/axgbe/axgbe_rxtx.c...
error: drivers/net/axgbe/axgbe_rxtx.c: does not match index
Checking patch drivers/net/axgbe/axgbe_rxtx.c...
error: drivers/net/axgbe/axgbe_rxtx.c: does not match index
Checking patch drivers/net/axgbe/axgbe_rxtx.h...
Applied patch drivers/net/axgbe/axgbe_rxtx.h cleanly.
https://lab.dpdk.org/results/dashboard/patchsets/23448/
UNH-IOL DPDK Community Lab
reply other threads:[~2022-09-07 17:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20220907175251.150CF6D509@noxus.dpdklab.iol.unh.edu \
--to=dpdklab@iol.unh.edu \
--cc=dpdk-test-reports@iol.unh.edu \
--cc=test-report@dpdk.org \
/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).