From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2F819A0096 for ; Thu, 6 Jun 2019 13:04:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1ED341B958; Thu, 6 Jun 2019 13:04:53 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 759B81B9A6; Thu, 6 Jun 2019 13:04:51 +0200 (CEST) In-Reply-To: <4f346071d6d54fd81bf90dc54d4782ec6d0d5cbd.1559818024.git.xuanziyang2@huawei.com> References: <4f346071d6d54fd81bf90dc54d4782ec6d0d5cbd.1559818024.git.xuanziyang2@huawei.com> To: test-report@dpdk.org Cc: Ziyang Xuan Message-Id: <20190606110451.759B81B9A6@dpdk.org> Date: Thu, 6 Jun 2019 13:04:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw54477 [PATCH v4 04/11] net/hinic/base: add code about hardware operation 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/54477 _coding style issues_ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #349: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:28: + bool ft_en; /* business enable flag (not include RDMA) */ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #350: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:29: + bool ft_pf_en; /* In FPGA Test VF resource is in PF or not, CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #354: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:33: + bool rdma_en; CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #355: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:34: + bool rdma_pf_en; /* In FPGA Test VF RDMA resource is in PF or not, CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #379: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:58: + bool sf_en; /* stateful business status */ total: 0 errors, 0 warnings, 5 checks, 2963 lines checked