From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 46B787CEB; Tue, 22 Aug 2017 14:04:17 +0200 (CEST) In-Reply-To: <1503403355-4917-1-git-send-email-zhouyates@gmail.com> References: <1503403355-4917-1-git-send-email-zhouyates@gmail.com> To: test-report@dpdk.org Cc: Zhou Yangchao Message-Id: <20170822120417.46B787CEB@dpdk.org> Date: Tue, 22 Aug 2017 14:04:17 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw27714 [PATCH] hash: optimize the softrss computation 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: Tue, 22 Aug 2017 12:04:17 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/27714 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #13: Use rte_bsf32 and fast bit unset operation to optimize the softrss computation. WARNING:LONG_LINE: line over 90 characters #43: FILE: lib/librte_hash/rte_thash.h:215: + ret ^= rte_cpu_to_be_32(((const uint32_t *)rss_key)[j]) << (31 - i) | WARNING:LONG_LINE: line over 90 characters #67: FILE: lib/librte_hash/rte_thash.h:246: + (uint32_t)((uint64_t)(((const uint32_t *)rss_key)[j + 1]) >> (i + 1)); total: 0 errors, 3 warnings, 39 lines checked