From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 551EB5580 for ; Fri, 22 Jul 2016 19:30:56 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id o80so75837732wme.1 for ; Fri, 22 Jul 2016 10:30:56 -0700 (PDT) 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=p8nYms12o5KTPptTr1OkinmRRBZL3Ptl+vePj1IKRhI=; b=Mt/Mm9kTfS9NKqgmp6biHS6zr+lX4yTRYPLkbIwYKzrk/+epRj8JJ/8CWsNa3au97L 5Rmo55zFYYqeBVxwY8vQqLYnANcXAjeMWRVA2OBcWhRjzbnVOduOpsSyVCk/rEGEeiuN 3w+3Hb8DueUnOzDGVjT6u7ZKx3lvjfjffaIW8APFiHLfP1OnqZwJPzvS5A71byPAzs7V Br7arG42FBjDD/pz70x1PrbSu4OHk4mWdO6R3vICWokDWGn/OvRm/Pl8rQMXFyYkjtvh C86XpGvUpVakNU1wuiebOB9zf8dgfFI1aWpyDfoL8vkLqBppC6gBFaHKPnb2dq1BYnc1 NPpQ== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=p8nYms12o5KTPptTr1OkinmRRBZL3Ptl+vePj1IKRhI=; b=Wf3nDtsSv73Z50RqYAm1ITvfchKFUr9A1x9+mWqQQ9qZC6gAH0rfmCeoakSH/EiefI +iddE8LZ/w5ojV7WXRWsnhOeYwGfk5E5/LngtgCmKVAVSwcTBtH5/xu2meXaTnrF/u1I d01HhclbR72BzCklkUoX0gVWcm7RTQZnkC7RbXz9r9JucsbsWy1qGOb8/5Rv8HAyLwhW CZ+7W5YKwvrO1GjXGHif650dhjPKyyULrPuht/wLYQApPdCncUT+krnIevicseg6IvtL hwCqusVXx9pEf1cz5wtxS1vXTiNoIbal8jQB6ac9VKmho5HooS8kN5dA8nzlwxo0+ok0 ctPQ== X-Gm-Message-State: ALyK8tJ6jx6Wjvxcx6XlqhM38IAB+J22JEJe32iKcnYnC05BtmMdOWBAH985QWHjpVPGPSp8 X-Received: by 10.28.24.5 with SMTP id 5mr26667358wmy.6.1469208656122; Fri, 22 Jul 2016 10:30:56 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id gw4sm1894390wjc.45.2016.07.22.10.30.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jul 2016 10:30:55 -0700 (PDT) From: Thomas Monjalon To: Yulong Pei Cc: dev@dpdk.org, john.mcnamara@intel.com Date: Fri, 22 Jul 2016 19:30:54 +0200 Message-ID: <1789531.6ePqZhtgfa@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1469154072-7160-1-git-send-email-yulong.pei@intel.com> References: <1469154072-7160-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 v2] doc: add section on tested platforms and nics and OSes 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: Fri, 22 Jul 2016 17:30:56 -0000 2016-07-22 10:21, Yulong Pei: > --- a/doc/guides/rel_notes/release_16_07.rst > +++ b/doc/guides/rel_notes/release_16_07.rst > @@ -350,25 +350,120 @@ The libraries prepended with a plus sign were incremented in this version. > Tested Platforms > ---------------- > > -.. This section should contain a list of platforms that were tested with this > - release. I think we should keep this comment to ease the creation of the next release notes.