* |WARNING| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd [not found] <20230517231614.69440-1-julien_dpdk@jaube.fr> @ 2023-05-17 23:17 ` checkpatch 2023-05-17 23:17 ` |SUCCESS| " qemudev ` (2 subsequent siblings) 3 siblings, 0 replies; 4+ messages in thread From: checkpatch @ 2023-05-17 23:17 UTC (permalink / raw) To: test-report; +Cc: julien_dpdk Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/126960 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #83: FILE: app/test-pmd/cmdline.c:1348: + *speed = RTE_ETH_LINK_SPEED_2_5G;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #83: FILE: app/test-pmd/cmdline.c:1348: + *speed = RTE_ETH_LINK_SPEED_2_5G;$ ERROR:CODE_INDENT: code indent should use tabs where possible #84: FILE: app/test-pmd/cmdline.c:1349: + } else if (!strcmp(speedstr, "5000")) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #84: FILE: app/test-pmd/cmdline.c:1349: + } else if (!strcmp(speedstr, "5000")) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #85: FILE: app/test-pmd/cmdline.c:1350: + *speed = RTE_ETH_LINK_SPEED_5G;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #85: FILE: app/test-pmd/cmdline.c:1350: + *speed = RTE_ETH_LINK_SPEED_5G;$ ERROR:CODE_INDENT: code indent should use tabs where possible #86: FILE: app/test-pmd/cmdline.c:1351: + } else if (!strcmp(speedstr, "10000")) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #86: FILE: app/test-pmd/cmdline.c:1351: + } else if (!strcmp(speedstr, "10000")) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #134: FILE: app/test-pmd/parameters.c:553: + case 2500:$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #134: FILE: app/test-pmd/parameters.c:553: + case 2500:$ ERROR:CODE_INDENT: code indent should use tabs where possible #135: FILE: app/test-pmd/parameters.c:554: + speed |= RTE_ETH_LINK_SPEED_2_5G;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #135: FILE: app/test-pmd/parameters.c:554: + speed |= RTE_ETH_LINK_SPEED_2_5G;$ ERROR:CODE_INDENT: code indent should use tabs where possible #136: FILE: app/test-pmd/parameters.c:555: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #136: FILE: app/test-pmd/parameters.c:555: + break;$ ERROR:CODE_INDENT: code indent should use tabs where possible #137: FILE: app/test-pmd/parameters.c:556: + case 5000:$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #137: FILE: app/test-pmd/parameters.c:556: + case 5000:$ ERROR:CODE_INDENT: code indent should use tabs where possible #138: FILE: app/test-pmd/parameters.c:557: + speed |= RTE_ETH_LINK_SPEED_5G;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #138: FILE: app/test-pmd/parameters.c:557: + speed |= RTE_ETH_LINK_SPEED_5G;$ ERROR:CODE_INDENT: code indent should use tabs where possible #139: FILE: app/test-pmd/parameters.c:558: + break;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #139: FILE: app/test-pmd/parameters.c:558: + break;$ total: 10 errors, 10 warnings, 80 lines checked ^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd [not found] <20230517231614.69440-1-julien_dpdk@jaube.fr> 2023-05-17 23:17 ` |WARNING| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd checkpatch @ 2023-05-17 23:17 ` qemudev 2023-05-17 23:21 ` qemudev 2023-05-18 0:20 ` 0-day Robot 3 siblings, 0 replies; 4+ messages in thread From: qemudev @ 2023-05-17 23:17 UTC (permalink / raw) To: test-report Test-Label: loongarch-compilation Test-Status: SUCCESS http://dpdk.org/patch/126960 _Compilation OK_ Submitter: julien_dpdk@jaube.fr Date: Thu, 18 May 2023 01:16:14 +0200 DPDK git baseline: Repo:dpdk-next-net Branch: main CommitID: 6e5cdaba996305330f7f628392904294d5823ea1 126960 --> 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| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd [not found] <20230517231614.69440-1-julien_dpdk@jaube.fr> 2023-05-17 23:17 ` |WARNING| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd checkpatch 2023-05-17 23:17 ` |SUCCESS| " qemudev @ 2023-05-17 23:21 ` qemudev 2023-05-18 0:20 ` 0-day Robot 3 siblings, 0 replies; 4+ messages in thread From: qemudev @ 2023-05-17 23:21 UTC (permalink / raw) To: test-report Test-Label: loongarch-unit-testing Test-Status: SUCCESS http://dpdk.org/patch/126960 _Unit Testing PASS_ Submitter: julien_dpdk@jaube.fr Date: Thu, 18 May 2023 01:16:14 +0200 DPDK git baseline: Repo:dpdk-next-net Branch: main CommitID: 6e5cdaba996305330f7f628392904294d5823ea1 126960 --> 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.83s 2/104 DPDK:fast-tests / atomic_autotest OK 7.13s 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 1.97s 13/104 DPDK:fast-tests / devargs_autotest OK 0.07s 14/104 DPDK:fast-tests / eal_flags_c_opt_autotest OK 0.62s 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.52s 24/104 DPDK:fast-tests / eal_flags_file_prefix_autotest OK 22.31s 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.92s 32/104 DPDK:fast-tests / func_reentrancy_autotest OK 2.13s 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.85s 39/104 DPDK:fast-tests / lpm6_autotest OK 8.86s 40/104 DPDK:fast-tests / malloc_autotest OK 64.65s 41/104 DPDK:fast-tests / mbuf_autotest OK 6.68s 42/104 DPDK:fast-tests / mcslock_autotest OK 2.97s 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.47s 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.32s 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.08s 59/104 DPDK:fast-tests / rwlock_rds_wrm_autotest OK 5.08s 60/104 DPDK:fast-tests / rwlock_rde_wro_autotest OK 5.08s 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.88s 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.44s 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 3.02s 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.16s 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.18s 101/104 DPDK:fast-tests / vdev_autotest OK 0.05s 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.80s Ok: 97 Expected Fail: 0 Fail: 0 Unexpected Pass: 0 Skipped: 7 Timeout: 0 ^ permalink raw reply [flat|nested] 4+ messages in thread
* |SUCCESS| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd [not found] <20230517231614.69440-1-julien_dpdk@jaube.fr> ` (2 preceding siblings ...) 2023-05-17 23:21 ` qemudev @ 2023-05-18 0:20 ` 0-day Robot 3 siblings, 0 replies; 4+ messages in thread From: 0-day Robot @ 2023-05-18 0:20 UTC (permalink / raw) To: test-report; +Cc: robot From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/126960/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5008900594 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-18 0:20 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <20230517231614.69440-1-julien_dpdk@jaube.fr> 2023-05-17 23:17 ` |WARNING| pw126960 [PATCH] app/test-pmd : Add 2.5Gbps and 5Gbps support to test-pmd checkpatch 2023-05-17 23:17 ` |SUCCESS| " qemudev 2023-05-17 23:21 ` qemudev 2023-05-18 0:20 ` 0-day Robot
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).