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 A226B41E13 for ; Thu, 9 Mar 2023 16:11:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9D1C040ED7; Thu, 9 Mar 2023 16:11:03 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8F0A940ED7 for ; Thu, 9 Mar 2023 16:11:02 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7D2DF12092F; Thu, 9 Mar 2023 16:11:02 +0100 (CET) Subject: |WARNING| pw124907 [PATCH] app/testpmd: fix closing softnic port before ethdev ports In-Reply-To: <20230309144249.1199517-1-yogesh.jangra@intel.com> References: <20230309144249.1199517-1-yogesh.jangra@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Yogesh Jangra Message-Id: <20230309151102.7D2DF12092F@dpdk.org> Date: Thu, 9 Mar 2023 16:11:02 +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/124907 _coding style issues_ WARNING:TYPO_SPELLING: 'sevice' may be misspelled - perhaps 'service'? #63: SoftNIC runs on the sevice core, it uses the resources from the testpmd WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #66: that result in segmentation error.This fix will first close the SoftNIC port. WARNING:TYPO_SPELLING: 'sevice' may be misspelled - perhaps 'service'? #85: FILE: app/test-pmd/testpmd.c:3772: + * SoftNIC runs on the sevice core, it uses the resources from total: 0 errors, 3 warnings, 21 lines checked