automatic DPDK test reports
 help / color / mirror / Atom feed
From: dpdklab@iol.unh.edu
To: test-report@dpdk.org
Cc: dpdk-test-reports@iol.unh.edu
Subject: |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
Date: Wed, 12 Apr 2023 18:20:02 +0000 (UTC)	[thread overview]
Message-ID: <20230412182002.01B3960095@dpdk-ubuntu.dpdklab.iol.unh.edu> (raw)

Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/125965

_apply patch failure_

Submitter: jiangheng (G) <jiangheng14@huawei.com>
Date: Wednesday, April 12 2023 11:38:35 
Applied on: CommitID:3b3fef9de22af80d173453ab65a80b01ce38cbfd
Apply patch set 125965 failed:

Checking patch drivers/net/mlx5/mlx5_rx.c...
error: while searching for:
   tcp->cksum = 0;
   csum += rte_raw_cksum(tcp, (tcp->data_off >> 4) * 4);
   csum = ((csum & 0xffff0000) >> 16) + (csum & 0xffff);
   csum = (~csum) & 0xffff;
   if (csum == 0)
       csum = 0xffff;

error: patch failed: drivers/net/mlx5/mlx5_rx.c:1090
Applying patch drivers/net/mlx5/mlx5_rx.c with 1 reject...
Rejected hunk #1.
hint: Use 'git am --show-current-patch' to see the failed patch
diff a/drivers/net/mlx5/mlx5_rx.c b/drivers/net/mlx5/mlx5_rx.c	(rejected hunks)
@@ -1090,6 +1090,7 @@ mlx5_lro_update_tcp_hdr(struct rte_tcp_hdr *__rte_restrict tcp,
    tcp->cksum = 0;
    csum += rte_raw_cksum(tcp, (tcp->data_off >> 4) * 4);
    csum = ((csum & 0xffff0000) >> 16) + (csum & 0xffff);
+   csum = ((csum & 0xffff0000) >> 16) + (csum & 0xffff);
    csum = (~csum) & 0xffff;
    if (csum == 0)
        csum = 0xffff;

https://lab.dpdk.org/results/dashboard/patchsets/25969/

UNH-IOL DPDK Community Lab

             reply	other threads:[~2023-04-12 18:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12 18:20 dpdklab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-12 16:00 dpdklab
     [not found] <dec71b8b053a4c39b84154db5d2d9e50@huawei.com>
2023-04-12 11:25 ` qemudev
2023-04-12 11:39 ` 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=20230412182002.01B3960095@dpdk-ubuntu.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).