From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 25FE4A00C2 for ; Fri, 1 Jul 2022 11:05:56 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 21CC540E03; Fri, 1 Jul 2022 11:05:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 17D8640A7B for ; Fri, 1 Jul 2022 11:05:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 13533120787; Fri, 1 Jul 2022 11:05:54 +0200 (CEST) Subject: |WARNING| pw113614 [PATCH 11/17] net/mana: implement the hardware layer operations In-Reply-To: <1656666167-26035-12-git-send-email-longli@linuxonhyperv.com> References: <1656666167-26035-12-git-send-email-longli@linuxonhyperv.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: longli@linuxonhyperv.com Message-Id: <20220701090554.13533120787@dpdk.org> Date: Fri, 1 Jul 2022 11:05:54 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/113614 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #55: The hardware layer of MANA understands the device queue and doorbell formats. CHECK:CAMELCASE: Avoid CamelCase: #544: FILE: drivers/net/mana/mana.h:208: + uint32_t last_Vbytes:8; total: 0 errors, 1 warnings, 1 checks, 517 lines checked Warning in drivers/net/mana/gdma.c: Using %l format, prefer %PRI*64 if type is [u]int64_t