From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.52]) by dpdk.org (Postfix) with ESMTP id 1404E1C674 for ; Wed, 4 Apr 2018 16:24:09 +0200 (CEST) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id F09BC480062 for ; Wed, 4 Apr 2018 14:24:07 +0000 (UTC) Received: from ocex03.SolarFlarecom.com (10.20.40.36) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Wed, 4 Apr 2018 07:24:05 -0700 Received: from opal.uk.solarflarecom.com (10.17.10.1) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25 via Frontend Transport; Wed, 4 Apr 2018 07:24:05 -0700 Received: from uklogin.uk.solarflarecom.com (uklogin.uk.solarflarecom.com [10.17.10.10]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w34EO48Y032506 for ; Wed, 4 Apr 2018 15:24:04 +0100 Received: from uklogin.uk.solarflarecom.com (localhost.localdomain [127.0.0.1]) by uklogin.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w34EO4no005916 for ; Wed, 4 Apr 2018 15:24:04 +0100 From: Andrew Rybchenko To: Date: Wed, 4 Apr 2018 15:23:52 +0100 Message-ID: <1522851837-5806-1-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.2.3 In-Reply-To: <1522768027-17384-1-git-send-email-arybchenko@solarflare.com> References: <1522768027-17384-1-git-send-email-arybchenko@solarflare.com> MIME-Version: 1.0 Content-Type: text/plain X-MDID: 1522851848-Wxu2iK6uTo8v Subject: [dpdk-dev] [PATCH v3 0/5] net/sfc: support choice of FW subvariant without Tx checksum X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 14:24:09 -0000 A couple of base driver patches have checkpatches.sh warnings because of coding standard difference. v2 -> v3: - fix invalid E-mail in net/sfc/base: report no Tx checksum FW subvariant support v1 -> v2: - add lost bits to net/sfc/base: add firmware subvariant aware driver option - fix typo reported by spell checker Andrew Rybchenko (5): net/sfc/base: update MCDI headers net/sfc/base: add firmware subvariant aware driver option net/sfc/base: report no Tx checksum FW subvariant support net/sfc/base: support FW subvariant choice net/sfc: support choice of FW subvariant without Tx checksum drivers/net/sfc/base/ef10_impl.h | 16 + drivers/net/sfc/base/ef10_nic.c | 88 + drivers/net/sfc/base/efx.h | 33 + drivers/net/sfc/base/efx_check.h | 7 + drivers/net/sfc/base/efx_mcdi.c | 4 +- drivers/net/sfc/base/efx_nic.c | 76 + drivers/net/sfc/base/efx_regs_mcdi.h | 2950 +++++++++++++++++------------- drivers/net/sfc/base/efx_regs_mcdi_aoe.h | 249 +-- drivers/net/sfc/base/siena_nic.c | 1 + drivers/net/sfc/efsys.h | 2 + drivers/net/sfc/sfc.c | 58 + 11 files changed, 2097 insertions(+), 1387 deletions(-) -- 2.7.4