From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/2] nfp: fix rtsym and XDP register handling in debug dump Date: Fri, 15 Dec 2017 12:49:06 -0500 (EST) Message-ID: <20171215.124906.1508610161263955925.davem@davemloft.net> References: <20171214095026.11665-1-simon.horman@netronome.com> <20171215141828.3m7f66ziv4fn33c2@netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jakub.kicinski@netronome.com, netdev@vger.kernel.org, oss-drivers@netronome.com, carl.heymann@netronome.com To: simon.horman@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:53938 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755419AbdLORtI (ORCPT ); Fri, 15 Dec 2017 12:49:08 -0500 In-Reply-To: <20171215141828.3m7f66ziv4fn33c2@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Simon Horman Date: Fri, 15 Dec 2017 15:18:29 +0100 > On Thu, Dec 14, 2017 at 10:50:24AM +0100, Simon Horman wrote: >> Hi, >> >> this series resolves two problems in the recently added debug dump facility. >> >> * Correctly handle reading absolute rtysms >> * Correctly handle special-case PB register reads >> >> These fixes are for code only present in net-next. > > Hi Dave, > > It seems that I made a thinko in the title of the cover letter. s/XDP/XPB/ > These changes do not relate to XDP. Series applied with this fixed, thanks.