From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2018 07:32:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,302,1534834800"; d="scan'208";a="89205847" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2018 07:32:08 -0700 To: Andrew Rybchenko , dev@dpdk.org References: <1537797030-26548-1-git-send-email-arybchenko@solarflare.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Tue, 25 Sep 2018 15:32:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1537797030-26548-1-git-send-email-arybchenko@solarflare.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/11] net/sfc: update base driver to support 50G and 100G 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, 25 Sep 2018 14:32:11 -0000 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.