* |WARNING| pw131004 [RFC v3] net/sfc: support packet replay in transfer flows
[not found] <20230831232657.7400-1-ivan.malov@arknetworks.am>
@ 2023-08-31 23:20 ` qemudev
2023-08-31 23:27 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-08-31 23:20 UTC (permalink / raw)
To: test-report; +Cc: Ivan Malov, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/131004
_apply patch failure_
Submitter: Ivan Malov <ivan.malov@arknetworks.am>
Date: Fri, 1 Sep 2023 03:26:57 +0400
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: 4150eaad3995178eebcff549f7f79ad8c9b0cbde
Apply patch set 131004 failed:
Checking patch doc/guides/rel_notes/release_23_11.rst...
error: while searching for:
* Added support for transfer flow action INDIRECT with subtype VXLAN_ENCAP.
Removed Items
-------------
error: patch failed: doc/guides/rel_notes/release_23_11.rst:59
error: doc/guides/rel_notes/release_23_11.rst: patch does not apply
Checking patch drivers/common/sfc_efx/base/efx.h...
Hunk #1 succeeded at 5318 (offset -9 lines).
Checking patch drivers/common/sfc_efx/base/efx_mae.c...
Hunk #1 succeeded at 4193 (offset -80 lines).
Checking patch drivers/common/sfc_efx/version.map...
Checking patch drivers/net/sfc/sfc_mae.c...
error: while searching for:
goto fail_mae_alloc_bounce_eh;
}
mae->nb_outer_rule_prios_max = limits.eml_max_n_outer_prios;
mae->nb_action_rule_prios_max = limits.eml_max_n_action_prios;
mae->encap_types_supported = limits.eml_encap_types_supported;
error: patch failed: drivers/net/sfc/sfc_mae.c:220
error: drivers/net/sfc/sfc_mae.c: patch does not apply
Checking patch drivers/net/sfc/sfc_mae.h...
Hunk #1 succeeded at 26 (offset -1 lines).
Hunk #2 succeeded at 105 (offset -2 lines).
Hunk #3 succeeded at 219 (offset -2 lines).
Hunk #4 succeeded at 252 (offset -2 lines).
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw131004 [RFC v3] net/sfc: support packet replay in transfer flows
[not found] <20230831232657.7400-1-ivan.malov@arknetworks.am>
2023-08-31 23:20 ` |WARNING| pw131004 [RFC v3] net/sfc: support packet replay in transfer flows qemudev
@ 2023-08-31 23:27 ` checkpatch
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-08-31 23:27 UTC (permalink / raw)
To: test-report; +Cc: Ivan Malov
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/131004
_coding style issues_
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#186: FILE: drivers/common/sfc_efx/base/efx_mae.c:4286:
+ EFSYS_KMEM_ALLOC(enp->en_esip, sizeof (*spec_clone), spec_clone);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#203: FILE: drivers/common/sfc_efx/base/efx_mae.c:4303:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#207: FILE: drivers/common/sfc_efx/base/efx_mae.c:4307:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#231: FILE: drivers/common/sfc_efx/base/efx_mae.c:4331:
+ EFX_STATIC_ASSERT(sizeof (aset_list_idp->id) ==
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#255: FILE: drivers/common/sfc_efx/base/efx_mae.c:4355:
+ aset_ids, n_asets * sizeof (*aset_ids));
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#278: FILE: drivers/common/sfc_efx/base/efx_mae.c:4378:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#290: FILE: drivers/common/sfc_efx/base/efx_mae.c:4390:
+ return (rc);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#348: FILE: drivers/common/sfc_efx/base/efx_mae.c:4448:
+ return (rc);
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#503: FILE: drivers/net/sfc/sfc_mae.c:1344:
+ return ENOMEM;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#517: FILE: drivers/net/sfc/sfc_mae.c:1358:
+ return ENOMEM;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EEXIST)
#801: FILE: drivers/net/sfc/sfc_mae.c:4517:
+ return EEXIST;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOSPC)
#841: FILE: drivers/net/sfc/sfc_mae.c:4720:
+ return ENOSPC;
total: 5 errors, 7 warnings, 0 checks, 1449 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-31 23:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230831232657.7400-1-ivan.malov@arknetworks.am>
2023-08-31 23:20 ` |WARNING| pw131004 [RFC v3] net/sfc: support packet replay in transfer flows qemudev
2023-08-31 23:27 ` 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).