From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/5] vhost: refactor rte_vhost_dequeue_burst Date: Wed, 2 Dec 2015 23:03:16 -0800 Message-ID: <20151202230316.4cb3dbf9@xeon-e3> References: <1449122773-25510-1-git-send-email-yuanhan.liu@linux.intel.com> <1449122773-25510-2-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Victor Kaplansky , "Michael S. Tsirkin" To: Yuanhan Liu Return-path: Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by dpdk.org (Postfix) with ESMTP id 80462DE6 for ; Thu, 3 Dec 2015 08:03:06 +0100 (CET) Received: by pabfh17 with SMTP id fh17so64805755pab.0 for ; Wed, 02 Dec 2015 23:03:05 -0800 (PST) In-Reply-To: <1449122773-25510-2-git-send-email-yuanhan.liu@linux.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 3 Dec 2015 14:06:09 +0800 Yuanhan Liu wrote: > + rte_prefetch0((void *)(uintptr_t)desc_addr); Another unnecessary set of casts.