* |WARNING| pw130097 [RFC] net/sfc: support packet replay in transfer flows
[not found] <20230810182820.6365-1-ivan.malov@arknetworks.am>
@ 2023-08-10 18:30 ` checkpatch
2023-08-10 21:45 ` qemudev
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2023-08-10 18:30 UTC (permalink / raw)
To: test-report; +Cc: Ivan Malov
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/130097
_coding style issues_
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#166: 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
#183: FILE: drivers/common/sfc_efx/base/efx_mae.c:4303:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#187: FILE: drivers/common/sfc_efx/base/efx_mae.c:4307:
+ return (rc);
WARNING:SPACING: space prohibited between function name and open parenthesis '('
#211: 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 '('
#235: 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
#258: FILE: drivers/common/sfc_efx/base/efx_mae.c:4378:
+ return (0);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#270: FILE: drivers/common/sfc_efx/base/efx_mae.c:4390:
+ return (rc);
ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#328: 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)
#483: 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)
#497: FILE: drivers/net/sfc/sfc_mae.c:1358:
+ return ENOMEM;
WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOSPC)
#820: FILE: drivers/net/sfc/sfc_mae.c:4709:
+ return ENOSPC;
total: 5 errors, 6 warnings, 0 checks, 1305 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* |WARNING| pw130097 [RFC] net/sfc: support packet replay in transfer flows
[not found] <20230810182820.6365-1-ivan.malov@arknetworks.am>
2023-08-10 18:30 ` |WARNING| pw130097 [RFC] net/sfc: support packet replay in transfer flows checkpatch
@ 2023-08-10 21:45 ` qemudev
1 sibling, 0 replies; 2+ messages in thread
From: qemudev @ 2023-08-10 21:45 UTC (permalink / raw)
To: test-report; +Cc: Ivan Malov, zhoumin
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/130097
_apply patch failure_
Submitter: Ivan Malov <ivan.malov@arknetworks.am>
Date: Thu, 10 Aug 2023 22:28:20 +0400
DPDK git baseline: Repo:dpdk-next-net
Branch: main
CommitID: 0ae35eceb9e4569b0814fcf671b4455301bb7518
Apply patch set 130097 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 #2 succeeded at 106 (offset -1 lines).
Hunk #3 succeeded at 220 (offset -1 lines).
Hunk #4 succeeded at 253 (offset -1 lines).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-10 21:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20230810182820.6365-1-ivan.malov@arknetworks.am>
2023-08-10 18:30 ` |WARNING| pw130097 [RFC] net/sfc: support packet replay in transfer flows checkpatch
2023-08-10 21:45 ` qemudev
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).