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 D2B08A0542 for ; Thu, 13 Feb 2020 00:10:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C52F81F28; Thu, 13 Feb 2020 00:10:13 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 4F7CE5B3C; Thu, 13 Feb 2020 00:10:11 +0100 (CET) In-Reply-To: <20200212230810.2837-3-stephen@networkplumber.org> References: <20200212230810.2837-3-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20200212231011.4F7CE5B3C@dpdk.org> Date: Thu, 13 Feb 2020 00:10:11 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw65776 [RFC 2/4] hash: check flags on creation 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/65776 _coding style issues_ WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'rte_hash_create', this function's name, in a string #106: FILE: lib/librte_hash/rte_cuckoo_hash.c:172: + RTE_LOG(ERR, HASH, "rte_hash_create: unsupported extra flags "); total: 0 errors, 1 warnings, 21 lines checked