From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id BD59B7CF2; Wed, 21 Jun 2017 05:00:46 +0200 (CEST) In-Reply-To: <1498013885-102779-17-git-send-email-tiwei.bie@intel.com> References: <1498013885-102779-17-git-send-email-tiwei.bie@intel.com> To: test-report@dpdk.org Cc: Tiwei Bie Message-Id: <20170621030046.BD59B7CF2@dpdk.org> Date: Wed, 21 Jun 2017 05:00:46 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25523 [PATCH RFC 16/29] net/virtio: avoid touching packet data X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 03:00:47 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/25523 _coding style issues_ CHECK:REDUNDANT_CODE: if this code is redundant consider removing it #29: FILE: drivers/net/virtio/virtio_rxtx.c:142: +#if 0 CHECK:REDUNDANT_CODE: if this code is redundant consider removing it #39: FILE: drivers/net/virtio/virtio_rxtx.c:179: +#if 0 CHECK:REDUNDANT_CODE: if this code is redundant consider removing it #49: FILE: drivers/net/virtio/virtio_rxtx.c:575: +#if 0 CHECK:REDUNDANT_CODE: if this code is redundant consider removing it #59: FILE: drivers/net/virtio/virtio_rxtx.c:596: +#if 0 total: 0 errors, 0 warnings, 4 checks, 41 lines checked