From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42])
 by dpdk.org (Postfix) with ESMTP id A311E214A
 for <dev@dpdk.org>; Wed, 30 Mar 2016 11:25:08 +0200 (CEST)
Received: by mail-wm0-f42.google.com with SMTP id p65so62419000wmp.0
 for <dev@dpdk.org>; Wed, 30 Mar 2016 02:25:08 -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=Zm9KOjmfeGwhsplo3jkixn+4sOcqkbm2pR0syc6qN+4=;
 b=SlTG6mhEErRMA71riflQMWQhfNLsGcvjZkLn+eOb9b/dJcweePXM6V6rLeRxwTvUaQ
 ucTKqbWbgOcPZUXUoXrchvT7g138HvaLAyVbDikG2Px/NVYEuPAAIw8otn+xNVDOLhcZ
 15QCZHXR8yZ0tGdtFC/bqQ59STf4monuAraVqsfnyO1bZ1APTiT8OVcNzdPbN5VI6X5g
 76pTN/u7Nxmzuq43qhsEXPNTajb77W10MC8kjpMsBgPvzngA1HxMR94Kjhox5EP3kvYN
 XBfZSeIi5RZSTcK7HwMLVgmf9EbO+b5tWgPx/ao4EjPLjnL4Cc2eANk/5g7g7z7rxH39
 2P3g==
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=Zm9KOjmfeGwhsplo3jkixn+4sOcqkbm2pR0syc6qN+4=;
 b=iHme6zOUtAZrPLf464VrtfdsxiufGUhBE4GSp+WvZuBHyW8/okdD4q2Y42R3N8FShM
 R3I/3Q5MbAIhZ/JiS5lp67Hc7YbLDk30uJmPKgd4Rn7HUffSUnq4IAfDk53WmL5ptpNw
 KuwyKZGpdSb1TwZjc/rVAGlC5FNgZS3sJHzzjwgVwuz65M9lU+SnthVuXk7j5hGEWiHl
 0mCCkaCzNUuVpo+v9UCyBaJW5ozS3f0g5FsPfLslzzxY+f+gD5U8oKfhhK7I3fgYIafF
 Rt5T52ODf6blM3XmzQrAZXxvc524av0g7nJCxiraH3jrexmF/HS50T7mhI219Ed3+FfK
 KUjA==
X-Gm-Message-State: AD7BkJIVWxrCwJCIyFyXdcialkDOhZzaDHekoh5rA0bHGEjpZ5C30th/NIq7z6aDwc17Dtrs
X-Received: by 10.28.16.141 with SMTP id 135mr9062772wmq.67.1459329908489;
 Wed, 30 Mar 2016 02:25:08 -0700 (PDT)
Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net.
 [82.239.227.177])
 by smtp.gmail.com with ESMTPSA id c195sm18802223wmd.0.2016.03.30.02.25.07
 (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 30 Mar 2016 02:25:07 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Cc: Marc Sune <marcdevel@gmail.com>, "Xu, Qian Q" <qian.q.xu@intel.com>, "Xing,
 Beilei" <beilei.xing@intel.com>, "Ananyev,
 Konstantin" <konstantin.ananyev@intel.com>, "Lu,
 Wenzhuo" <wenzhuo.lu@intel.com>, "Richardson,
 Bruce" <bruce.richardson@intel.com>, "Glynn,
 Michael J" <michael.j.glynn@intel.com>
Date: Wed, 30 Mar 2016 11:23:15 +0200
Message-ID: <1974870.rokCOitPGA@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1458955640-22951-1-git-send-email-marcdevel@gmail.com>
References: <1458934950-23333-1-git-send-email-thomas.monjalon@6wind.com>
 <1458955640-22951-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 v13 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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 30 Mar 2016 09:25:08 -0000

2016-03-26 02:27, Marc Sune:
> There are still too few tests and reviews, especially for
> autonegotiation with Intel devices (patch #6).
> I would not be surprised to see some bugs in this rework.
> 
> The capabilities must be adapted per device. It can be
> improved in a separate patch.
> 
> It will be integrated in 16.04-rc3.
> Please test and review shortly, thanks!

Still no feedback for e1000 and i40e devices.
Should we consider it is working fine?