* |WARNING| pw126848 [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support
[not found] <20230515064700.624054-5-miao.li@intel.com>
@ 2023-05-15 6:49 ` checkpatch
2023-05-15 7:59 ` |FAILURE| " 0-day Robot
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: checkpatch @ 2023-05-15 6:49 UTC (permalink / raw)
To: test-report; +Cc: Miao Li
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/126848
_coding style issues_
WARNING:EMAIL_SUBJECT: A patch subject line should describe the change not the tool that found it
#47:
Subject: [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support
total: 0 errors, 1 warnings, 142 lines checked
^ permalink raw reply [flat|nested] 4+ messages in thread
* |FAILURE| pw126848 [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support
[not found] <20230515064700.624054-5-miao.li@intel.com>
2023-05-15 6:49 ` |WARNING| pw126848 [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support checkpatch
@ 2023-05-15 7:59 ` 0-day Robot
2023-05-16 1:34 ` |SUCCESS| pw126845-126848 " qemudev
2023-05-16 1:35 ` qemudev
3 siblings, 0 replies; 4+ messages in thread
From: 0-day Robot @ 2023-05-15 7:59 UTC (permalink / raw)
To: test-report; +Cc: miao.li, robot
From: robot@bytheb.org
Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/126848/
_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4977447920
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-static-i386" failed at step Build and test
"ubuntu-20.04-gcc-static-mingw" failed at step Build and test
----------------------End summary of failed steps--------------------
-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
[611/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_params.c.o'.
[612/3032] Generating rte_bus_dpaa.sym_chk with a meson_exe.py custom command.
[613/3032] Linking target drivers/librte_bus_dpaa.so.23.2.
[614/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_pci_common_uio.c.o'.
[615/3032] Generating symbol file 'drivers/a715181@@rte_bus_dpaa@sha/librte_bus_dpaa.so.23.2.symbols'.
[616/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_uio.c.o'.
[617/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci.c.o'.
[618/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform_params.c.o'.
[619/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o'.
FAILED: drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o
ccache gcc -Idrivers/a715181@@tmp_rte_bus_pci@sta -Idrivers -I../drivers -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../lib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/telemetry/../metrics -I../lib/telemetry/../metrics -Ilib/telemetry -I../lib/telemetry -Ilib/pci -I../lib/pci -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-pointer-to-int-cast -D_GNU_SOURCE -m32 -fPIC -march=corei7 -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=bus.pci -MD -MQ 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o' -MF 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o.d' -o 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_linux_pci_vfio.c.o' -c ../drivers/bus/pci/linux/pci_vfio.c
In file included from ../lib/eal/include/rte_log.h:25,
from ../drivers/bus/pci/linux/pci_vfio.c:14:
../drivers/bus/pci/linux/pci_vfio.c: In function ‘pci_vfio_sparse_mmap_bar’:
../lib/eal/include/rte_common.h:290:30: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
290 | #define RTE_PTR_ADD(ptr, x) ((void*)((uintptr_t)(ptr) + (x)))
| ^
../drivers/bus/pci/linux/pci_vfio.c:698:18: note: in expansion of macro ‘RTE_PTR_ADD’
698 | void *addr = RTE_PTR_ADD(bar_addr, sparse->offset);
| ^~~~~~~~~~~
cc1: all warnings being treated as errors
[620/3032] Compiling C object 'drivers/a715181@@tmp_rte_bus_platform@sta/bus_platform_platform.c.o'.
[621/3032] Generating rte_bus_fslmc.sym_chk with a meson_exe.py custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-i386" at step Build and test
####################################################################################
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
ccache x86_64-w64-mingw32-gcc -Idrivers/a715181@@tmp_rte_bus_pci@sta -Idrivers -I../drivers -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/windows -I. -I../ -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/windows/include -I../lib/eal/windows/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/pci -I../lib/pci -fdiagnostics-color=always -pipe -Wall -Winvalid-pch -Wextra -Werror -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -D_WIN32_WINNT=0x0A00 -D__USE_MINGW_ANSI_STDIO -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -DRTE_LOG_DEFAULT_LOGTYPE=bus.pci -MD -MQ 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_windows_pci.c.obj' -MF 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_windows_pci.c.obj.d' -o 'drivers/a715181@@tmp_rte_bus_pci@sta/bus_pci_windows_pci.c.obj' -c ../drivers/bus/pci/windows/pci.c
../drivers/bus/pci/windows/pci.c: In function ‘pci_scan_one’:
../drivers/bus/pci/windows/pci.c:412:14: error: passing argument 1 of ‘pci_free’ from incompatible pointer type [-Werror=incompatible-pointer-types]
412 | pci_free(dev);
| ^~~
| |
| struct rte_pci_device *
In file included from ../drivers/bus/pci/windows/pci.c:14:
../drivers/bus/pci/private.h:77:42: note: expected ‘struct rte_pci_device_internal *’ but argument is of type ‘struct rte_pci_device *’
77 | pci_free(struct rte_pci_device_internal *pdev);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
../drivers/bus/pci/windows/pci.c:421:11: error: passing argument 1 of ‘pci_free’ from incompatible pointer type [-Werror=incompatible-pointer-types]
421 | pci_free(dev);
| ^~~
| |
| struct rte_pci_device *
In file included from ../drivers/bus/pci/windows/pci.c:14:
../drivers/bus/pci/private.h:77:42: note: expected ‘struct rte_pci_device_internal *’ but argument is of type ‘struct rte_pci_device *’
77 | pci_free(struct rte_pci_device_internal *pdev);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
cc1: all warnings being treated as errors
[357/1416] Linking target drivers/librte_mempool_stack-23.dll.
[358/1416] Compiling C object 'drivers/a715181@@tmp_rte_dma_idxd@sta/dma_idxd_idxd_pci.c.obj'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-static-mingw" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw126845-126848 [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support
[not found] <20230515064700.624054-5-miao.li@intel.com>
2023-05-15 6:49 ` |WARNING| pw126848 [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support checkpatch
2023-05-15 7:59 ` |FAILURE| " 0-day Robot
@ 2023-05-16 1:34 ` qemudev
2023-05-16 1:35 ` qemudev
3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-05-16 1:34 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-compilation
Test-Status: SUCCESS
http://dpdk.org/patch/126848
_Compilation OK_
Submitter: Miao Li <miao.li@intel.com>
Date: Mon, 15 May 2023 06:46:57 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: dbff181d62c997f128b75db2bbac9f42e8dd0f8f
126845-126848 --> meson & ninja build successfully
Test environment and result as below:
+---------------------+----------------+
| Environment | compilation |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw126845-126848 [PATCH v1 4/4] bus/pci: add VFIO sparse mmap support
[not found] <20230515064700.624054-5-miao.li@intel.com>
` (2 preceding siblings ...)
2023-05-16 1:34 ` |SUCCESS| pw126845-126848 " qemudev
@ 2023-05-16 1:35 ` qemudev
3 siblings, 0 replies; 4+ messages in thread
From: qemudev @ 2023-05-16 1:35 UTC (permalink / raw)
To: test-report
Test-Label: loongarch-unit-testing
Test-Status: SUCCESS
http://dpdk.org/patch/126848
_Unit Testing PASS_
Submitter: Miao Li <miao.li@intel.com>
Date: Mon, 15 May 2023 06:46:57 +0000
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: dbff181d62c997f128b75db2bbac9f42e8dd0f8f
126845-126848 --> testing pass
Test environment and result as below:
+---------------------+----------------+
| Environment | dpdk_unit_test |
+---------------------+----------------+
| Loongnix-Server 8.3 | PASS |
+---------------------+----------------+
Loongnix-Server 8.3
Kernel: 4.19.190+
Compiler: gcc 8.3
Test result details:
1/104 DPDK:fast-tests / acl_autotest OK 2.78s
2/104 DPDK:fast-tests / atomic_autotest OK 7.08s
3/104 DPDK:fast-tests / bitmap_autotest OK 0.07s
4/104 DPDK:fast-tests / bpf_autotest OK 0.07s
5/104 DPDK:fast-tests / bpf_convert_autotest OK 0.07s
6/104 DPDK:fast-tests / bitops_autotest OK 0.07s
7/104 DPDK:fast-tests / byteorder_autotest OK 0.07s
8/104 DPDK:fast-tests / cksum_autotest OK 0.07s
9/104 DPDK:fast-tests / cmdline_autotest OK 0.07s
10/104 DPDK:fast-tests / common_autotest OK 0.92s
11/104 DPDK:fast-tests / cpuflags_autotest OK 0.07s
12/104 DPDK:fast-tests / debug_autotest OK 5.63s
13/104 DPDK:fast-tests / devargs_autotest OK 0.07s
14/104 DPDK:fast-tests / eal_flags_c_opt_autotest OK 0.72s
15/104 DPDK:fast-tests / eal_flags_main_opt_autotest OK 0.22s
16/104 DPDK:fast-tests / eal_flags_n_opt_autotest OK 0.17s
17/104 DPDK:fast-tests / eal_flags_hpet_autotest OK 0.12s
18/104 DPDK:fast-tests / eal_flags_no_huge_autotest OK 0.22s
19/104 DPDK:fast-tests / eal_flags_a_opt_autotest OK 0.27s
20/104 DPDK:fast-tests / eal_flags_b_opt_autotest OK 0.22s
21/104 DPDK:fast-tests / eal_flags_vdev_opt_autotest OK 0.17s
22/104 DPDK:fast-tests / eal_flags_r_opt_autotest OK 0.17s
23/104 DPDK:fast-tests / eal_flags_mem_autotest OK 0.57s
24/104 DPDK:fast-tests / eal_flags_file_prefix_autotest OK 22.26s
25/104 DPDK:fast-tests / eal_flags_misc_autotest OK 0.77s
26/104 DPDK:fast-tests / eal_fs_autotest OK 0.07s
27/104 DPDK:fast-tests / errno_autotest OK 0.07s
28/104 DPDK:fast-tests / ethdev_link_status OK 0.07s
29/104 DPDK:fast-tests / event_ring_autotest OK 0.07s
30/104 DPDK:fast-tests / fib_autotest OK 0.87s
31/104 DPDK:fast-tests / fib6_autotest OK 0.87s
32/104 DPDK:fast-tests / func_reentrancy_autotest OK 2.23s
33/104 DPDK:fast-tests / hash_autotest OK 1.02s
34/104 DPDK:fast-tests / interrupt_autotest OK 1.37s
35/104 DPDK:fast-tests / ipfrag_autotest OK 0.07s
36/104 DPDK:fast-tests / lcores_autotest OK 5.12s
37/104 DPDK:fast-tests / logs_autotest OK 0.07s
38/104 DPDK:fast-tests / lpm_autotest OK 5.96s
39/104 DPDK:fast-tests / lpm6_autotest OK 8.83s
40/104 DPDK:fast-tests / malloc_autotest OK 60.86s
41/104 DPDK:fast-tests / mbuf_autotest OK 7.13s
42/104 DPDK:fast-tests / mcslock_autotest OK 4.17s
43/104 DPDK:fast-tests / memcpy_autotest OK 6.68s
44/104 DPDK:fast-tests / memory_autotest OK 0.12s
45/104 DPDK:fast-tests / mempool_autotest OK 0.42s
46/104 DPDK:fast-tests / memzone_autotest OK 0.17s
47/104 DPDK:fast-tests / meter_autotest OK 0.07s
48/104 DPDK:fast-tests / multiprocess_autotest OK 0.17s
49/104 DPDK:fast-tests / per_lcore_autotest OK 0.17s
50/104 DPDK:fast-tests / pflock_autotest OK 0.87s
51/104 DPDK:fast-tests / prefetch_autotest OK 0.07s
52/104 DPDK:fast-tests / rcu_qsbr_autotest OK 0.57s
53/104 DPDK:fast-tests / pie_autotest OK 0.07s
54/104 DPDK:fast-tests / rib_autotest OK 10.30s
55/104 DPDK:fast-tests / rib6_autotest OK 10.30s
56/104 DPDK:fast-tests / ring_autotest OK 0.12s
57/104 DPDK:fast-tests / rwlock_test1_autotest OK 0.82s
58/104 DPDK:fast-tests / rwlock_rda_autotest OK 5.07s
59/104 DPDK:fast-tests / rwlock_rds_wrm_autotest OK 5.07s
60/104 DPDK:fast-tests / rwlock_rde_wro_autotest OK 5.07s
61/104 DPDK:fast-tests / sched_autotest OK 0.07s
62/104 DPDK:fast-tests / security_autotest OK 0.07s
63/104 DPDK:fast-tests / seqlock_autotest OK 2.07s
64/104 DPDK:fast-tests / spinlock_autotest OK 0.17s
65/104 DPDK:fast-tests / stack_autotest OK 0.87s
66/104 DPDK:fast-tests / stack_lf_autotest SKIP 0.07s exit status 77
67/104 DPDK:fast-tests / string_autotest OK 0.07s
68/104 DPDK:fast-tests / tailq_autotest OK 0.07s
69/104 DPDK:fast-tests / ticketlock_autotest OK 0.22s
70/104 DPDK:fast-tests / timer_autotest OK 3.97s
71/104 DPDK:fast-tests / user_delay_us OK 0.07s
72/104 DPDK:fast-tests / version_autotest OK 0.07s
73/104 DPDK:fast-tests / crc_autotest OK 0.07s
74/104 DPDK:fast-tests / distributor_autotest OK 1.22s
75/104 DPDK:fast-tests / eventdev_common_autotest OK 0.07s
76/104 DPDK:fast-tests / fbarray_autotest OK 0.07s
77/104 DPDK:fast-tests / hash_readwrite_func_autotest OK 6.39s
78/104 DPDK:fast-tests / ipsec_autotest SKIP 0.07s exit status 77
79/104 DPDK:fast-tests / kni_autotest SKIP 0.07s exit status 77
80/104 DPDK:fast-tests / kvargs_autotest OK 0.07s
81/104 DPDK:fast-tests / member_autotest OK 1.22s
82/104 DPDK:fast-tests / power_cpufreq_autotest SKIP 0.07s exit status 77
83/104 DPDK:fast-tests / power_autotest OK 0.07s
84/104 DPDK:fast-tests / power_kvm_vm_autotest SKIP 0.07s exit status 77
85/104 DPDK:fast-tests / power_intel_uncore_autotest SKIP 0.07s exit status 77
86/104 DPDK:fast-tests / reorder_autotest OK 0.12s
87/104 DPDK:fast-tests / service_autotest OK 2.77s
88/104 DPDK:fast-tests / thash_autotest OK 0.07s
89/104 DPDK:fast-tests / threads_autotest OK 0.27s
90/104 DPDK:fast-tests / trace_autotest OK 0.07s
91/104 DPDK:fast-tests / trace_autotest_with_traces OK 0.12s
92/104 DPDK:fast-tests / metrics_autotest OK 0.07s
93/104 DPDK:fast-tests / telemetry_json_autotest OK 0.07s
94/104 DPDK:fast-tests / telemetry_data_autotest OK 0.07s
95/104 DPDK:fast-tests / table_autotest OK 10.00s
96/104 DPDK:fast-tests / ring_pmd_autotest OK 0.07s
97/104 DPDK:fast-tests / event_eth_tx_adapter_autotest OK 1.47s
98/104 DPDK:fast-tests / bitratestats_autotest OK 0.07s
99/104 DPDK:fast-tests / latencystats_autotest OK 0.07s
100/104 DPDK:fast-tests / pdump_autotest OK 5.17s
101/104 DPDK:fast-tests / vdev_autotest OK 0.07s
102/104 DPDK:fast-tests / rawdev_autotest OK 0.07s
103/104 DPDK:fast-tests / compressdev_autotest SKIP 0.07s exit status 77
104/104 DPDK:fast-tests / telemetry_all OK 14.84s
Ok: 97
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 7
Timeout: 0
^ permalink raw reply [flat|nested] 4+ messages in thread