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 4DAA9A2EDB for ; Fri, 6 Sep 2019 14:35:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 472F41F336; Fri, 6 Sep 2019 14:35:00 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 223FC1F337; Fri, 6 Sep 2019 14:34:59 +0200 (CEST) In-Reply-To: <0ab204a9e263f79eacd69b61d0d27a1378653343.1567773211.git.xuanziyang2@huawei.com> References: <0ab204a9e263f79eacd69b61d0d27a1378653343.1567773211.git.xuanziyang2@huawei.com> To: test-report@dpdk.org Cc: Ziyang Xuan Message-Id: <20190906123459.223FC1F337@dpdk.org> Date: Fri, 6 Sep 2019 14:34:59 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw58845 [PATCH v1 01/15] net/hinic/base: add mbox command channel for SRIOV 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/58845 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'func_to_func' - possible side-effects? #193: FILE: drivers/net/hinic/base/hinic_pmd_mbox.c:138: +#define MBOX_MSG_ID_INC(func_to_func) (MBOX_MSG_ID(func_to_func) = \ + (MBOX_MSG_ID(func_to_func) + 1) & MBOX_MSG_ID_MASK) WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Xiaoyun Wang ' total: 0 errors, 1 warnings, 1 checks, 960 lines checked