From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ye Xiaolong Subject: Re: [PATCH v2] igb_uio: remove out-of-date comment Date: Thu, 31 Jan 2019 16:13:37 +0800 Message-ID: <20190131081337.GB17292@intel.com> References: <20190115154626.34516-1-xiaolong.ye@intel.com> <20190116003452.37403-1-xiaolong.ye@intel.com> <20190115173822.25a4a979@shemminger-XPS-13-9360> <20190116074836.GB39571@intel.com> <20190116105521.0254cdb2@shemminger-XPS-13-9360> <20190117021354.GA47093@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Stephen Hemminger , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 2D1291B3EC for ; Thu, 31 Jan 2019 09:14:35 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, Ferruh On 01/29, Ferruh Yigit wrote: [snip] > >Hi Xiaolong, > >Your analysis looks correct, thanks for history provided, it seems renaming >"state" to "status" was not correct [1]. > >The intention of the 'pci_check_and_mask_intx()' is mask the interrupt if it is >from this device, so your suggestion looks correct to me. > >Only concern is how we can test the change, most probably existing code is also >failing but able to find its way since it is not tested fully. To be sure we are >also not missing anything, I think better to test the code before getting it. >Are you aware of any way to test updated code? > Yes, I am also thinking about how to verify the change, will update once I find a proper method. > >And related to the initial patch, removing the comment, I think the comment is >informative within the context of 'igbuio_pci_irqhandler()', so I suggest moving >if from begging of the function into it just above legacy interrupt change. > Sure, will do. Thanks, Xiaolong >[1] >5b2f8137 ("igb_uio: fix typos for kernel older than 3.3") > > >Thanks, >ferruh