From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E8EBC433E0 for ; Fri, 26 Jun 2020 03:37:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3BA5220709 for ; Fri, 26 Jun 2020 03:37:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728404AbgFZDhP (ORCPT ); Thu, 25 Jun 2020 23:37:15 -0400 Received: from smtprelay0087.hostedemail.com ([216.40.44.87]:56866 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725830AbgFZDhN (ORCPT ); Thu, 25 Jun 2020 23:37:13 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay01.hostedemail.com (Postfix) with ESMTP id C038C100E7B40; Fri, 26 Jun 2020 03:37:12 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: gate52_50005be26e52 X-Filterd-Recvd-Size: 1285 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf06.hostedemail.com (Postfix) with ESMTPA; Fri, 26 Jun 2020 03:37:11 +0000 (UTC) Message-ID: <8a6648981072dd69e1cdca3563d4b88d2b81ee93.camel@perches.com> Subject: Re: [net-next v3 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2020-06-25 From: Joe Perches To: Jeff Kirsher , davem@davemloft.net Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com Date: Thu, 25 Jun 2020 20:37:10 -0700 In-Reply-To: <20200626020737.775377-1-jeffrey.t.kirsher@intel.com> References: <20200626020737.775377-1-jeffrey.t.kirsher@intel.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.2-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 2020-06-25 at 19:07 -0700, Jeff Kirsher wrote: > This series introduces both the Intel Ethernet Common Module and the Intel > Data Plane Function. The patches also incorporate extended features and > functionality added in the virtchnl.h file. Overall, perhaps the code wraps rather a lot more at 80 columns than necessary. It might be better reading if some of the code used longer lines where reasonable.