automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw86663 [PATCH v1] eal/arm: fix gcc build for 128-bit atomic compare exchange
       [not found] <20210115095821.42721-1-joyce.kong@arm.com>
@ 2021-01-15  9:59 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-01-15  9:59 UTC (permalink / raw)
  To: test-report; +Cc: Joyce Kong

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]

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

_coding style issues_


WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#56: 
function ‘__cas_128_relaxed’:

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#59: 
 __ATOMIC128_CAS_OP(__cas_128_relaxed, "casp")

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#59: 
 __ATOMIC128_CAS_OP(__cas_128_relaxed, "casp")

WARNING:TYPO_SPELLING: 'CAS' may be misspelled - perhaps 'CASE'?
#62: 
Fix the compiling issue by defining __ATOMIC128_CAS_OP as a void

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#84: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:57:
+cas_op_name(rte_int128_t *dst, rte_int128_t *old, rte_int128_t updated)     \

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#114: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:115:
+		__cas_128_relaxed(dst, exp, desired);

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#117: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:117:
+		__cas_128_acquire(dst, exp, desired);

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#120: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:119:
+		__cas_128_release(dst, exp, desired);

WARNING:TYPO_SPELLING: 'cas' may be misspelled - perhaps 'case'?
#123: FILE: lib/librte_eal/arm/include/rte_atomic_64.h:121:
+		__cas_128_acq_rel(dst, exp, desired);

total: 0 errors, 9 warnings, 63 lines checked

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

* [dpdk-test-report] |WARNING| pw86663 [PATCH] [v1] eal/arm: fix gcc build for 128-bit atomic compare exchange
@ 2021-01-20  3:03 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2021-01-20  3:03 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports

[-- Attachment #1: Type: text/plain, Size: 4351 bytes --]

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

_Testing issues_

Submitter: Joyce Kong <joyce.kong@arm.com>
Date: Friday, January 15 2021 09:58:21 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:6a426d733ec0d0d0d8edd6fb46da70a763a81194

86663 --> testing fail

Test environment and result as below:

+---------------------+----------------------+--------------------+-------------------+----------------+
|     Environment     | dpdk_mingw64_compile | dpdk_meson_compile | dpdk_compile_spdk | dpdk_unit_test |
+=====================+======================+====================+===================+================+
| Windows Server 2019 | FAIL                 | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| FreeBSD 11.2        | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Fedora 31           | SKIPPED              | PASS               | PASS              | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| CentOS 8            | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| openSUSE Leap 15    | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Arch Linux          | SKIPPED              | PASS               | SKIPPED           | SKIPPED        |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04        | SKIPPED              | PASS               | PASS              | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+
| Ubuntu 18.04 ARM    | SKIPPED              | PASS               | SKIPPED           | PASS           |
+---------------------+----------------------+--------------------+-------------------+----------------+

==== 20 line log output for Windows Server 2019 (dpdk_mingw64_compile): ====
{standard input}:3507: Error: invalid register for .seh_savexmm
{standard input}:3509: Error: invalid register for .seh_savexmm
{standard input}:3511: Error: invalid register for .seh_savexmm
{standard input}:3513: Error: invalid register for .seh_savexmm
{standard input}:3515: Error: invalid register for .seh_savexmm
{standard input}:3517: Error: invalid register for .seh_savexmm
{standard input}:3519: Error: invalid register for .seh_savexmm
{standard input}:3521: Error: invalid register for .seh_savexmm
{standard input}:4204: Error: invalid register for .seh_savexmm
{standard input}:4205: Error: invalid register for .seh_savexmm
{standard input}:4206: Error: invalid register for .seh_savexmm
{standard input}:4207: Error: invalid register for .seh_savexmm
{standard input}:4208: Error: invalid register for .seh_savexmm
{standard input}:4209: Error: invalid register for .seh_savexmm
{standard input}:4210: Error: invalid register for .seh_savexmm
{standard input}:4211: Error: invalid register for .seh_savexmm
{standard input}:4212: Error: invalid register for .seh_savexmm
{standard input}:4213: Error: invalid register for .seh_savexmm
{standard input}:4214: Error: invalid register for .seh_savexmm
ninja: build stopped: subcommand failed.
==== End log output ====

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 9.0

FreeBSD 11.2
	Kernel: 11.2
	Compiler: gcc 8.3

Fedora 31
	Kernel: 5.3.16
	Compiler: gcc 9.2.1

CentOS 8
	Kernel: 4.18.0.el8_0
	Compiler: gcc 8.3.1

openSUSE Leap 15
	Kernel: 4.12.14
	Compiler: gcc 7.4.1

Arch Linux
	Kernel: latest
	Compiler: gcc latest

Ubuntu 18.04
	Kernel: 4.15.0-generic
	Compiler: gcc 7.5

Ubuntu 18.04 ARM
	Kernel: 5.4.0-53-generic
	Compiler: gcc 9.3

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/15219/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

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

end of thread, other threads:[~2021-01-20  3:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210115095821.42721-1-joyce.kong@arm.com>
2021-01-15  9:59 ` [dpdk-test-report] |WARNING| pw86663 [PATCH v1] eal/arm: fix gcc build for 128-bit atomic compare exchange checkpatch
2021-01-20  3:03 [dpdk-test-report] |WARNING| pw86663 [PATCH] [v1] " 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).