* |WARNING| pw147513 [PATCH] igc: fix invalid length and corrupted multi-segment mbufs
[not found] <5f0486a2-eb1e-4349-bdca-ee2c241379b3@allegro-packets.com>
@ 2024-10-28 13:18 ` qemudev
2024-10-28 13:51 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2024-10-28 13:18 UTC (permalink / raw)
To: test-report; +Cc: Martin Weiser, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/147513
_apply patch failure_
Submitter: Martin Weiser <martin.weiser@allegro-packets.com>
Date: Mon, 28 Oct 2024 14:51:23 +0100
DPDK git baseline: Repo:dpdk-next-net-intel
Branch: main
CommitID: 69c0ffb893fa9c1c7b00947a2801cef50ebc65d4
Apply patch set 147513 failed:
error: patch fragment without header at line 161: @@ -509,6 +511,12 @@ igc_recv_scattered_pkts(void *rx_queue, struct
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw147513 [PATCH] igc: fix invalid length and corrupted multi-segment mbufs
[not found] <5f0486a2-eb1e-4349-bdca-ee2c241379b3@allegro-packets.com>
2024-10-28 13:18 ` |WARNING| pw147513 [PATCH] igc: fix invalid length and corrupted multi-segment mbufs qemudev
@ 2024-10-28 13:51 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-10-28 13:51 UTC (permalink / raw)
To: test-report; +Cc: Martin Weiser
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1574 bytes --]
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/147513
_coding style issues_
ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#162: FILE: :510:
rte_mbuf **rx_pkts,
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#166: FILE: :514:
+ if (rxq->offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP) {
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#167: FILE: :515:
+ if (first_seg == NULL)
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#168: FILE: :516:
+ data_len -= IGC_TS_HDR_LEN;
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#169: FILE: :517:
+ else
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#170: FILE: :518:
+ rxm->data_off -= IGC_TS_HDR_LEN;
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#171: FILE: :519:
+ }
WARNING:EMBEDDED_FILENAME: It's generally not useful to have the filename in the file
#180: FILE: :568:
+ rxm = last_seg;
WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (0, 0)
#194: FILE: drivers/net/igc/igc_txrx.c:350:
+ if (rxq->offloads & RTE_ETH_RX_OFFLOAD_TIMESTAMP)
+ data_len -= IGC_TS_HDR_LEN;
total: 1 errors, 8 warnings, 0 checks, 29 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-28 13:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <5f0486a2-eb1e-4349-bdca-ee2c241379b3@allegro-packets.com>
2024-10-28 13:18 ` |WARNING| pw147513 [PATCH] igc: fix invalid length and corrupted multi-segment mbufs qemudev
2024-10-28 13:51 ` 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).