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 6C2B31B79F for ; Tue, 3 Apr 2018 17:07:17 +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 698DCB40078 for ; Tue, 3 Apr 2018 15:07:16 +0000 (UTC) Received: from sfocexch01r.SolarFlarecom.com (10.20.40.34) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 3 Apr 2018 08:07:14 -0700 Received: from ocex03.SolarFlarecom.com (10.20.40.36) by sfocexch01r.SolarFlarecom.com (10.20.40.34) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Tue, 3 Apr 2018 08:07:12 -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; Tue, 3 Apr 2018 08:07:11 -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 w33F7ACH029251 for ; Tue, 3 Apr 2018 16:07:10 +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 w33F7Ai0017431 for ; Tue, 3 Apr 2018 16:07:10 +0100 From: Andrew Rybchenko To: Date: Tue, 3 Apr 2018 16:07:02 +0100 Message-ID: <1522768027-17384-1-git-send-email-arybchenko@solarflare.com> X-Mailer: git-send-email 1.8.2.3 MIME-Version: 1.0 Content-Type: text/plain X-MDID: 1522768037-IyWihP5AndID Subject: [dpdk-dev] [PATCH 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: Tue, 03 Apr 2018 15:07:18 -0000 A couple of base driver patches have checkpatches.sh warnings because of coding standard difference. 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_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 + 9 files changed, 2087 insertions(+), 1386 deletions(-) -- 2.7.4