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 1F417429A2 for ; Fri, 21 Apr 2023 03:44:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1AE8D4113C; Fri, 21 Apr 2023 03:44:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C474D40E6E for ; Fri, 21 Apr 2023 03:44:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id AABA1121EF6; Fri, 21 Apr 2023 03:44:54 +0200 (CEST) Subject: |WARNING| pw126336 [PATCH 2/2] vhost: add egress API for port mirroring datapath In-Reply-To: <20230421010932.46847-3-cheng1.jiang@intel.com> References: <20230421010932.46847-3-cheng1.jiang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Cheng Jiang Message-Id: <20230421014454.AABA1121EF6@dpdk.org> Date: Fri, 21 Apr 2023 03:44: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/126336 _coding style issues_ WARNING:LONG_LINE: line length of 101 exceeds 100 columns #139: FILE: lib/vhost/virtio_net.c:4281: + VHOST_LOG_DATA(dev->ifname, ERR, "%s: failed to get host iova. ", __func__); WARNING:LONG_LINE: line length of 111 exceeds 100 columns #145: FILE: lib/vhost/virtio_net.c:4287: + VHOST_LOG_DATA(mr_dev->ifname, ERR, "%s: failed to get mirror host iova. ", __func__); total: 0 errors, 2 warnings, 726 lines checked