From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D091A1B447; Wed, 12 Dec 2018 07:56:49 +0100 (CET) In-Reply-To: <1544598004-27099-17-git-send-email-wenzhuo.lu@intel.com> References: <1544598004-27099-17-git-send-email-wenzhuo.lu@intel.com> To: test-report@dpdk.org Cc: Wenzhuo Lu Message-Id: <20181212065649.D091A1B447@dpdk.org> Date: Wed, 12 Dec 2018 07:56:49 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw48678 [v3, 16/34] net/ice: support device initialization 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: , X-List-Received-Date: Wed, 12 Dec 2018 06:56:50 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/48678 _coding style issues_ WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1028: FILE: drivers/net/ice/ice_ethdev.h:225: + bool offset_loaded; CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1054: FILE: drivers/net/ice/ice_ethdev.h:251: + bool offset_loaded; CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1055: FILE: drivers/net/ice/ice_ethdev.h:252: + bool adapter_stopped; CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1066: FILE: drivers/net/ice/ice_ethdev.h:263: + bool rx_bulk_alloc_allowed; CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1067: FILE: drivers/net/ice/ice_ethdev.h:264: + bool tx_simple_allowed; CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1240: FILE: drivers/net/ice/ice_rxtx.h:62: + bool q_set; /* indicate if rx queue has been configured */ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1241: FILE: drivers/net/ice/ice_rxtx.h:63: + bool rx_deferred_start; /* don't start this queue in dev start */ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1279: FILE: drivers/net/ice/ice_rxtx.h:101: + bool tx_deferred_start; /* don't start this queue in dev start */ CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384 #1280: FILE: drivers/net/ice/ice_rxtx.h:102: + bool q_set; /* indicate if tx queue has been configured */ total: 0 errors, 1 warnings, 1228 lines checked