From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7D1A22C49; Fri, 4 Nov 2016 10:28:13 +0100 (CET) In-Reply-To: <1478251718-7464-1-git-send-email-yuanhan.liu@linux.intel.com> References: <1478251718-7464-1-git-send-email-yuanhan.liu@linux.intel.com> To: Yuanhan Liu Cc: test-report@dpdk.org Message-Id: <20161104092813.7D1A22C49@dpdk.org> Date: Fri, 4 Nov 2016 10:28:13 +0100 (CET) From: checkpatch@dpdk.org X-Mailman-Approved-At: Fri, 04 Nov 2016 10:51:15 +0100 Subject: [dpdk-test-report] |WARNING| [PATCH] net/virtio: cache Rx/Tx offload enabled check X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 09:28:13 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/16932 _coding style issues_ WARNING:CONST_STRUCT: struct should normally be const #61: FILE: drivers/net/virtio/virtio_ethdev.c:1145: +rx_offload_enabled(struct virtio_hw *hw) WARNING:CONST_STRUCT: struct should normally be const #69: FILE: drivers/net/virtio/virtio_ethdev.c:1153: +tx_offload_enabled(struct virtio_hw *hw) total: 0 errors, 2 warnings, 0 checks, 136 lines checked