From: Shannon Nelson <shannon.nelson@oracle.com>
To: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>,
intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH v2 06/15] ice: Initialize PF and setup miscellaneous interrupt
Date: Fri, 16 Mar 2018 09:21:23 -0700 [thread overview]
Message-ID: <1e5fa2a7-0877-254b-a2d8-e635634bcaf7@oracle.com> (raw)
In-Reply-To: <20180315234802.31336-7-anirudh.venkataramanan@intel.com>
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 <shannon.nelson@oracle.com>
> Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
> ---
> v2: Removed reference to "lump" as suggested by Shannon Nelson.
Yep,
sln
Acked-by: Shannon Nelson <shannon.nelson@oracle.com>
next prev parent reply other threads:[~2018-03-16 16:21 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-15 23:47 [PATCH v2 00/15] Add ice driver Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 01/15] ice: Add basic driver framework for Intel(R) E800 Series Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 02/15] ice: Add support for control queues Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 03/15] ice: Start hardware initialization Anirudh Venkataramanan
2018-03-16 16:21 ` Shannon Nelson
2018-03-15 23:47 ` [PATCH v2 04/15] ice: Get switch config, scheduler config and device capabilities Anirudh Venkataramanan
2018-03-16 16:21 ` Shannon Nelson
2018-03-15 23:47 ` [PATCH v2 05/15] ice: Get MAC/PHY/link info and scheduler topology Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 06/15] ice: Initialize PF and setup miscellaneous interrupt Anirudh Venkataramanan
2018-03-16 16:21 ` Shannon Nelson [this message]
2018-03-15 23:47 ` [PATCH v2 07/15] ice: Add support for VSI allocation and deallocation Anirudh Venkataramanan
2018-03-16 16:21 ` Shannon Nelson
2018-03-15 23:47 ` [PATCH v2 08/15] ice: Add support for switch filter programming Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 09/15] ice: Configure VSIs for Tx/Rx Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 10/15] ice: Implement transmit and NAPI support Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 11/15] ice: Add support for VLANs and offloads Anirudh Venkataramanan
2018-03-15 23:47 ` [PATCH v2 12/15] ice: Add stats and ethtool support Anirudh Venkataramanan
2018-03-15 23:52 ` Stephen Hemminger
2018-03-16 0:50 ` [Intel-wired-lan] " Alexander Duyck
2018-03-16 4:41 ` Stephen Hemminger
2018-03-15 23:48 ` [PATCH v2 13/15] ice: Update Tx scheduler tree for VSI multi-Tx queue support Anirudh Venkataramanan
2018-03-15 23:48 ` [PATCH v2 14/15] ice: Support link events, reset and rebuild Anirudh Venkataramanan
2018-03-15 23:48 ` [PATCH v2 15/15] ice: Implement filter sync, NDO operations and bump version Anirudh Venkataramanan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1e5fa2a7-0877-254b-a2d8-e635634bcaf7@oracle.com \
--to=shannon.nelson@oracle.com \
--cc=anirudh.venkataramanan@intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).