From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: update release notes for 17.02 Date: Tue, 14 Feb 2017 16:51:05 +0100 Message-ID: <1551253.KADGnDBYIu@xps13> References: <1487086372-11630-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id BDC559E7 for ; Tue, 14 Feb 2017 16:51:06 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id r141so20621598wmg.1 for ; Tue, 14 Feb 2017 07:51:06 -0800 (PST) In-Reply-To: <1487086372-11630-1-git-send-email-john.mcnamara@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-14 15:32, John McNamara: > -Resolved Issues > ---------------- > - > -.. This section should contain bug fixes added to the relevant sections. Sample format: > - > - * **code/section Fixed issue in the past tense with a full stop.** > - > - Add a short 1-2 sentence description of the resolved issue in the past tense. > - The title should contain the code/lib section like a commit message. > - Add the entries in alphabetic order in the relevant sections below. > - > - This section is a comment. do not overwrite or remove it. > - Also, make sure to start the actual text at the margin. > - ========================================================= > - > - > -EAL > -~~~ > - > > Drivers > ~~~~~~~ > > * **net/virtio: Fixed multiple process support.** > > - Fixed few regressions introduced in recent releases that break the virtio > + Fixed a few regressions introduced in recent releases that break the virtio > multiple process support. > > > -Libraries > -~~~~~~~~~ > - > - > Examples > ~~~~~~~~ > > * **examples/ethtool: Fixed crash with non-PCI devices.** > > - Querying a non-PCI device was dereferencing non-existent PCI data > - resulting in a segmentation fault. > + Fixed issue where querying a non-PCI device was dereferencing non-existent > + PCI data resulting in a segmentation fault. It looks strange to remove the "Resolved Issues" heading while keeping content. I think we could totally remove them as most of the fixes are not documented here anyway.