automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw136601 [PATCH] [v6] ethdev: add template table resize API
@ 2024-02-12 18:32 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2024-02-12 18:32 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

_apply patch failure_

Submitter: Gregory Etelson <getelson@nvidia.com>
Date: Monday, February 12 2024 18:12:23 
Applied on: CommitID:7c75d453b719989092e0a53f0c049dc6c247bec0
Apply patch set 136601 failed:

Cloning the DPDK mirror at: https://github.com/DPDK/dpdk.git (Attempt 1 of 3)
Trying to checkout branch: main
Checked out to main (39fbd379aa448fda098575f6052dfcdf1dc8e23b)
Done: main commit 39fbd379aa448fda098575f6052dfcdf1dc8e23b
Trying to checkout branch: origin/next-net-for-main
Checked out to next-net-for-main (7c75d453b719989092e0a53f0c049dc6c247bec0)
Applying patch...

Failed to apply patch:
Applying: ethdev: add template table resize API
Using index info to reconstruct a base tree...
M	app/test-pmd/cmdline_flow.c
M	app/test-pmd/config.c
M	doc/guides/rel_notes/release_24_03.rst
M	doc/guides/testpmd_app_ug/testpmd_funcs.rst
M	lib/ethdev/ethdev_trace_points.c
M	lib/ethdev/rte_flow.c
M	lib/ethdev/rte_flow.h
M	lib/ethdev/rte_flow_driver.h
M	lib/ethdev/version.map
Falling back to patching base and 3-way merge...
Auto-merging lib/ethdev/version.map
CONFLICT (content): Merge conflict in lib/ethdev/version.map
Auto-merging lib/ethdev/rte_flow_driver.h
Auto-merging lib/ethdev/rte_flow.h
Auto-merging lib/ethdev/rte_flow.c
CONFLICT (content): Merge conflict in lib/ethdev/rte_flow.c
Auto-merging lib/ethdev/ethdev_trace_points.c
Auto-merging doc/guides/testpmd_app_ug/testpmd_funcs.rst
Auto-merging doc/guides/rel_notes/release_24_03.rst
CONFLICT (content): Merge conflict in doc/guides/rel_notes/release_24_03.rst
Auto-merging app/test-pmd/config.c
Auto-merging app/test-pmd/cmdline_flow.c
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 ethdev: add template table resize API
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


Trying to checkout branch: main
Checked out to main (7c75d453b719989092e0a53f0c049dc6c247bec0)
Applying patch...

Failed to apply patch:
Applying: ethdev: add template table resize API
Using index info to reconstruct a base tree...
M	app/test-pmd/cmdline_flow.c
M	app/test-pmd/config.c
M	doc/guides/rel_notes/release_24_03.rst
M	doc/guides/testpmd_app_ug/testpmd_funcs.rst
M	lib/ethdev/ethdev_trace_points.c
M	lib/ethdev/rte_flow.c
M	lib/ethdev/rte_flow.h
M	lib/ethdev/rte_flow_driver.h
M	lib/ethdev/version.map
Falling back to patching base and 3-way merge...
Auto-merging lib/ethdev/version.map
CONFLICT (content): Merge conflict in lib/ethdev/version.map
Auto-merging lib/ethdev/rte_flow_driver.h
Auto-merging lib/ethdev/rte_flow.h
Auto-merging lib/ethdev/rte_flow.c
CONFLICT (content): Merge conflict in lib/ethdev/rte_flow.c
Auto-merging lib/ethdev/ethdev_trace_points.c
Auto-merging doc/guides/testpmd_app_ug/testpmd_funcs.rst
Auto-merging doc/guides/rel_notes/release_24_03.rst
CONFLICT (content): Merge conflict in doc/guides/rel_notes/release_24_03.rst
Auto-merging app/test-pmd/config.c
Auto-merging app/test-pmd/cmdline_flow.c
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch' to see the failed patch
Patch failed at 0001 ethdev: add template table resize API
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


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

UNH-IOL DPDK Community Lab

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

* |WARNING| pw136601 [PATCH v6] ethdev: add template table resize API
       [not found] <20240212181223.596081-1-getelson@nvidia.com>
@ 2024-02-12 18:13 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2024-02-12 18:13 UTC (permalink / raw)
  To: test-report; +Cc: Gregory Etelson

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

_coding style issues_


WARNING:REPEATED_WORD: Possible repeated word: 'template'
#705: FILE: doc/guides/rel_notes/release_24_03.rst:61:
+    Set when template template must be created with the resizable property.

WARNING:TYPO_SPELLING: 'wheather' may be misspelled - perhaps 'weather'?
#707: FILE: doc/guides/rel_notes/release_24_03.rst:63:
+    Query wheather template table can be resized.

ERROR:SPACING: need consistent spacing around '*' (ctx:WxV)
#938: FILE: lib/ethdev/rte_flow.h:5849:
+				  rte_flow_template_table_attr *tbl_attr);
 				                               ^

total: 1 errors, 2 warnings, 796 lines checked

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

end of thread, other threads:[~2024-02-12 18:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-12 18:32 |WARNING| pw136601 [PATCH] [v6] ethdev: add template table resize API dpdklab
     [not found] <20240212181223.596081-1-getelson@nvidia.com>
2024-02-12 18:13 ` |WARNING| pw136601 [PATCH v6] " 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).