From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 27/38] net/dpaa: add support for link status update Date: Thu, 29 Jun 2017 20:27:52 +0530 Message-ID: <3329e856-ca8b-8bb3-f42a-8bfdebea6702@nxp.com> References: <1497591668-3320-1-git-send-email-shreyansh.jain@nxp.com> <1497591668-3320-28-git-send-email-shreyansh.jain@nxp.com> <86d110fa-fb16-57a4-5adc-8bb07951a995@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , To: Ferruh Yigit Return-path: Received: from NAM03-BY2-obe.outbound.protection.outlook.com (mail-by2nam03on0078.outbound.protection.outlook.com [104.47.42.78]) by dpdk.org (Postfix) with ESMTP id 2E3652C2A for ; Thu, 29 Jun 2017 16:48:45 +0200 (CEST) In-Reply-To: <86d110fa-fb16-57a4-5adc-8bb07951a995@intel.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 Wednesday 28 June 2017 09:16 PM, Ferruh Yigit wrote: > On 6/16/2017 6:40 AM, Shreyansh Jain wrote: >> Signed-off-by: Hemant Agrawal >> Signed-off-by: Shreyansh Jain > > <...> > >> --- a/doc/guides/nics/features/dpaa.ini >> +++ b/doc/guides/nics/features/dpaa.ini >> @@ -4,6 +4,8 @@ >> ; Refer to default.ini for the full list of available PMD features. >> ; >> [Features] >> +Speed capabilities = P > > Speed capabilities feature is not "link->link_speed", this feature means > providing "dev_info->speed_capa" (in dpaa_eth_dev_info()) Ok. I will fix this and queue start/stop. > >> +Link status = Y >> Queue start/stop = Y >> Jumbo frame = Y >> MTU update = Y > <...> > >