From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Subject: Re: [PATCH net-next 0/2] nfp: fix rtsym and XDP register handling in debug dump Date: Fri, 15 Dec 2017 15:18:29 +0100 Message-ID: <20171215141828.3m7f66ziv4fn33c2@netronome.com> References: <20171214095026.11665-1-simon.horman@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, oss-drivers@netronome.com, Carl Heymann To: David Miller , Jakub Kicinski Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:38699 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755503AbdLOOSc (ORCPT ); Fri, 15 Dec 2017 09:18:32 -0500 Received: by mail-wm0-f68.google.com with SMTP id 64so17855586wme.3 for ; Fri, 15 Dec 2017 06:18:31 -0800 (PST) Content-Disposition: inline In-Reply-To: <20171214095026.11665-1-simon.horman@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: 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. > Carl Heymann (2): > nfp: fix absolute rtsym handling in debug dump > nfp: fix XPB register reads in debug dump > > .../net/ethernet/netronome/nfp/nfp_net_debugdump.c | 57 +++++++++++++++------- > 1 file changed, 39 insertions(+), 18 deletions(-) > > -- > 2.11.0 >