From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 874A91B392; Thu, 2 Nov 2017 03:00:24 +0100 (CET) In-Reply-To: <20171102015908.6953-1-johndale@cisco.com> References: <20171102015908.6953-1-johndale@cisco.com> To: test-report@dpdk.org Cc: John Daley Message-Id: <20171102020024.874A91B392@dpdk.org> Date: Thu, 2 Nov 2017 03:00:24 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31092 [PATCH] net/enic: fix TSO for packets greater than 9208 bytes 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: Thu, 02 Nov 2017 02:00:24 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31092 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'pkt_len > ENIC_TX_MAX_PKT_SIZE' #71: FILE: drivers/net/enic/enic_rxtx.c:570: + if (unlikely(!tso && (pkt_len > ENIC_TX_MAX_PKT_SIZE))) { CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'header_len == 0' #90: FILE: drivers/net/enic/enic_rxtx.c:599: + if (unlikely((header_len == 0) || ((tx_pkt->tso_segsz + + header_len) > ENIC_TX_MAX_PKT_SIZE))) { total: 0 errors, 0 warnings, 2 checks, 54 lines checked