From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 554BBA2F for ; Tue, 14 Feb 2017 15:21:45 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id r141so18475589wmg.1 for ; Tue, 14 Feb 2017 06:21:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=rTOR7UET7VgqJ1KZosqaEYFn/JAb0wV9yqrpAlgZpFM=; b=vHEMcqaTI9FnbL9S40TJCCFvseJFQKzUW1l5551c+SKYrFFGomWfUtO0ZiM9p1KsHd 209Xv5cGwP+BfZQvRi2x1jS16Y7QiraZwq8aNjEvym8ZrlJjBjraymIHt8cbbSVOOVxl 4gOq6ONTUUc58z/sRAStL2ymTEEWeoDqlDWAEOncbxWL91Igx9Jf9T6Y3rAnuk093qFE cZNfu9blXKraTWWO6L7c8ZmoOIs54tHsqQsQ2TeLknz+hToIYuymD9rxba5Vl70cxdFR XjHWd2JTLc17+9UL/Y8vWTqgD0QUElm3qv+D+7pWy5bfx0EVyEreamJgq3NO+b0MyUxm 2TDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=rTOR7UET7VgqJ1KZosqaEYFn/JAb0wV9yqrpAlgZpFM=; b=mWvwPxuSTnJx+j+1g+0YJh+woCVKMbplcJ2/xitYfZNOo2KNQ7dYZQHMkZacFb5W/J HaT1hTUzifW1DUZkcwtFCGnrpc3PQjEEpb8t7YXovS52GAByFCT6NvkLUoaaLX3z+Y1d Aut9R+9aVQRp+J8WT2aeaPLhPhtXDONonU3530WypVRQzltjllSIWe3eE0CMFNCC7Ub7 prkT7HBI648yBlUvdtkFuaGdbRggM0YURhkQoTHlZ92tI2QdAiwV/TrOE3L20YU7vmx9 6u58wQntwOQRPZCH97XW33NHcTkzEFvESGjr3lv7nBM4Jhv85F1a+qy3BQoqsSl1ZvEX 4rvQ== X-Gm-Message-State: AMke39kiJIUjUZQ9mp+4WsA64uw/Q7ttGkpNlD7wWyGzLph+B1DBSG7aFs7mf0a8VHBZnI/k X-Received: by 10.28.94.2 with SMTP id s2mr3331810wmb.127.1487082105000; Tue, 14 Feb 2017 06:21:45 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id e72sm3686695wma.16.2017.02.14.06.21.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Feb 2017 06:21:44 -0800 (PST) From: Thomas Monjalon To: "Mcnamara, John" Cc: dev@dpdk.org, "Pei, Yulong" , Nelio Laranjeiro Date: Tue, 14 Feb 2017 15:21:43 +0100 Message-ID: <371779157.6Xndihb5xA@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1487081179-19876-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: introduce tested platforms as combinations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 14:21:45 -0000 > > Add some text and rearrange lists to make sure it is clear that the tested > > platforms listed in the release notes are some combinations of the items > > in each group. > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied