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 341A4A04A9 for ; Tue, 25 Jan 2022 07:55:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 315DC4283E; Tue, 25 Jan 2022 07:55:32 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 809B34013F for ; Tue, 25 Jan 2022 07:55:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7CFEE120715; Tue, 25 Jan 2022 07:55:28 +0100 (CET) Subject: |WARNING| pw106460 [PATCH 05/15] vdpa/ifc: add blk dev sw live migration In-Reply-To: <1643093258-47258-6-git-send-email-andy.pei@intel.com> References: <1643093258-47258-6-git-send-email-andy.pei@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andy Pei Message-Id: <20220125065528.7CFEE120715@dpdk.org> Date: Tue, 25 Jan 2022 07:55:28 +0100 (CET) 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/106460 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #64: In this version we ignore the write cmd and still mark it dirty. Maybe we can improve it later. WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #132: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:346: + /** + ** IFCVF marks dirty memory pages for only packet buffer, WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #195: FILE: drivers/vdpa/ifc/ifcvf_vdpa.c:727: + /** + ** NETWORK: Direct I/O for Tx queue, relay for Rx queue total: 0 errors, 3 warnings, 206 lines checked