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 948A1A046B for ; Thu, 27 Jun 2019 10:05:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8B8992C4F; Thu, 27 Jun 2019 10:05:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 96C6134F0; Thu, 27 Jun 2019 10:05:41 +0200 (CEST) In-Reply-To: <600e02063bf0015bd4d07adaf2d4fe2ec8317810.1561620219.git.xuanziyang2@huawei.com> References: <600e02063bf0015bd4d07adaf2d4fe2ec8317810.1561620219.git.xuanziyang2@huawei.com> To: test-report@dpdk.org Cc: Ziyang Xuan Message-Id: <20190627080541.96C6134F0@dpdk.org> Date: Thu, 27 Jun 2019 10:05:41 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw55445 [PATCH v6 07/15] 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/55445 _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 #289: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:36: + bool lro_en; /* LRO feature enable bit */ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #313: FILE: drivers/net/hinic/base/hinic_pmd_cfg.h:60: + bool sf_en; /* stateful business status */ total: 0 errors, 0 warnings, 2 checks, 2252 lines checked