From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 7D56C595B for ; Thu, 13 Nov 2014 10:17:21 +0100 (CET) Received: by mail-wg0-f44.google.com with SMTP id x12so16342568wgg.17 for ; Thu, 13 Nov 2014 01:27:19 -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=k2fHpmwz8DnIuAmmLeVfIyrGCaMpDFQRc0H+WZq2lsk=; b=IafFvuTxXxeuOmIG1awHVTtS0PYUTbSwQ8vqfJVQrV6aocIWhEBoGoL6TW+VVa5eQV UKvvGRjdgD1FFWks2Xn8f0wN+M0i5isCjLkUa5zy0qH5SJsEY5JJMNv0MsSeOsLrBXuN deM8lV8WyPvPUbEVtPD7U1jc49wXro/QMspNk4C4GmhFyr7lN66PsWswH1Jb8YpgZU9L cWmDPc4/fkCKmIySPkmKvJiYUAiVauxN21yUtzENf8g1xIOcrMVWtDOVR1dHGrcdpYlc KWDlJpThXUn172oxb1mdasCVdkVKOHCdVtlrwSkgmFiliuxsQhMQ12KODIbuukjeZCf6 DwGA== X-Gm-Message-State: ALoCoQnYkSTNyw0u4hLU6F94T+L/9aZXp6HeCSHedHZZuXzchbtzCSF33r9+F3ocssJ3N2juGWEV X-Received: by 10.180.188.69 with SMTP id fy5mr1932337wic.57.1415870839520; Thu, 13 Nov 2014 01:27:19 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fk16sm9395162wic.16.2014.11.13.01.27.18 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Nov 2014 01:27:18 -0800 (PST) From: Thomas Monjalon To: Helin Zhang Date: Thu, 13 Nov 2014 10:27:01 +0100 Message-ID: <39330334.Y342XPpa3x@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415867392-3966-1-git-send-email-helin.zhang@intel.com> References: <1415867392-3966-1-git-send-email-helin.zhang@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: modification of the list of i40e supported device IDs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 09:17:21 -0000 > According to the changes of the i40e base driver, two device > IDs (0x1573, 0x1582) are not supported anymore, and one new > device ID (0x1586) is supported. The list of i40e device IDs > DPDK supported should be modified accordingly. > > Signed-off-by: Helin Zhang Acked-by: Thomas Monjalon Applied Thanks -- Thomas