automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw112064 [PATCH] Fix RISC-V builds
       [not found] <20220530141103.42444-1-heinrich.schuchardt@canonical.com>
@ 2022-05-30 14:11 ` checkpatch
  0 siblings, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-05-30 14:11 UTC (permalink / raw)
  To: test-report; +Cc: Heinrich Schuchardt

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

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

_coding style issues_


WARNING:BAD_SIGN_OFF: Do not use whitespace before Cc:
#61: 
    cc: error: ‘-march=native’: ISA string must begin with rv32 or rv64

ERROR:BAD_SIGN_OFF: Unrecognized email address: 'error: ‘-march=native’: ISA string must begin with rv32 or rv64'
#61: 
    cc: error: ‘-march=native’: ISA string must begin with rv32 or rv64

total: 1 errors, 1 warnings, 11 lines checked

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

* |WARNING| pw112064 [PATCH] Fix RISC-V builds
@ 2022-05-30 14:28 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2022-05-30 14:28 UTC (permalink / raw)
  To: test-report; +Cc: dpdk-test-reports

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

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

_apply patch failure_

Submitter: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Monday, May 30 2022 14:11:03 
Applied on: CommitID:64fcadeac0f70c8c9c215196a3d580b4ad37dcdc
Apply patch set 112064 failed:

Checking patch meson.build...
error: while searching for:
# set up some global vars for compiler, platform, configuration, etc.
cc = meson.get_compiler('c')

add_project_arguments('-march=native', language: 'c')

if get_option('enable-avx') and cc.has_argument('-mavx')
    add_project_arguments('-mavx', language: 'c')

error: patch failed: meson.build:17
Applying patch meson.build with 1 reject...
Rejected hunk #1.
diff a/meson.build b/meson.build	(rejected hunks)
@@ -17,7 +17,10 @@ pktgen_conf = configuration_data()
 # set up some global vars for compiler, platform, configuration, etc.
 cc = meson.get_compiler('c')
 
-add_project_arguments('-march=native', language: 'c')
+target = target_machine.cpu_family()
+if (target != 'riscv64')
+    add_project_arguments('-march=native', language: 'c')
+endif
 
 if get_option('enable-avx') and cc.has_argument('-mavx')
     add_project_arguments('-mavx', language: 'c')

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

UNH-IOL DPDK Community Lab

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

end of thread, other threads:[~2022-05-30 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220530141103.42444-1-heinrich.schuchardt@canonical.com>
2022-05-30 14:11 ` |WARNING| pw112064 [PATCH] Fix RISC-V builds checkpatch
2022-05-30 14:28 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).