* [dpdk-test-report] |WARNING| pw95267 [PATCH v8 2/2] bus/auxiliary: introduce auxiliary bus
[not found] <20210705064512.13116-2-xuemingl@nvidia.com>
@ 2021-07-05 6:46 ` checkpatch
0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-07-05 6:46 UTC (permalink / raw)
To: test-report; +Cc: Xueming Li
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/95267
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxB)
#866: FILE: drivers/bus/auxiliary/private.h:18:
+ RTE_FMT("auxiliary bus: " RTE_FMT_HEAD(__VA_ARGS__,) "
", \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#867: FILE: drivers/bus/auxiliary/private.h:19:
+ RTE_FMT_TAIL(__VA_ARGS__,)))
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1113: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:168:
+#define RTE_PMD_REGISTER_AUXILIARY(nm, auxiliary_drv) \
+ RTE_INIT(auxiliaryinitfn_ ##nm) \
+ { \
+ (auxiliary_drv).driver.name = RTE_STR(nm); \
+ rte_auxiliary_register(&(auxiliary_drv)); \
+ } \
+ RTE_PMD_EXPORT_NAME(nm, __COUNTER__)
total: 3 errors, 0 warnings, 948 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |WARNING| pw95267 [PATCH] [v8, 2/2] bus/auxiliary: introduce auxiliary bus
@ 2021-07-06 3:28 dpdklab
0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-07-06 3:28 UTC (permalink / raw)
To: test-report; +Cc: dpdk-test-reports
[-- Attachment #1: Type: text/plain, Size: 2410 bytes --]
Test-Label: iol-testing
Test-Status: WARNING
http://dpdk.org/patch/95267
_apply patch failure_
Submitter: Xueming(Steven) Li <xuemingl@nvidia.com>
Date: Monday, July 05 2021 06:45:12
Applied on: CommitID:82a153151f7d0983017b2639fb970e722d0a5a30
Apply patch set 95267 failed:
Skipped patch 'doc/guides/rel_notes/release_21_08.rst'.
Checking patch MAINTAINERS...
error: while searching for:
Bus Drivers
-----------
Intel FPGA bus
M: Rosen Xu <rosen.xu@intel.com>
F: drivers/bus/ifpga/
error: patch failed: MAINTAINERS:525
Checking patch drivers/bus/auxiliary/auxiliary_common.c...
error: drivers/bus/auxiliary/auxiliary_common.c: already exists in index
Checking patch drivers/bus/auxiliary/auxiliary_params.c...
error: drivers/bus/auxiliary/auxiliary_params.c: already exists in index
Checking patch drivers/bus/auxiliary/linux/auxiliary.c...
error: drivers/bus/auxiliary/linux/auxiliary.c: already exists in index
Checking patch drivers/bus/auxiliary/meson.build...
error: drivers/bus/auxiliary/meson.build: already exists in index
Checking patch drivers/bus/auxiliary/private.h...
error: drivers/bus/auxiliary/private.h: already exists in index
Checking patch drivers/bus/auxiliary/rte_bus_auxiliary.h...
error: drivers/bus/auxiliary/rte_bus_auxiliary.h: already exists in index
Checking patch drivers/bus/auxiliary/version.map...
error: drivers/bus/auxiliary/version.map: already exists in index
Checking patch drivers/bus/meson.build...
error: while searching for:
# Copyright(c) 2017 Intel Corporation
drivers = [
'dpaa',
'fslmc',
'ifpga',
error: patch failed: drivers/bus/meson.build:2
Applying patch MAINTAINERS with 1 reject...
Rejected hunk #1.
Applying patch drivers/bus/meson.build with 1 reject...
Rejected hunk #1.
diff a/MAINTAINERS b/MAINTAINERS (rejected hunks)
@@ -525,6 +525,11 @@ F: doc/guides/mempool/octeontx2.rst
Bus Drivers
-----------
+Auxiliary bus driver - EXPERIMENTAL
+M: Parav Pandit <parav@nvidia.com>
+M: Xueming Li <xuemingl@nvidia.com>
+F: drivers/bus/auxiliary/
+
Intel FPGA bus
M: Rosen Xu <rosen.xu@intel.com>
F: drivers/bus/ifpga/
diff a/drivers/bus/meson.build b/drivers/bus/meson.build (rejected hunks)
@@ -2,6 +2,7 @@
# Copyright(c) 2017 Intel Corporation
drivers = [
+ 'auxiliary',
'dpaa',
'fslmc',
'ifpga',
https://lab.dpdk.org/results/dashboard/patchsets/17638/
UNH-IOL DPDK Community Lab
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-06 3:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20210705064512.13116-2-xuemingl@nvidia.com>
2021-07-05 6:46 ` [dpdk-test-report] |WARNING| pw95267 [PATCH v8 2/2] bus/auxiliary: introduce auxiliary bus checkpatch
2021-07-06 3:28 [dpdk-test-report] |WARNING| pw95267 [PATCH] [v8, " 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).