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 71BFCA0543 for ; Tue, 25 Oct 2022 09:51:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6EF4342836; Tue, 25 Oct 2022 09:51:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 6B40942836 for ; Tue, 25 Oct 2022 09:51:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 54E201223D0; Tue, 25 Oct 2022 09:51:40 +0200 (CEST) Subject: |WARNING| pw119054 [PATCH] vdpa/ifc/base: wait for queue disable before saving q-state In-Reply-To: <20221025072302.1683505-1-abhishek.maheshwari@intel.com> References: <20221025072302.1683505-1-abhishek.maheshwari@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Abhishek Maheshwari Message-Id: <20221025075140.54E201223D0@dpdk.org> Date: Tue, 25 Oct 2022 09:51:40 +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/119054 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #91: FILE: drivers/vdpa/ifc/base/ifcvf.c:279: + /* Some ifc hardware require synchronization between disabling a queue$ ERROR:CODE_INDENT: code indent should use tabs where possible #92: FILE: drivers/vdpa/ifc/base/ifcvf.c:280: + * and saving queue-state from LM registers.$ ERROR:CODE_INDENT: code indent should use tabs where possible #93: FILE: drivers/vdpa/ifc/base/ifcvf.c:281: + * When queue is disabled from vDPA driver, ifc device stops executing$ ERROR:CODE_INDENT: code indent should use tabs where possible #94: FILE: drivers/vdpa/ifc/base/ifcvf.c:282: + * new virtio-cmds and then updates LM registers with used/avail index.$ ERROR:CODE_INDENT: code indent should use tabs where possible #95: FILE: drivers/vdpa/ifc/base/ifcvf.c:283: + * Before saving the queue-state, vDPA driver waits until the queue is$ ERROR:CODE_INDENT: code indent should use tabs where possible #96: FILE: drivers/vdpa/ifc/base/ifcvf.c:284: + * disabled from backend.$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #97: FILE: drivers/vdpa/ifc/base/ifcvf.c:285: + * disabled from backend. + */ total: 6 errors, 1 warnings, 27 lines checked