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 76E5D488C6 for ; Mon, 6 Oct 2025 14:46:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D2DE402B1; Mon, 6 Oct 2025 14:46:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 75224402B1 for ; Mon, 6 Oct 2025 14:46:30 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 96AD8124262; Mon, 6 Oct 2025 14:46:22 +0200 (CEST) Subject: |WARNING| pw157297 [PATCH] net/intel/e1000: reduce the optimization level for gcc > 11 In-Reply-To: <20251006124506.388456-1-thierry.herbelot@6wind.com> References: <20251006124506.388456-1-thierry.herbelot@6wind.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Thierry Herbelot Message-Id: <20251006124622.96AD8124262@dpdk.org> Date: Mon, 6 Oct 2025 14:46:22 +0200 (CEST) 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: checkpatch Test-Status: WARNING http://dpdk.org/patch/157297 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #100: #0 rte_read32_relaxed (addr=0x1100800e00) at ../sources/lib/eal/include/generic/rte_io.h:290 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #100: #0 rte_read32_relaxed (addr=0x1100800e00) at ../sources/lib/eal/include/generic/rte_io.h:290 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #101: #1 rte_read32 (addr=0x1100800e00) at ../sources/lib/eal/include/generic/rte_io.h:345 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #102: #2 e1000_read_addr (addr=0x1100800e00) at ../sources/drivers/net/intel/e1000/base/e1000_osdep.h:106 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #103: #3 e1000_id_led_init_generic (hw=0x1586788c0) at ../sources/drivers/net/intel/e1000/base/e1000_mac.c:1844 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #104: #4 0x000062aaf653c85f in e1000_init_hw_82540 (hw=0x1586788c0) WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #106: #5 0x000062aaf6db8227 in em_hardware_init (hw=hw@entry=0x1586788c0) WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #108: #6 0x000062aaf65340ff in em_hw_init (hw=0x1586788c0) at ../sources/drivers/net/intel/e1000/em_ethdev.c:445 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #109: #7 eth_em_dev_init (eth_dev=eth_dev@entry=0x62aaff346000 ) WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #111: #8 0x000062aaf6db8b71 in rte_eth_dev_pci_generic_probe (private_data_size=11240, WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #113: #9 eth_em_pci_probe (pci_drv=, pci_dev=0x62ab2853dd90) WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #115: #10 0x000062aaf646adf5 in rte_pci_probe_one_driver (dr=dr@entry=0x62aaf82d8020 , WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #117: #11 0x000062aaf6a15f7d in pci_probe_all_drivers (dev=0x62ab2853dd90) at ../sources/drivers/bus/pci/pci_common.c:383 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #118: #12 pci_probe () at ../sources/drivers/bus/pci/pci_common.c:410 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #119: #13 0x000062aaf7a485f3 in rte_bus_probe () at ../sources/lib/eal/common/eal_common_bus.c:84 WARNING:COMMIT_COMMENT_SYMBOL: Commit log lines starting with '#' are dropped by git as comments #120: #14 0x000062aaf670585d in rte_eal_init (argc=argc@entry=146, argv=argv@entry=0x7fffca468898) WARNING:TYPO_SPELLING: 'uner' may be misspelled - perhaps 'under'? #123: The crash is linked to the use of gcc-13: uner Ubuntu-24.04 testpmd ^^^^ total: 0 errors, 17 warnings, 0 checks, 15 lines checked