From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=pjCIZzyw+9+I2ih9AdCCJX5qkElc9TMWhToG3pGn0i8=; b=Pirz3cteCiO0z1WxRjFT8JIEx5GlLMh79CavMP5U2Si0lXzHRZmXXCpypKGl3KRNiw McMhEsynBmprN4rfUdR26p2KS5vegZtt/IxkCTLUyyEV7EKAGwEtFCY1t5I90Vj7G839 aa4OZWYmquadLlFbrxVfr8cugAsySKk4M47mP75IbrGU5YiVKuAO5EEkgsSr/bi4/SFS faCb9poAYb4QNV9EUAXRxB30idkvSF8CPSp5VSH2aLf5DsakROdDCv3bRdZVQI7xrHPo TVWYtrO4djPyv/eyoG9haLLWAJ/XFDn8CKB0tcj44PGGCcZtuXSHlH4Vq/2ZApjGRSBM gATw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=pjCIZzyw+9+I2ih9AdCCJX5qkElc9TMWhToG3pGn0i8=; b=X3w9PJ5wPiGfyk+iOo/r58n4x2G+cIwbkWIq9PiESsWNgE9Z5j5zRjXPmY2J0tGPQi RgJYSNUvJmxuwFDecVCPb4dWXFoqrti3z2CSPwfSij7Pw5zlr3YKj1y3Dlf3iw33oN5M ZnDd3QFM2rvO+FQCCF91lB91TxDQ71bsX6vOkGn7Cvei+20tMTMznOnrubPmyHewN8Bm a25Q7c0DFoJJhH8Cpkr8u3BebeYjkD0A6KATxDiJiySpixFGuV+ivQiUCU5+3smJXI6O xCX+Kl4yeXJD5P3+MnYH9/cNUIXT3QSSGjYoULZpgUZsDLoXLU6gX9QdGnPoC4hjaLgF g5tg== X-Gm-Message-State: AD7BkJLkvNfmZ8y8AxqCAqxW4V5bWHvXbPzskytz+9c4Lb9yZ7y1I0CtDTRYn7xhyMdd0Sl/ X-Received: by 10.194.76.72 with SMTP id i8mr3323072wjw.117.1459539597420; Fri, 01 Apr 2016 12:39:57 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id m130sm387414wmf.18.2016.04.01.12.39.56 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 01 Apr 2016 12:39:56 -0700 (PDT) From: Thomas Monjalon To: Marc Sune Cc: "Xu, Qian Q" , "Xing, Beilei" , dev@dpdk.org, "Ananyev, Konstantin" , "Lu, Wenzhuo" , "Richardson, Bruce" , "Glynn, Michael J" , Marc Sune Date: Fri, 01 Apr 2016 21:38:20 +0200 Message-ID: <2703519.p3zIIdLo7b@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1459462351-1120-1-git-send-email-marcdevel@gmail.com> References: <1458955640-22951-1-git-send-email-marcdevel@gmail.com> <1459462351-1120-1-git-send-email-marcdevel@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v14 0/8] ethdev: 100G and link speed API refactoring X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 19:39:57 -0000 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.