From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:54682 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166AbeCISXK (ORCPT ); Fri, 9 Mar 2018 13:23:10 -0500 Date: Fri, 09 Mar 2018 13:23:07 -0500 (EST) Message-Id: <20180309.132307.1880314193679862945.davem@davemloft.net> To: anirudh.venkataramanan@intel.com Cc: intel-wired-lan@lists.osuosl.org, netdev@vger.kernel.org Subject: Re: [PATCH 00/15] Add ice driver From: David Miller In-Reply-To: <20180309172136.9073-1-anirudh.venkataramanan@intel.com> References: <20180309172136.9073-1-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: From: Anirudh Venkataramanan Date: Fri, 9 Mar 2018 09:21:21 -0800 > This patch series adds the ice driver, which will support the Intel(R) > E800 Series of network devices. > > This is the first phase in the release of this driver where we implement > basic transmit and receive. The idea behind the multi-phase release is to > aid in code review as well as testing. Subsequent phases will implement > advanced features (like SR-IOV, tunnelling, flow director, QoS, etc.) that > build upon the previous phase(s). Each phase will be submitted as a patch > series. > > I cc'd netdev for review since this is a new driver, even though this is > targetted to go through Jeff Kirsher's Intel Wired LAN git tree(s). I did a quick once-over on this driver and I have no major objections.