From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com
 [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 984917DF4
 for <dev@dpdk.org>; Tue, 25 Nov 2014 10:23:13 +0100 (CET)
Received: by mail-wi0-f180.google.com with SMTP id n3so733984wiv.13
 for <dev@dpdk.org>; Tue, 25 Nov 2014 01:34:05 -0800 (PST)
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=/TMHzydaunorVRdknh43zfCBZNAhxJkkYCNZ7EU1WcE=;
 b=loVFL3WZIUiQIdQwZ6/supQmjyQ09S+PIs99juoWoPC72K7GEx6rIZaKW+eM9WdOmH
 xTRtM1dCnAo/SUPGNvBQF8dp6dn2ehx9pCpeS230E1skoRp54KizpELxx1k9i2dCGKg/
 ocbV32Cdgd1jKJZR/I0jbBSAJPIUZIAaOrpMiAYpv2osuxDg84iQo8ZyiBeK1eF6v9aD
 SO21FZu474LvM642C33forky5k/pLGXsYRlYXl6t5jIhqZU8sI6RyVdysb7eIZxvEMsT
 IoqPQtLpK4dueJ+A/5WdyGX5hJi75L0aOd98cNi9FRll6ufUmCvBvr2FUSLs2llhe0X6
 Bm5w==
X-Gm-Message-State: ALoCoQmjowtc9VLD4Ex6sm1ibcF4171YqgOBGYOT26glUQePH+E9bi5G+/2eccOIqyPFCvhVa8iZ
X-Received: by 10.194.250.68 with SMTP id za4mr43046999wjc.92.1416908045282;
 Tue, 25 Nov 2014 01:34:05 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id dc8sm2018894wib.7.2014.11.25.01.34.04
 for <multiple recipients>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Tue, 25 Nov 2014 01:34:04 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Ouyang, Changchun" <changchun.ouyang@intel.com>
Date: Tue, 25 Nov 2014 10:33:40 +0100
Message-ID: <1652720.htTHAlssWo@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; )
In-Reply-To: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7CAAB6@SHSMSX104.ccr.corp.intel.com>
References: <1416891762-16058-1-git-send-email-changchun.ouyang@intel.com>
 <F35DEAC7BCE34641BA9FAC6BCA4A12E70A7CAAB6@SHSMSX104.ccr.corp.intel.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] eal: Add missing device ID for ixgbe
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: Tue, 25 Nov 2014 09:23:13 -0000

> > EAL misses 4 device ID but base codes support them, so add them into EAL.
> > 
> > Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
> 
> Acked-by: Helin Zhang <helin.zhang@intel.com>

Applied

Thanks
-- 
Thomas