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 8F8B5A05D3 for ; Tue, 21 May 2019 10:10:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 87E9E56A3; Tue, 21 May 2019 10:10:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 8A0205B16; Tue, 21 May 2019 10:10:46 +0200 (CEST) In-Reply-To: <1558426793-187072-1-git-send-email-xuanziyang2@huawei.com> References: <1558426793-187072-1-git-send-email-xuanziyang2@huawei.com> To: test-report@dpdk.org Cc: Ziyang Xuan Message-Id: <20190521081046.8A0205B16@dpdk.org> Date: Tue, 21 May 2019 10:10:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53562 [PATCH 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/53562 _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 #348: 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 #349: 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 #353: 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 #354: 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 #378: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:58: + bool sf_en; /* stateful business status */ total: 0 errors, 0 warnings, 5 checks, 2965 lines checked