* |WARNING| pw117825 [PATCH] gro : fix pkt length when extra bytes are padded to ethernet frame
[not found] <20221010175109.44282-1-kumaraparmesh92@gmail.com>
@ 2022-10-10 17:52 ` checkpatch
0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-10-10 17:52 UTC (permalink / raw)
To: test-report; +Cc: Kumara Parameshwaran
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/117825
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#114: FILE: lib/gro/gro_tcp4.c:224:
+ if (unlikely(pkt->pkt_len > (uint32_t)(ip_len + pkt->l2_len))) {
+ pkt->pkt_len = ip_len + pkt->l2_len;
+ }
total: 0 errors, 1 warnings, 20 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw117825 [PATCH] gro : fix pkt length when extra bytes are padded to ethernet frame
@ 2022-10-10 18:08 dpdklab
0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-10-10 18:08 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/117825
_apply patch failure_
Submitter: Kumara Parameshwaran <kumaraparamesh92@gmail.com>
Date: Monday, October 10 2022 17:51:09
Applied on: CommitID:629dad3ef325f9b4519d94c29ec49b77b386d850
Apply patch set 117825 failed:
Checking patch lib/gro/gro_tcp4.c...
error: while searching for:
struct rte_tcp_hdr *tcp_hdr;
uint32_t sent_seq;
int32_t tcp_dl;
uint16_t ip_id, hdr_len, frag_off;
uint8_t is_atomic;
struct tcp4_flow_key key;
error: patch failed: lib/gro/gro_tcp4.c:198
Applying patch lib/gro/gro_tcp4.c with 1 reject...
Rejected hunk #1.
Hunk #2 applied cleanly.
diff a/lib/gro/gro_tcp4.c b/lib/gro/gro_tcp4.c (rejected hunks)
@@ -198,7 +198,7 @@ gro_tcp4_reassemble(struct rte_mbuf *pkt,
struct rte_tcp_hdr *tcp_hdr;
uint32_t sent_seq;
int32_t tcp_dl;
- uint16_t ip_id, hdr_len, frag_off;
+ uint16_t ip_id, hdr_len, frag_off, ip_len;
uint8_t is_atomic;
struct tcp4_flow_key key;
https://lab.dpdk.org/results/dashboard/patchsets/23868/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-10 18:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20221010175109.44282-1-kumaraparmesh92@gmail.com>
2022-10-10 17:52 ` |WARNING| pw117825 [PATCH] gro : fix pkt length when extra bytes are padded to ethernet frame checkpatch
2022-10-10 18:08 dpdklab
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).