From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id E8ABC2E88
 for <dev@dpdk.org>; Fri, 21 Mar 2014 15:41:01 +0100 (CET)
Received: by mail-wg0-f51.google.com with SMTP id k14so1650642wgh.34
 for <dev@dpdk.org>; Fri, 21 Mar 2014 07:42:33 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=rWci8jF8KEI6DCIi+g/G1OKfeqcjMUSo6ziHoHu1LUo=;
 b=i5SZIDu3fhz/I5fmLVXumnO4WhIcdEB/nKjw4+6Hq/GrVKW1C/3P52CEWicXHyF2Rd
 qENKOdM3U/FITrBKtpfYsetlZZxlaZM/a8NGMDp6UX6y2DcRBu0Ad8BE5xp0NpX8Ou+B
 GNmoThc2Q/96WkokBkBHoir8/6Q/xTMzmG+FwRat8xPQMeYgXJDRVweU9fST+9xutS3M
 x8bfjCe6JBZp6qK42PoPTDYWsOg77WzYdxP/n8mNxJ47WfExDk+XqyrNLu8xncRq5/gc
 VkXt/Ct37Yr36u41vo2N86yOuae0gN3R/p1p8+h89EvqOgwC68ajvmMq6aJAsdkK8WOE
 +NLQ==
X-Gm-Message-State: ALoCoQn9yGF9hmF5kHv2KHufD5wDtxVno4iUbTK1H6ifYp/Lz3iPiNBP4VQlFVOaY0TtlAv8CW/K
X-Received: by 10.180.20.71 with SMTP id l7mr2393278wie.35.1395412953832;
 Fri, 21 Mar 2014 07:42:33 -0700 (PDT)
Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237])
 by mx.google.com with ESMTPSA id u6sm5345220wif.6.2014.03.21.07.42.32
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 21 Mar 2014 07:42:32 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Thomas Graf <tgraf@redhat.com>
Date: Fri, 21 Mar 2014 15:42:30 +0100
Message-ID: <5188015.TYkecCp4Ja@xps13>
Organization: 6WIND
User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; )
In-Reply-To: <532C417B.20902@redhat.com>
References: <1395406755-32427-1-git-send-email-thomas.monjalon@6wind.com>
 <532C417B.20902@redhat.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] vmxnet3: 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: Fri, 21 Mar 2014 14:41:02 -0000

21/03/2014 14:41, Thomas Graf :
> On 03/21/2014 01:59 PM, Thomas Monjalon wrote:
> > In order to distinguish clearly this implementation from the extension
> > vmxnet3-usermap, it is renamed to reflect its usage of uio framework.
> > 
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> 
> LGTM
> 
> Acked-by: Thomas Graf <tgraf@redhat.com>

Applied for version 1.6.0r2.

Thank you
-- 
Thomas