From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas@monjalon.net>
Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com
 [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id C7BE01CAC4
 for <dev@dpdk.org>; Thu,  5 Apr 2018 12:12:03 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 570FE2173C;
 Thu,  5 Apr 2018 06:12:03 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Thu, 05 Apr 2018 06:12:03 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 cc:content-transfer-encoding:content-type:date:from:in-reply-to
 :message-id:mime-version:references:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=mesmtp; bh=gDPHm+YIBqxqrE9mY08I0nOcKg
 MzJk67mffJSM++uio=; b=YJBo0nhggQeComZ68ACiRIAfDnaUChct1LKfzw4FE5
 8DJeEeZqcOg4xVzfCdTYD0EQfTGaXZVaabSeoeEy/uPtyC33k3c44WM2eAvhd0hQ
 JVccTi/S+7kX3RGjVvcyDu26pMx9CnBQfRPxDI7hMxgIwvqSjDQU6jOgrzkGl+k+
 g=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=cc:content-transfer-encoding:content-type
 :date:from:in-reply-to:message-id:mime-version:references
 :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=gDPHm+
 YIBqxqrE9mY08I0nOcKgMzJk67mffJSM++uio=; b=DuwSjYzO8uxgcVstrs04f7
 gitlJSLojJ+ql3iHI1Js6szISBTF0wdXMLIawLKLAV2nGqfje4MSYXJJxXQfjsbd
 UbZOhTITuEajQ+Tni7E1k6AmCVHrpRQxx9P+0u9ZHyuZB6hQre++828BKLs6CpCd
 g0lOWMfPs+sIQYSc1l/rvN7XVcwNXSxnyiKAHHVOMvCoVI9N+nJcnu0jKIO52lxf
 cPOE0qI5UCfTWxEDJMn0pz0cg6Bk1prFHa+r6TweO/UbOrpjxJC0dKs4+B8sFl5p
 AC2XbSl8mDlq6qkrHt9pO2VSPui4jmPUD+hbG4muWdCD7HilcUSiDNQdmqlHqbJw
 ==
X-ME-Sender: <xms:c_bFWgKGgwOH37RDSVxnzmkYAreBGGFtApHYMW1og9dxSXH_n2UwZQ>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id CDBE7E4F68;
 Thu,  5 Apr 2018 06:12:02 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: Jasvinder Singh <jasvinder.singh@intel.com>, cristian.dumitrescu@intel.com
Cc: dev@dpdk.org
Date: Thu, 05 Apr 2018 12:12:01 +0200
Message-ID: <2634240.JWzCM3JRLv@xps>
In-Reply-To: <1538626.jQhP2Ch2ao@xps>
References: <20180108100044.38368-2-jasvinder.singh@intel.com>
 <20180108154356.44765-1-jasvinder.singh@intel.com> <1538626.jQhP2Ch2ao@xps>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH v4] lib/librte_meter: add meter configuration
	profile
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Apr 2018 10:12:04 -0000

19/02/2018 22:12, Thomas Monjalon:
> 08/01/2018 16:43, Jasvinder Singh:
> > Signed-off-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> 
> Applied for 18.05 (was postponed to preserve 18.02 ABI), thanks.

We forgot to update the release notes about the API change.
Please, could you send a patch to add it in the appropriate section?
Thanks