From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v14 0/8] ethdev: 100G and link speed API refactoring Date: Fri, 01 Apr 2016 21:38:20 +0200 Message-ID: <2703519.p3zIIdLo7b@xps13> References: <1458955640-22951-1-git-send-email-marcdevel@gmail.com> <1459462351-1120-1-git-send-email-marcdevel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Xu, Qian Q" , "Xing, Beilei" , dev@dpdk.org, "Ananyev, Konstantin" , "Lu, Wenzhuo" , "Richardson, Bruce" , "Glynn, Michael J" , Marc Sune To: Marc Sune Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 89D50B62 for ; Fri, 1 Apr 2016 21:39:57 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id p65so3226686wmp.0 for ; Fri, 01 Apr 2016 12:39:57 -0700 (PDT) In-Reply-To: <1459462351-1120-1-git-send-email-marcdevel@gmail.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-01 00:12, Marc Sune: > From: Marc Sune > > This series of patches adds the following capabilities: > > * speed_capa bitmap in rte_eth_dev_info, which is filled by the PMDs > according to the physical device capabilities. > * refactors link API in ethdev to allow the definition of the advertised > link speeds, fix speed (no auto-negociation) or advertise all supported > speeds (default). The few feedbacks look good. Applied, thanks.