* |WARNING| pw124295 [PATCH v4] net/gve: add Rx/Tx queue stats as extended stats
[not found] <20230221141350.12335-1-levendsayar@gmail.com>
@ 2023-02-21 14:00 ` qemudev
2023-02-21 14:14 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-02-21 14:00 UTC (permalink / raw)
To: test-report; +Cc: Levend Sayar, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/124295
_apply patch failure_
Submitter: Levend Sayar <levendsayar@gmail.com>
Date: Tue, 21 Feb 2023 17:13:50 +0300
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: 14a61443b2f99f4d14f242c1f8636bfacbaaf32c
Apply patch set 124295 failed:
Checking patch drivers/net/gve/gve_ethdev.c...
Checking patch drivers/net/gve/gve_ethdev.h...
Checking patch drivers/net/gve/gve_rx.c...
error: while searching for:
rxq->sw_ring[idx + i] = nmb;
}
if (i != nb_alloc) {
rxq->no_mbufs += nb_alloc - i;
nb_alloc = i;
}
}
error: patch failed: drivers/net/gve/gve_rx.c:62
error: drivers/net/gve/gve_rx.c: patch does not apply
Checking patch drivers/net/gve/gve_tx.c...
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw124295 [PATCH v4] net/gve: add Rx/Tx queue stats as extended stats
[not found] <20230221141350.12335-1-levendsayar@gmail.com>
2023-02-21 14:00 ` |WARNING| pw124295 [PATCH v4] net/gve: add Rx/Tx queue stats as extended stats qemudev
@ 2023-02-21 14:14 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-02-21 14:14 UTC (permalink / raw)
To: test-report; +Cc: Levend Sayar
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/124295
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'xstats == NULL'
#202: FILE: drivers/net/gve/gve_ethdev.c:444:
+ if ((xstats == NULL) || (size < count))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'size < count'
#202: FILE: drivers/net/gve/gve_ethdev.c:444:
+ if ((xstats == NULL) || (size < count))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'xstats_names == NULL'
#243: FILE: drivers/net/gve/gve_ethdev.c:485:
+ if ((xstats_names == NULL) || (size < count))
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'size < count'
#243: FILE: drivers/net/gve/gve_ethdev.c:485:
+ if ((xstats_names == NULL) || (size < count))
total: 0 errors, 0 warnings, 4 checks, 299 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-21 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230221141350.12335-1-levendsayar@gmail.com>
2023-02-21 14:00 ` |WARNING| pw124295 [PATCH v4] net/gve: add Rx/Tx queue stats as extended stats qemudev
2023-02-21 14:14 ` 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).