From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com
 [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id A99C01B262
 for <dev@dpdk.org>; Sun, 12 Nov 2017 07:58:52 +0100 (CET)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 5F24D20AF3;
 Sun, 12 Nov 2017 01:58:52 -0500 (EST)
Received: from frontend1 ([10.202.2.160])
 by compute1.internal (MEProxy); Sun, 12 Nov 2017 01:58:52 -0500
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=gQD3Vzr24DsQm+51N8irvE7eEG
 JmxMn80LPysV+VoKI=; b=B57/Ek2JkLqjiAA09GjWIbY1MO17TtKcSQOS8ecwj9
 73VG/n4tqkxdTn6u7jIFIcINlba4c6X3rCLqYxkuaU6D6XqCQh+r5tvflFhRZhfy
 1bCa7+vv3/fz+NWFCXlvFH7uh39bZgTjcAPQMD0KsKSUp0XbpaSqs7dhhAtt+C5/
 M=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=gQD3Vz
 r24DsQm+51N8irvE7eEGJmxMn80LPysV+VoKI=; b=G2FyEHOw72fMbhzHamCN4j
 1lDA9l6X2KKy70wVhUErtSBUQwQ8fxJv+cRcHWflP6LUBjWOLk7kSTCkzpcPuJUV
 IDSjGmsBaoxfrpXBRufLVKu0d09DV/jZQ4XX/OzW2hoBVMK8Cl/Rd2PrOJs3TK9F
 H4MJs5D9jMwNANGFFEVp4wJSCCRipoTBnrpG8jwLLj17us4vdOke0GzlIBiJEQb9
 z0AYAyrovYkG1/q8sW4mbcDpG/HUANLzxymExrL8Y2WD/pmv0zLWSUrbGBSdT8tg
 DCkSO4fjAdEBIL5OlZcXwA2y1SncsUmoh+4mLhpOHIOrp2GfXDuVlLLoiM99qJ/w
 ==
X-ME-Sender: <xms:LPEHWhqp-YhRv9jfyPLXQ8SfXfUx08qS6jNFAysQ_4OP8DrkXvinrw>
Received: from xps.localnet (unknown [12.232.154.2])
 by mail.messagingengine.com (Postfix) with ESMTPA id 2943C7F35E;
 Sun, 12 Nov 2017 01:58:52 -0500 (EST)
From: Thomas Monjalon <thomas@monjalon.net>
To: Yulong Pei <yulong.pei@intel.com>
Cc: dev@dpdk.org, john.mcnamara@intel.com
Date: Sun, 12 Nov 2017 05:04:42 +0100
Message-ID: <2829346.akWAY23lV0@xps>
In-Reply-To: <1510209615-46517-1-git-send-email-yulong.pei@intel.com>
References: <1510209615-46517-1-git-send-email-yulong.pei@intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH] doc: add tested Intel platforms with Intel
	NICs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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: Sun, 12 Nov 2017 06:58:52 -0000

09/11/2017 07:40, Yulong Pei:
> Add tested Intel platforms with Intel NICs to the release note.
> 
> Signed-off-by: Yulong Pei <yulong.pei@intel.com>

Applied, thanks