From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 91F5145EB6 for ; Tue, 17 Dec 2024 16:21:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E79E406B6; Tue, 17 Dec 2024 16:21:04 +0100 (CET) Received: from mail-qv1-f98.google.com (mail-qv1-f98.google.com [209.85.219.98]) by mails.dpdk.org (Postfix) with ESMTP id 09B22402B1 for ; Tue, 17 Dec 2024 16:21:02 +0100 (CET) Received: by mail-qv1-f98.google.com with SMTP id 6a1803df08f44-6d8adbda583so65023036d6.0 for ; Tue, 17 Dec 2024 07:21:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734448862; x=1735053662; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=RxQ574WpBdMsaV+S2OP4rcXcRmYV65no4ot1oaEMKbQ=; b=SEQTesDLbAW+morySMu2NsPuWDNSW27nB2Y7TlPnz5dlxMHeCVE7aJeVegzMe36RVG DmPbcwm2BSaSZN2kQiWW/sgdsrFGTsS/tbck4DeWWf70ZaMWiIFpR+DUCJXcsxMsHnAt vmJjYmBUQliNCCipP535pqJr8XVr12PSoF3AY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734448862; x=1735053662; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=RxQ574WpBdMsaV+S2OP4rcXcRmYV65no4ot1oaEMKbQ=; b=MmBfW014DSm2fQECKLchhP+g5yVh7GNM8cTTkmMoVJad8JAgcTNAO+TNvtwShqje6R m/03iBvzT8n7VKDCHOaV2ddS0QML+q9fxYetz/b6TrI67A3DW+iDabRrzqpUrx80p6oq E+dElhWS0xhwDi4gAYHYj9EyViXElEkk3dZeArXGSd5C0+flQOmo18CC9YX1BiEDlvQq kIZC0aQJdBR1IZ2jHSWGQO0uzgmwRlREcIAcxnPOscpvJJ6ZXub/q8IArq7qPG3duHnQ rM64wY+ZkXpMt3Rro7zbqnBPgvEVPc2fyZhL0DU0CKGdsyhWUG7AtN/EHC6JUf525fjc UKYg== X-Gm-Message-State: AOJu0Yzznlo/CAdJJD98xyQvpjONqBnJxB6de31Q314jSacrn8lEOVCi UM1MnW/ENc1KeMVbGJjxIrmkZh74aG0y85l8/x513aUeBPSDdgoBpN6YSRI8PC5bk8kuZiCu8t0 VXYZdD1/435ocV0fFUT9BGamRrcF83g/sgBdC+iax X-Gm-Gg: ASbGncu8KB5deKpdRFzrkpeHWJJPtIt8Aijui6VRO8SMMyW2h3oYmd5DuyjZoziG54J hH146K25vKbX6KJsZSWZLRO1OCu/CCIrOEpLjMbG6/asjsGSpHdn5S3GH2nk8CeYfQPotVXLULH Yt56y8EKb0s8W6yJLbecP8xAu71DUYf8ejcmTko2MCC07XdfjZViBqxpgqymgPpwi072JhC633H o1YAg0BN6DpDzfjMEY0buMWiNlCEbkEL3r+U29xgFg4vAtXw53yv5oEnN1WAVrcb9xoaZoOGUhH OQ== X-Google-Smtp-Source: AGHT+IH34JiOq+wqLONl2BIOT97nzgpAZqQhpFy5Ku5iE6UiYcexvBJBCKY+MaIKcbu1zcvwPhprpR7am7rS X-Received: by 2002:a05:6214:5298:b0:6d4:1680:612d with SMTP id 6a1803df08f44-6dc70faea45mr225277836d6.0.1734448862272; Tue, 17 Dec 2024 07:21:02 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dccd1eaccfsm4130076d6.37.2024.12.17.07.21.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2024 07:21:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Dec 2024 07:21:02 -0800 (PST) Message-ID: <676196de.050a0220.29fc12.b911SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 056776052471; Tue, 17 Dec 2024 10:21:02 -0500 (EST) Subject: |WARNING| pw149266-149277 [PATCH] [v3,15/15] net/zxdh: mtu update op From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241217114133.1171174-16-wang.junlong1@zte.com.cn> References: <20241217114133.1171174-16-wang.junlong1@zte.com.cn> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-unit-amd64-testing Test-Status: WARNING http://dpdk.org/patch/149277 _Testing issues_ Submitter: Junlong Wang Date: Tuesday, December 17 2024 11:41:33 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149266-149277 --> testing issues Upstream job id: Generic-Unit-Test-DPDK#299864 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 39 | PASS | +-------------------+----------------+ | Debian 12 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PASS | +-------------------+----------------+ | Fedora 40 | WARN | +-------------------+----------------+ | Fedora 40 (Clang) | PASS | +-------------------+----------------+ | RHEL8 | PASS | +-------------------+----------------+ | RHEL9 | PASS | +-------------------+----------------+ | Ubuntu 20.04 | PASS | +-------------------+----------------+ | Ubuntu 22.04 | PASS | +-------------------+----------------+ | Ubuntu 24.04 | PASS | +-------------------+----------------+ ==== 20 line log output for Fedora 40 (dpdk_unit_test): ==== [2269/3144] Linking static target drivers/librte_net_virtio.a [2270/3144] Linking target drivers/librte_net_virtio.so.25.1 [2271/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_common.c.o [2272/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_msg.c.o [2273/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_ethdev.c.o [2274/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_pci.c.o [2275/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_queue.c.o [2276/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o FAILED: drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o ccache cc -Idrivers/libtmp_rte_net_zxdh.a.p -Idrivers -I../drivers -Idrivers/net/zxdh -I../drivers/net/zxdh -Ilib/ethdev -I../lib/ethdev -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 -I../kernel/linux -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -Ilib/net -I../lib/net -Ilib/mbuf -I../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/meter -I../lib/meter -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/bus/vdev -I../drivers/bus/vdev -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-proto types -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-packed-not-aligned -Wno-missing-field-initializers -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -Wno-format-truncation -Wno-address-of-packed-member -DRTE_LOG_DEFAULT_LOGTYPE=pmd.net.zxdh -MD -MQ drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o -MF drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o.d -o drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_np.c.o -c ../drivers/net/zxdh/zxdh_np.c ../drivers/net/zxdh/zxdh_np.c: In function 'zxdh_np_dtb_table_entry_delete': ../drivers/net/zxdh/zxdh_np.c:1511:50: error: 'rte_calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 1511 | p_data_buff_ex = rte_calloc(NULL, sizeof(uint8_t), ZXDH_DTB_TABLE_DATA_BUFF_SIZE, 0); | ^~~~~~~ ../drivers/net/zxdh/zxdh_np.c:1511:50: note: earlier argument should specify number of elements, later size of each element cc1: all warnings being treated as errors [2277/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_tables.c.o [2278/3144] Generating rte_common_cnxk.sym_chk with a custom command (wrapped by meson to capture output) [2279/3144] Compiling C object drivers/libtmp_rte_net_zxdh.a.p/net_zxdh_zxdh_rxtx.c.o ninja: build stopped: subcommand failed. ==== End log output ==== CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32152/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/