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 7306CA0C4E for ; Mon, 1 Nov 2021 12:01:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6D7B540E28; Mon, 1 Nov 2021 12:01:16 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 949BB40DF6 for ; Mon, 1 Nov 2021 12:01:15 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 901BD1223B6; Mon, 1 Nov 2021 12:01:15 +0100 (CET) In-Reply-To: <20211101110209.17306-3-ting.xu@intel.com> References: <20211101110209.17306-3-ting.xu@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Ting Xu Message-Id: <20211101110115.901BD1223B6@dpdk.org> Date: Mon, 1 Nov 2021 12:01:15 +0100 (CET) Subject: [dpdk-test-report] |WARNING| pw103329 [PATCH v2 2/3] net/ice: enable protocol agnostic flow offloading in RSS 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/103329 _coding style issues_ WARNING:TYPO_SPELLING: 'Libary' may be misspelled - perhaps 'Library'? #54: for RSS hash flow rule creation. It is based on Parser Libary feature. WARNING:LONG_LINE: line length of 110 exceeds 100 columns #114: FILE: drivers/net/ice/ice_hash.c:497: + {pattern_raw, ICE_INSET_NONE, ICE_INSET_NONE, NULL}, WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #293: FILE: drivers/net/ice/ice_hash.c:1239: + return ICE_SUCCESS; + else total: 0 errors, 3 warnings, 0 checks, 379 lines checked