From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 13/18] i40e: replacement of 'i40e_debug_read_register()' Date: Mon, 27 Apr 2015 19:28:40 +0200 Message-ID: <1498171.E9UuRyUjTK@xps13> References: <1429518150-28098-1-git-send-email-helin.zhang@intel.com> <1429518150-28098-14-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org, steven.j.murray-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, chiu-pi.shih-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, monica.kenguva-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org To: Helin Zhang Return-path: In-Reply-To: <1429518150-28098-14-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-04-20 16:22, Helin Zhang: > As base driver provides 'i40e_aq_debug_read_register()', the same > functional interface of 'i40e_debug_read_register()' can be replaced. > > Signed-off-by: Helin Zhang > --- > lib/librte_pmd_i40e/i40e_ethdev.c | 22 ++-------------------- > 1 file changed, 2 insertions(+), 20 deletions(-) It should be merged with the patch introducing the function in the base driver. So it will be easier to check what changed.