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 5E4AF459D7 for ; Fri, 20 Sep 2024 17:10:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5598043459; Fri, 20 Sep 2024 17:10:22 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 505614067E for ; Fri, 20 Sep 2024 17:10:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 228F4121DA2; Fri, 20 Sep 2024 17:10:20 +0200 (CEST) Subject: |WARNING| pw144366 [PATCH v2 2/2] vhost: add reconnection support to VDUSE In-Reply-To: <20240920150921.994434-3-maxime.coquelin@redhat.com> References: <20240920150921.994434-3-maxime.coquelin@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maxime Coquelin Message-Id: <20240920151020.228F4121DA2@dpdk.org> Date: Fri, 20 Sep 2024 17:10:20 +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/144366 _coding style issues_ WARNING:LONG_LINE: line length of 118 exceeds 100 columns #180: FILE: lib/vhost/vduse.c:297: + "Mismatch between reconnect file features 0x%" PRIx64 " & device features 0x%" PRIx64, WARNING:LONG_LINE: line length of 128 exceeds 100 columns #381: FILE: lib/vhost/vduse.c:584: + "Features mismatch between backend (0x%" PRIx64 ") & reconnection file (0x%" PRIx64 ")", WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'? #395: FILE: lib/vhost/vduse.c:598: + reco_fd = open(reconnect_file, O_CREAT | O_EXCL | O_RDWR, 0600); total: 0 errors, 3 warnings, 429 lines checked