From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: [PATCH 00/11] net/sfc: update base driver to support 50G and 100G Date: Mon, 24 Sep 2018 14:50:19 +0100 Message-ID: <1537797030-26548-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain To: 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 CF7FE1AFF for ; Mon, 24 Sep 2018 15:50:50 +0200 (CEST) Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 6DF66B40090 for ; Mon, 24 Sep 2018 13:50:49 +0000 (UTC) Received: from ukv-loginhost.uk.solarflarecom.com (ukv-loginhost.uk.solarflarecom.com [10.17.10.39]) by opal.uk.solarflarecom.com (8.13.8/8.13.8) with ESMTP id w8ODojc3014454 for ; Mon, 24 Sep 2018 14:50:45 +0100 Received: from ukv-loginhost.uk.solarflarecom.com (localhost [127.0.0.1]) by ukv-loginhost.uk.solarflarecom.com (Postfix) with ESMTP id 5D7741626D1 for ; Mon, 24 Sep 2018 14:50:45 +0100 (BST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add base driver patches to support 50G and 100G XtremeScale X2 family adapters. In this particular case it looks better to have separate patch which updates documentation (as a cut line which summarizes the result). There are few checkpatches.sh warnings due to coding style difference in base driver. Andrew Rybchenko (1): net/sfc: add 50G and 100G XtremeScale X2 family adapters Richard Houldsworth (9): net/sfc/base: make last byte of module information available net/sfc/base: expose PHY module device address constants net/sfc/base: adjust PHY module info interface net/sfc/base: update to current port mode terminology net/sfc/base: add X2 port modes to bandwidth calculator net/sfc/base: support improvements to bandwidth calculations net/sfc/base: infer port mode bandwidth from max link speed net/sfc/base: add accessor to whole link status net/sfc/base: use transceiver ID when reading info Tom Millington (1): net/sfc/base: guard Rx scale code with corresponding option doc/guides/nics/sfc_efx.rst | 4 + drivers/net/sfc/base/ef10_impl.h | 12 +-- drivers/net/sfc/base/ef10_mac.c | 6 +- drivers/net/sfc/base/ef10_nic.c | 122 +++++++++++++++++++++------- drivers/net/sfc/base/ef10_phy.c | 24 ++++-- drivers/net/sfc/base/efx.h | 48 ++++++++++- drivers/net/sfc/base/efx_impl.h | 2 +- drivers/net/sfc/base/efx_mcdi.c | 80 ++++++++++-------- drivers/net/sfc/base/efx_mcdi.h | 4 +- drivers/net/sfc/base/efx_phy.c | 37 +++++++-- drivers/net/sfc/base/hunt_nic.c | 13 +-- drivers/net/sfc/base/medford2_nic.c | 12 +-- drivers/net/sfc/base/medford_nic.c | 12 +-- drivers/net/sfc/base/siena_nic.c | 2 + 14 files changed, 253 insertions(+), 125 deletions(-) -- 2.17.1