From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2] net/virtio: remove the redundant computing Date: Thu, 23 Feb 2017 15:34:54 +0800 Message-ID: <20170223073454.GZ18844@yliu-dev.sh.intel.com> References: <1487824113-41570-1-git-send-email-zhiyong.yang@intel.com> <1487833902-20048-1-git-send-email-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, maxime.coquelin@redhat.com To: Zhiyong Yang Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 81B63316B for ; Thu, 23 Feb 2017 08:32:42 +0100 (CET) Content-Disposition: inline In-Reply-To: <1487833902-20048-1-git-send-email-zhiyong.yang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Feb 23, 2017 at 03:11:42PM +0800, Zhiyong Yang wrote: > The minor change aims to remove the redundant computing and make > it easier to understand the code. > > Cc: yuanhan.liu@linux.intel.com > Cc: maxime.coquelin@redhat.com > > Signed-off-by: Zhiyong Yang Applied to dpdk-next-virtio. Thanks. --yliu