From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <chrisw@redhat.com>
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])
 by dpdk.org (Postfix) with ESMTP id DB0645913
 for <dev@dpdk.org>; Mon, 24 Feb 2014 17:03:48 +0100 (CET)
Received: from int-mx12.intmail.prod.int.phx2.redhat.com
 (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25])
 by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1OG5Crd001317
 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK);
 Mon, 24 Feb 2014 11:05:13 -0500
Received: from x220.localdomain (ovpn-113-201.phx2.redhat.com [10.3.113.201])
 by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with
 SMTP id s1OG5AN4006594; Mon, 24 Feb 2014 11:05:11 -0500
Date: Mon, 24 Feb 2014 08:05:10 -0800
From: Chris Wright <chrisw@redhat.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Message-ID: <20140224160510.GC27503@x220.localdomain>
References: <1391529271-24606-1-git-send-email-thomas.monjalon@6wind.com>
 <1391529271-24606-3-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1391529271-24606-3-git-send-email-thomas.monjalon@6wind.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25
X-Mailman-Approved-At: Mon, 24 Feb 2014 17:13:55 +0100
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 02/16] virtio: rename library
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 24 Feb 2014 16:03:49 -0000

* Thomas Monjalon (thomas.monjalon@6wind.com) wrote:
> In order to distinguish clearly this implementation from the extension
> virtio-net-pmd, it is renamed to reflect its usage of uio framework.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Also simple prep work for rpm build.  Good idea to distinguish from
non-uio

Acked-by: Chris Wright <chrisw@redhat.com>