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 C9E1CA329E for ; Thu, 24 Oct 2019 02:48:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 52FCB1C20A; Thu, 24 Oct 2019 02:48:10 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 54BFB1C205 for ; Thu, 24 Oct 2019 02:48:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 885FF21C48; Wed, 23 Oct 2019 20:48:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 20:48:07 -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=mesmtp; bh=ZXQT2WWydNedidO3ZABa47eGz1vXIr0+ZOoODrj+JOE=; b=INQGiQTYwHSK dAr3oc6eRQ0IRvTU34/LojBcCcEiwZcu7QvFrq2Ic3NWuN2/ZA5NXbIutDOtHugb xj0s/Vl3dSfchp2XlcxhbKVR4TUIyH2w0Ca1nusDL6QzI8fIJoF7UkNAnLif03BL htK7ugZA2CQmFVargegK2DKkIKp3faI= 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=ZXQT2WWydNedidO3ZABa47eGz1vXIr0+ZOoODrj+J OE=; b=aYqcX+1PlCunl1V+Zbx7geVNUZpyvMZrFVmtYtN4Xs5XURCr+Gn/VPrky eSTkU59NoKaiGUXXx6Qhd7Zia8AhafGPyHY/g3yV4lFJJqYA/HYkwJoF3n49zCej xyUpf3B4UnoipNrl4W7MBmk+Eu8d4F4gayWmiKeJEZ6E2utArOX0YPMT5GxVmDgT Fsd48CYp0LYXLVZVNTj68Cb+uF6tbhSeowckAD0zLOLb2aMed+hksR5QMUK8+YcV HR5s2lD2VZuR5N9eQIddVIJrD32v2cE67Up6D6x6bYmjIiEb1svyoYxjuexlsict hy6uumPwDYgJUsNgCtTqnMHAFpxdg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrledtgdefjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtudenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 57B1980065; Wed, 23 Oct 2019 20:48:05 -0400 (EDT) From: Thomas Monjalon To: Morten =?ISO-8859-1?Q?Br=F8rup?= Cc: dev@dpdk.org, olivier.matz@6wind.com, stephen@networkplumber.org, harry.van.haaren@intel.com, konstantin.ananyev@intel.com, mattias.ronnblom@ericsson.com, bruce.richardson@intel.com, arybchenko@solarflare.com Date: Thu, 24 Oct 2019 02:48:04 +0200 Message-ID: <2010891.uzWaURNi05@xps> In-Reply-To: <20191023101111.81742-1-mb@smartsharesystems.com> References: <20191023101111.81742-1-mb@smartsharesystems.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH v9 0/2] mbuf: add bulk free function 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" 23/10/2019 12:11, Morten Br=F8rup: > Add function for freeing a bulk of mbufs. >=20 > Add unit test for functions for allocating and freeing a bulk of mbufs. >=20 > Morten Br=F8rup (2): > mbuf: add bulk free function > mbuf: add unit test for bulk alloc/free functions Applied, thanks