From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] drivers/net: document missing speed capabilities feature Date: Fri, 12 May 2017 11:49:37 +0100 Message-ID: References: <20170510131053.75843-1-ferruh.yigit@intel.com> <16254100.QC6ztoDaX8@xps> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Shepard Siegel , Ed Czeck , John Miller , John McNamara , Harish Patil , Rasesh Mody , Rahul Lakkireddy , Hemant Agrawal , Shreyansh Jain , Wenzhuo Lu , Marcin Wojtas , Michal Krawczyk , Guy Tzalik , Evgeny Schemeilin , Jing Chen , Helin Zhang , Jingjing Wu , Konstantin Ananyev , Adrien Mazarguil , Nelio Laranjeiro , Matej Vido , Pascal Mazon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 052E41C00 for ; Fri, 12 May 2017 12:49:45 +0200 (CEST) In-Reply-To: <16254100.QC6ztoDaX8@xps> 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 5/10/2017 2:51 PM, Thomas Monjalon wrote: > 10/05/2017 15:10, Ferruh Yigit: >> --- a/doc/guides/nics/features/bnx2x.ini >> +++ b/doc/guides/nics/features/bnx2x.ini >> @@ -4,6 +4,7 @@ >> ; Refer to default.ini for the full list of available PMD features. >> ; >> [Features] >> +Speed capabilities = Y > > We should validate this feature only if the driver advertise the > right speeds for the device. Hi Thomas, Can you please clarify more, what is expected implementation in PMD? And perhaps a good and a bad sample can be helpful. Thanks, ferruh > Most of drivers advertise every possible speeds for the driver > without considering device limitations. >