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 E26914371D for ; Sun, 17 Dec 2023 21:22:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DC6104025C; Sun, 17 Dec 2023 21:22:48 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 099B840042 for ; Sun, 17 Dec 2023 21:22:47 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id ECD3B121E47; Sun, 17 Dec 2023 21:22:46 +0100 (CET) Subject: |WARNING| pw135243 [PATCH] net/e1000: support launchtime feature In-Reply-To: <20231217202040.478959-1-chuanyu.xue@uconn.edu> References: <20231217202040.478959-1-chuanyu.xue@uconn.edu> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chuanyu Xue Message-Id: <20231217202246.ECD3B121E47@dpdk.org> Date: Sun, 17 Dec 2023 21:22:46 +0100 (CET) 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/135243 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns #168: FILE: drivers/net/e1000/igb_ethdev.c:1293: + tqavctrl |= E1000_TQAVCTRL_FETCH_ARB; /* Fetch the queue most empty, no Round Robin*/ WARNING:LONG_LINE_COMMENT: line length of 106 exceeds 100 columns #171: FILE: drivers/net/e1000/igb_ethdev.c:1296: + E1000_WRITE_REG(hw, E1000_I210_LAUNCH_OS0, 1ULL << 31); /* Set launch offset to default */ WARNING:LONG_LINE: line length of 118 exceeds 100 columns #270: FILE: drivers/net/e1000/igb_rxtx.c:570: + ts = *RTE_MBUF_DYNFIELD(tx_pkt, igb_tx_timestamp_dynfield_offset, uint64_t *); CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #305: FILE: drivers/net/e1000/igb_rxtx.c:2638: + err = rte_mbuf_dyn_tx_timestamp_register( total: 0 errors, 3 warnings, 1 checks, 186 lines checked