From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=ixyANqTZz5chRqRnu6R8tOH2ND5xfvc+dXYCrMV4UmM=; b=rjbLM6rqUWkpU/e9uStTCy+kc/0SlJU3Bj48miv6YUqBb3WoosR1Qq6nc0tbHb9syc QzZKIfQWxCrLQe06wDUwlcix/J7dq2EBX8Dqiaqo4wNlU1F2pZPn3w9Hw6JSjiC+NM/G GZQ20dOWxAJ+avvpFLuKRukAoFTFd9qfFOn23+b+P0sgTyxxnunlUO+mBtIOA5EiN/5p OPTWSp2rg/xbBMjjwgP6rR8a+hREtri5UQEiLwybrVJ/5/EZgRMNFsMI7qpvVDDI9YZI kZILy5SoIq3zYHyx9JZaWHFO1U+8nybljy8sjJ+KHK81Nh390cpIxMdXrrBx4tXKy+eK NJhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=ixyANqTZz5chRqRnu6R8tOH2ND5xfvc+dXYCrMV4UmM=; b=h+uw6+IpARdDRCDA9ks74Lorpz0s9v1h97RM8/Sux5FInngSBCwLXKGxfSMGePxc8U 5LHQqk+a6BKP5MnTzsHVhG1wW19yNd5OOHRwd7oSOMRXwfsG+2ubPYZW5QBhEiSNL3lA zBUDkpxUPtMhd2z9uZGepC/tAKV087+VdnlNaT4rV8marIL1sxhLs7je0s7NpIlYMLZu GOirVuw/8aaeqkuNZBaA55NxZulzZV+Z2DSsN7Svo6CgRzHJeVDx3HBCoe+AVwqoRZAe scCzO9HpWFYmXdzYX+v3gRcMhdnAM/mSKFKtiHnzFd62qb0u8IxSn0z06YFGRaBULHow TJlQ== X-Gm-Message-State: ALoCoQlEZCon7OIadEmp8E2daE1oqdgWNI9hzTyjZkp/4u4RfSkwBZjLFlIT3DZYehqGSelR3nV6 X-Received: by 10.67.5.2 with SMTP id ci2mr10899335pad.47.1449126185907; Wed, 02 Dec 2015 23:03:05 -0800 (PST) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id q23sm8347836pfi.34.2015.12.02.23.03.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Dec 2015 23:03:05 -0800 (PST) Date: Wed, 2 Dec 2015 23:03:16 -0800 From: Stephen Hemminger To: Yuanhan Liu Message-ID: <20151202230316.4cb3dbf9@xeon-e3> In-Reply-To: <1449122773-25510-2-git-send-email-yuanhan.liu@linux.intel.com> 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" Subject: Re: [dpdk-dev] [PATCH 1/5] vhost: refactor rte_vhost_dequeue_burst X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 07:03:06 -0000 On Thu, 3 Dec 2015 14:06:09 +0800 Yuanhan Liu wrote: > + rte_prefetch0((void *)(uintptr_t)desc_addr); Another unnecessary set of casts.