From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2120.oracle.com ([141.146.126.78]:40106 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751873AbeCPQVb (ORCPT ); Fri, 16 Mar 2018 12:21:31 -0400 Subject: Re: [PATCH v2 06/15] ice: Initialize PF and setup miscellaneous interrupt To: Anirudh Venkataramanan , intel-wired-lan@lists.osuosl.org Cc: netdev@vger.kernel.org References: <20180315234802.31336-1-anirudh.venkataramanan@intel.com> <20180315234802.31336-7-anirudh.venkataramanan@intel.com> From: Shannon Nelson Message-ID: <1e5fa2a7-0877-254b-a2d8-e635634bcaf7@oracle.com> Date: Fri, 16 Mar 2018 09:21:23 -0700 MIME-Version: 1.0 In-Reply-To: <20180315234802.31336-7-anirudh.venkataramanan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On 3/15/2018 4:47 PM, Anirudh Venkataramanan wrote: > This patch continues the initialization flow as follows: > > 1) Allocate and initialize necessary fields (like vsi, num_alloc_vsi, > irq_tracker, etc) in the ice_pf instance. > > 2) Setup the miscellaneous interrupt handler. This also known as the > "other interrupt causes" (OIC) handler and is used to handle non > hotpath interrupts (like control queue events, link events, > exceptions, etc. > > 3) Implement a background task to process admin queue receive (ARQ) > events received by the driver. > > CC: Shannon Nelson > Signed-off-by: Anirudh Venkataramanan > --- > v2: Removed reference to "lump" as suggested by Shannon Nelson. Yep, sln Acked-by: Shannon Nelson From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shannon Nelson Date: Fri, 16 Mar 2018 09:21:23 -0700 Subject: [Intel-wired-lan] [PATCH v2 06/15] ice: Initialize PF and setup miscellaneous interrupt In-Reply-To: <20180315234802.31336-7-anirudh.venkataramanan@intel.com> References: <20180315234802.31336-1-anirudh.venkataramanan@intel.com> <20180315234802.31336-7-anirudh.venkataramanan@intel.com> Message-ID: <1e5fa2a7-0877-254b-a2d8-e635634bcaf7@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 3/15/2018 4:47 PM, Anirudh Venkataramanan wrote: > This patch continues the initialization flow as follows: > > 1) Allocate and initialize necessary fields (like vsi, num_alloc_vsi, > irq_tracker, etc) in the ice_pf instance. > > 2) Setup the miscellaneous interrupt handler. This also known as the > "other interrupt causes" (OIC) handler and is used to handle non > hotpath interrupts (like control queue events, link events, > exceptions, etc. > > 3) Implement a background task to process admin queue receive (ARQ) > events received by the driver. > > CC: Shannon Nelson > Signed-off-by: Anirudh Venkataramanan > --- > v2: Removed reference to "lump" as suggested by Shannon Nelson. Yep, sln Acked-by: Shannon Nelson