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 B574B43C6B for ; Sat, 9 Mar 2024 19:17:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFF1740273; Sat, 9 Mar 2024 19:17:35 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 622B540144 for ; Sat, 9 Mar 2024 19:17:34 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 521D81223EF; Sat, 9 Mar 2024 19:17:34 +0100 (CET) Subject: |WARNING| pw138141 [RFC v3] tap: do not duplicate fd's In-Reply-To: <20240309181554.289317-1-stephen@networkplumber.org> References: <20240309181554.289317-1-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240309181734.521D81223EF@dpdk.org> Date: Sat, 9 Mar 2024 19:17:34 +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/138141 _coding style issues_ WARNING:TYPO_SPELLING: 'devic' may be misspelled - perhaps 'device'? #84: The TAP devic can use the same file descriptor for both rx and tx queues. WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #85: This allows up to 8 queues (versus 4) and reduces some resource consumption. WARNING:LONG_LINE: line length of 101 exceeds 100 columns #529: FILE: drivers/net/tap/tap_intr.c:77: + RTE_INTR_VEC_RXTX_OFFSET + RTE_MAX_RXTX_INTR_VEC_ID)) total: 0 errors, 3 warnings, 0 checks, 397 lines checked