From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/11] net/sfc: update base driver to support 50G and 100G Date: Tue, 25 Sep 2018 15:32:08 +0100 Message-ID: References: <1537797030-26548-1-git-send-email-arybchenko@solarflare.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Andrew Rybchenko , dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id D20171B396 for ; Tue, 25 Sep 2018 16:32:10 +0200 (CEST) In-Reply-To: <1537797030-26548-1-git-send-email-arybchenko@solarflare.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 9/24/2018 2:50 PM, Andrew Rybchenko wrote: > 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 Series applied to dpdk-next-net/master, thanks.