From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f52.google.com ([74.125.83.52]:42360 "EHLO mail-pg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932462AbeCJQjG (ORCPT ); Sat, 10 Mar 2018 11:39:06 -0500 Received: by mail-pg0-f52.google.com with SMTP id x2so637407pgo.9 for ; Sat, 10 Mar 2018 08:39:06 -0800 (PST) Date: Sat, 10 Mar 2018 08:39:04 -0800 From: Stephen Hemminger To: Anirudh Venkataramanan Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org Subject: Re: [PATCH 09/15] ice: Configure VSIs for Tx/Rx Message-ID: <20180310083904.409d63f6@xeon-e3> In-Reply-To: <20180309172136.9073-10-anirudh.venkataramanan@intel.com> References: <20180309172136.9073-1-anirudh.venkataramanan@intel.com> <20180309172136.9073-10-anirudh.venkataramanan@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: On Fri, 9 Mar 2018 09:21:30 -0800 Anirudh Venkataramanan wrote: > This patch configures the VSIs to be able to send and receive > packets by doing the following: > > 1) Initialize flexible parser to extract and include certain > fields in the Rx descriptor. > > 2) Add Tx queues by programming the Tx queue context (implemented in > ice_vsi_cfg_txqs). Note that adding the queues also enables (starts) > the queues. > > 3) Add Rx queues by programming Rx queue context (implemented in > ice_vsi_cfg_rxqs). Note that this only adds queues but doesn't start > them. The rings will be started by calling ice_vsi_start_rx_rings on > interface up. > > 4) Configure interrupts for VSI queues. > > 5) Implement ice_open and ice_stop. > > Signed-off-by: Anirudh Venkataramanan Mandatory Vonnegut reference Is ice9 deadly?