automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
@ 2023-04-12 18:20 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-12 18:20 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
@ 2023-04-12 16:00 dpdklab
  0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-12 16:00 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
       [not found] <dec71b8b053a4c39b84154db5d2d9e50@huawei.com>
  2023-04-12 11:25 ` qemudev
@ 2023-04-12 11:39 ` checkpatch
  1 sibling, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-04-12 11:39 UTC (permalink / raw)
  To: test-report; +Cc: jiangheng G

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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#75: FILE: drivers/net/mlx5/mlx5_rx.c:1093:
+   csum = ((csum & 0xffff0000) >> 16) + (csum & 0xffff);$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 1 warnings, 0 checks, 7 lines checked

^ permalink raw reply	[flat|nested] 4+ messages in thread

* |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error
       [not found] <dec71b8b053a4c39b84154db5d2d9e50@huawei.com>
@ 2023-04-12 11:25 ` qemudev
  2023-04-12 11:39 ` checkpatch
  1 sibling, 0 replies; 4+ messages in thread
From: qemudev @ 2023-04-12 11:25 UTC (permalink / raw)
  To: test-report; +Cc: jiangheng (G), zhoumin

Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/125965

_apply patch failure_

Submitter: jiangheng (G) <jiangheng14@huawei.com>
Date: Wed, 12 Apr 2023 11:38:35 +0000
DPDK git baseline: Repo:dpdk-next-net-mlx
  Branch: for-next-net
  CommitID: 189c02f5ec891ed02927062e124e8ca03adf74e7

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
error: drivers/net/mlx5/mlx5_rx.c: patch does not apply


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-12 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12 18:20 |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error dpdklab
  -- 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

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).