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 E946FA0553 for ; Wed, 16 Nov 2022 10:53:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3C6440DFB; Wed, 16 Nov 2022 10:53:56 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8BBD0400EF for ; Wed, 16 Nov 2022 10:53:55 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 79273120D86; Wed, 16 Nov 2022 10:53:55 +0100 (CET) Subject: |WARNING| pw119886 [PATCH] net/failsafe: Fix crash due to in-valid sub-device port id In-Reply-To: <20221116095224.1576-1-madhuker.mythri@oracle.com> References: <20221116095224.1576-1-madhuker.mythri@oracle.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: madhuker.mythri@oracle.com Message-Id: <20221116095355.79273120D86@dpdk.org> Date: Wed, 16 Nov 2022 10:53:55 +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/119886 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #89: Crash occuring while the DPDK secondary processes trying to probe the tap-device, where tap-device is a sub-device of Fail-safe device. WARNING:TYPO_SPELLING: 'occuring' may be misspelled - perhaps 'occurring'? #89: Crash occuring while the DPDK secondary processes trying to probe the tap-device, where tap-device is a sub-device of Fail-safe device. WARNING:BRACES: braces {} are not necessary for single statement blocks #107: FILE: drivers/net/failsafe/failsafe.c:364: + if (!rte_eth_dev_is_valid_port(PORT_ID(sdev))) { + continue; + } total: 0 errors, 3 warnings, 0 checks, 10 lines checked