From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: include ixgbe rx error changes Date: Tue, 15 Dec 2015 13:48:03 +0100 Message-ID: <9488675.Duu9RWM0Sz@xps13> References: <1450181430-11412-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Van Haaren, Harry" Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id DC50711A2 for ; Tue, 15 Dec 2015 13:49:19 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id n186so92724427wmn.0 for ; Tue, 15 Dec 2015 04:49:19 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch updates the release notes to include the changes made (by me), > > which were not appropriatly documented at the time. > > Hence, this patch fixes a number of missing docs, > > > > Fixes: e81a315e5dc5 ("ixgbe: add MAC short packet discard count to Rx > > errors") > > Fixes: 48dd1a82a615 ("ixgbe: remove mac fault counts from Rx errors") > > Fixes: 256ff05a9cae ("ixgbe: fix Rx errors statistics for UDP checksum") > > > > Also, the CRC byte removal was not added to release notes, so > > Fixes: 156c5a8cf913 ("e1000: remove CRC size from byte counters") > > Fixes: c03fcee9abbd ("ixgbe: remove CRC size from byte counters") > > Fixes: 0834d1524dee ("i40e: remove CRC size from byte counters") > > > > Signed-off-by: Harry van Haaren > > Acked-by: John McNamara Applied, thanks