From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 29225A04DC; Mon, 19 Oct 2020 16:09:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F1E0DC8FE; Mon, 19 Oct 2020 16:09:15 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A4638C8DA for ; Mon, 19 Oct 2020 16:09:14 +0200 (CEST) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 498735C01AB; Mon, 19 Oct 2020 10:09:13 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Mon, 19 Oct 2020 10:09:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= LIrM+/ZXm3s2VDqJnIdWGaCwcjOR9xTf7E9AnCbpa7s=; b=p229vsJsJ7Ka7U5M PEtLEEpyjtiW3+AQfPqNHvdGcYevujVlx4/Ll3q5OzBrX8e7i3xZ/MxKgXaim+Rt 22CADlDrvdVJi/3pZ6ZeNc5WnRl7184/ye/NKju8zabMCbvOV+S3dqaOdd7Hck+1 uDklr7gdOeSJc6ex/HagLA9HhzWYcUxE91pnffdQFHU9Dt0MrPzqMr24Xx92bz8Y ooT6/rv6Bp3GjAfT64WmrzobBhwZY9inayghiPpZScDFP8Hh+NvetDn0J88aoQLM uV99XR6QYJpc80bASrwIXS2dAfn/Gs+BGKLSAYDeap//NimSUPTRPih1s/bg2tRm u8eg+A== 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=LIrM+/ZXm3s2VDqJnIdWGaCwcjOR9xTf7E9AnCbpa 7s=; b=ni9UgajyBOkMXhnVYkArRPBkAwj32X27GVZTgioxFrSLPOv8p/3QVJkpK qhD0lG/zuPLdtXm6fFYrBedFFxadVM7OytA71YOZPasOLOzbD5dUPnWMg4oIVUvL 8aaR2rmDu+Z1yL3jcGrV6wkqTlLgCK0Lhj+hQqH0Di+X6zvXRPFnbc7PLZ2HlKCh 7UdfBZHcBS4ijq6I4wAPHyXh5vXZ5zc01m8q8ZSHCsJk3PApOkhpIe2iyXGGZj0y L4uOgyzrEbbbWtLXrFRSQjyx6XsBehK+Op94gBzDtvsDPuvhYIJHs4xZoEacz4vI HVtpL70QxewuY3rMsmAFZr5oeNk2g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrjedugdejgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucfkphepjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhho nhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A82173280060; Mon, 19 Oct 2020 10:09:12 -0400 (EDT) From: Thomas Monjalon To: Hemant Agrawal Cc: dev@dpdk.org Date: Mon, 19 Oct 2020 16:09:11 +0200 Message-ID: <4621118.qmUqg3KpPH@thomas> In-Reply-To: <20200711082846.10238-1-hemant.agrawal@nxp.com> References: <20200514093001.12007-1-hemant.agrawal@nxp.com> <20200711082846.10238-1-hemant.agrawal@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 1/2] bitratestats: add support for free X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 11/07/2020 10:28, Hemant Agrawal: > This patch adds support for free funnction. > > Signed-off-by: Hemant Agrawal Squashed patches 1 & 2 and applied, thanks