From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id EB9141B00B; Thu, 4 Jan 2018 19:28:05 +0100 (CET) In-Reply-To: <1515090354-183605-2-git-send-email-motih@mellanox.com> References: <1515090354-183605-2-git-send-email-motih@mellanox.com> To: test-report@dpdk.org Cc: Moti H Message-Id: <20180104182805.EB9141B00B@dpdk.org> Date: Thu, 4 Jan 2018 19:28:05 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32907 [PATCH 1/2] net/tap: convert to new Tx offloads API 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, 04 Jan 2018 18:28:06 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32907 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("ethdev: introduce Tx queue offloads API")' #16: commit cba7f53 ("ethdev: introduce Tx queue offloads API") CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'tx_conf != NULL' #146: FILE: drivers/net/tap/rte_eth_tap.c:1123: + if ((tx_conf != NULL) && + !!(tx_conf->txq_flags & ETH_TXQ_FLAGS_IGNORE)) { total: 1 errors, 0 warnings, 1 checks, 149 lines checked