From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 83CE25F20 for ; Thu, 8 Mar 2018 14:44:19 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Mar 2018 05:44:18 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,441,1515484800"; d="scan'208";a="180995832" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga004.jf.intel.com with ESMTP; 08 Mar 2018 05:44:16 -0800 To: Rahul Lakkireddy , dev@dpdk.org Cc: kumaras@chelsio.com, surendra@chelsio.com, nirranjan@chelsio.com, indranil@chelsio.com References: From: Ferruh Yigit Message-ID: <2b2a4369-c2a2-250b-55e4-7511643c8f76@intel.com> Date: Thu, 8 Mar 2018 13:44:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/7] cxgbe: bug fixes and updates 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: Thu, 08 Mar 2018 13:44:20 -0000 On 2/28/2018 6:04 PM, Rahul Lakkireddy wrote: > Patch 1 reworks rte_eth_dev allocation for other ports under same PF. > > Patch 2 fixes secondary process initialization failure. > > Patches 3 and 4 allow configuring RSS hash and key. > > Patch 5 updates link Forward Error Correction (FEC) to support IEEE > 802.3 standard based FEC selection. > > Patches 6 and 7 update to new firmware 32-bit port capabilities to > support more link speeds and module types. > > Thanks, > Rahul > > --- > v2: > - Patch 2 regarding link update from v1 has been dropped. > - Split rte_eth_dev allocation rework for other ports under same PF > to patch 1. > - Split secondary process fix to patch 2. > > Kumar Sanghvi (4): > cxgbe: fix secondary process initialization > cxgbe: add support to update RSS hash configuration and key > cxgbe: add support to get programmed RSS hash configuration and key > cxgbe: update link Forward Error Correction (FEC) > > Rahul Lakkireddy (3): > cxgbe: rework rte_eth_dev allocation > cxgbe: update link configuration for 32-bit port capability > cxgbe: rework and use 32-bit port capability Series applied to dpdk-next-net/master, thanks. Please check comments on 3/7 for further work. (Patch titles updated from "cxgbe:" to "net/cxgbe:")