From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <test-report-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id E946FA0553
	for <public@inbox.dpdk.org>; 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 <test-report@dpdk.org>; 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 <test-report.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/test-report>,
 <mailto:test-report-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/test-report/>
List-Post: <mailto:test-report@dpdk.org>
List-Help: <mailto:test-report-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/test-report>,
 <mailto:test-report-request@dpdk.org?subject=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