From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 27/38] net/dpaa: add support for link status update Date: Wed, 28 Jun 2017 16:46:34 +0100 Message-ID: <86d110fa-fb16-57a4-5adc-8bb07951a995@intel.com> References: <1497591668-3320-1-git-send-email-shreyansh.jain@nxp.com> <1497591668-3320-28-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: hemant.agrawal@nxp.com To: Shreyansh Jain , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 554B72C8 for ; Wed, 28 Jun 2017 17:46:36 +0200 (CEST) In-Reply-To: <1497591668-3320-28-git-send-email-shreyansh.jain@nxp.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 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()) > +Link status = Y > Queue start/stop = Y > Jumbo frame = Y > MTU update = Y <...>