From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiwei Bie Subject: Re: [PATCH 1/3] net/virtio: remove unnecessary assignments Date: Mon, 30 Jul 2018 14:05:59 +0800 Message-ID: <20180730060559.GA7205@debian> References: <20180725074208.30185-1-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: maxime.coquelin@redhat.com, zhihong.wang@intel.com, dev@dpdk.org To: tiwei.bie@intel.com Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 593DE2C5 for ; Mon, 30 Jul 2018 08:06:20 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180725074208.30185-1-tiwei.bie@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 Wed, Jul 25, 2018 at 03:42:06PM +0800, Tiwei Bie wrote: > Remove the unnecessary assignments in Rx functions > as they are useless and misleading. > > Signed-off-by: Tiwei Bie > --- > drivers/net/virtio/virtio_rxtx.c | 2 -- > 1 file changed, 2 deletions(-) Series applied to dpdk-next-virtio/master