From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E5EE91B682; Sun, 24 Dec 2017 11:48:42 +0100 (CET) In-Reply-To: <1514112404-13398-12-git-send-email-arybchenko@solarflare.com> References: <1514112404-13398-12-git-send-email-arybchenko@solarflare.com> To: test-report@dpdk.org Cc: Andrew Rybchenko Message-Id: <20171224104842.E5EE91B682@dpdk.org> Date: Sun, 24 Dec 2017 11:48:42 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32669 [PATCH 11/14] net/sfc: support VXLAN and NVGRE packet types classification 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: , X-List-Received-Date: Sun, 24 Dec 2017 10:48:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32669 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'encp->enc_tunnel_encapsulations_supported != 0' #266: FILE: drivers/net/sfc/sfc_ethdev.c:134: + if ((encp->enc_tunnel_encapsulations_supported != 0) && + (sa->dp_rx->features & SFC_DP_RX_FEAT_TUNNELS)) CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'encp->enc_tunnel_encapsulations_supported != 0' #302: FILE: drivers/net/sfc/sfc_rx.c:950: + if ((encp->enc_tunnel_encapsulations_supported != 0) && + (sa->dp_rx->features & SFC_DP_RX_FEAT_TUNNELS)) total: 0 errors, 0 warnings, 2 checks, 249 lines checked