From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 591EBA04B7 for ; Tue, 13 Oct 2020 16:03:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 332C51D97C; Tue, 13 Oct 2020 16:03:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id EDBA61D983; Tue, 13 Oct 2020 16:03:09 +0200 (CEST) In-Reply-To: <20201013135756.23193-1-padraig.j.connolly@intel.com> References: <20201013135756.23193-1-padraig.j.connolly@intel.com> To: test-report@dpdk.org Cc: Padraig Connolly Message-Id: <20201013140309.EDBA61D983@dpdk.org> Date: Tue, 13 Oct 2020 16:03:09 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80547 [PATCH v1] net/i40e: fix qinq flow pattern to allow non full mask X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/80547 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #59: Issue reported by customer that only full mask was allowed on inner and outer WARNING:BAD_SIGN_OFF: Use a single space after Cc: #67: Cc:stable@dpdk.org CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'o_vlan_mask != NULL' #86: FILE: drivers/net/i40e/i40e_flow.c:4652: + if ((o_vlan_mask != NULL) && (i_vlan_mask != NULL)) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'i_vlan_mask != NULL' #86: FILE: drivers/net/i40e/i40e_flow.c:4652: + if ((o_vlan_mask != NULL) && (i_vlan_mask != NULL)) { total: 0 errors, 2 warnings, 2 checks, 15 lines checked