From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <adrien.mazarguil@6wind.com>
Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id B06AFDE0
 for <dev@dpdk.org>; Tue, 15 Dec 2015 11:55:16 +0100 (CET)
Received: by mail-wm0-f51.google.com with SMTP id n186so88200097wmn.0
 for <dev@dpdk.org>; Tue, 15 Dec 2015 02:55:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=date:from:to:cc:subject:message-id:mail-followup-to:references
 :mime-version:content-type:content-disposition:in-reply-to;
 bh=rfKfckFfNQWGMi2RyP5LSHchT7OA1+ad+9rAELnkuAg=;
 b=DRYZnW7zwS9iTYHcfjAEusrOJnr333C4zn7utu0HcaSF2aDNmYsxJon7yK/FGyNyrO
 X0w38ufNoEAnqNmQn/feM1jG1Domw6c/Nmq6ftR/ne34bnRczNg9B7gXG9hcuoPqkSJO
 zmkEOSAsZ8sDtzscCVH4hoymjpPtfwbGZkpmULH0EbbX36IjzG4i3BOQ8d+C96zGg5hv
 uOvfPrOQK91mI5A5xir4nqgY75PkFclADgRIUtXFQXIxT256ucDeKXnk/HPxn14JLy9L
 JC9YZ9Xwolp/7IPUUF5VZD64Y85Untaa/GKJ79sa7xevibnIKnO7zwu8UUCZfsceSHJ/
 LJ0g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:date:from:to:cc:subject:message-id
 :mail-followup-to:references:mime-version:content-type
 :content-disposition:in-reply-to;
 bh=rfKfckFfNQWGMi2RyP5LSHchT7OA1+ad+9rAELnkuAg=;
 b=S/RiNZIRrowgTaJLRmzBC+lAKjhI1GWPuvKsitqLyaudIPt0HYcpwyn1Si8to1aMf2
 Tzyx9ZoQE22zsbz/S1DdXV0xi6+wmjeTlRsq05zR5LGVFfa++bfyGs1V9xw8MXTHFa6s
 FNtJ0OEgmYijzTeEVTCrYicESm01wKQ9MEI1eANZenLj/RYkx6dCvZtMwpa4VUGsZb+S
 Xt3TXOk7Lnhvs8Y8+TQ935B8Alem4vmg4ee5YDXnMIU0YmALpQ6XFMsC+VqaKCy/mG9W
 whFoZy1ZGfz9VHbw84nE88knxV+DhT6b0/UPUswcKeoOWxPoZQqQRdkDA3VmLG3gXl9q
 t59Q==
X-Gm-Message-State: ALoCoQnXx7U/oliMqy63XMGBAJE+CnXyls4U84BvdPNxf/xpwGioKKfsDjJrysnEoiUJIJVUURfxv0iOX05nzUbbGP4aCgSZ9Q==
X-Received: by 10.28.23.135 with SMTP id 129mr3670581wmx.11.1450176916543;
 Tue, 15 Dec 2015 02:55:16 -0800 (PST)
Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net.
 [82.239.227.177])
 by smtp.gmail.com with ESMTPSA id ft4sm830521wjb.37.2015.12.15.02.55.15
 (version=TLSv1/SSLv3 cipher=OTHER);
 Tue, 15 Dec 2015 02:55:15 -0800 (PST)
Date: Tue, 15 Dec 2015 11:54:57 +0100
From: Adrien Mazarguil <adrien.mazarguil@6wind.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Message-ID: <20151215105457.GV3806@6wind.com>
Mail-Followup-To: Thomas Monjalon <thomas.monjalon@6wind.com>, dev@dpdk.org,
 Matej Vido <matejvido@gmail.com>
References: <1450164074-16090-1-git-send-email-thomas.monjalon@6wind.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1450164074-16090-1-git-send-email-thomas.monjalon@6wind.com>
Cc: dev@dpdk.org, Matej Vido <matejvido@gmail.com>
Subject: Re: [dpdk-dev] [PATCH] doc: announce ABI change for link speed
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: Tue, 15 Dec 2015 10:55:16 -0000

On Tue, Dec 15, 2015 at 08:21:14AM +0100, Thomas Monjalon wrote:
> A rework was prepared by Marc Sune:
> http://dpdk.org/ml/archives/dev/2015-October/026037.html
> The goal is to retrieve the supported link speed of a device
> and to allow 100G devices while having a consistent API.
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Acked-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>

-- 
Adrien Mazarguil
6WIND