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 7FD9AA053B; Thu, 6 Feb 2020 15:44:05 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8DBC51C11D; Thu, 6 Feb 2020 15:44:04 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id A1EBC1C0DA for ; Thu, 6 Feb 2020 15:44:02 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7501A478; Thu, 6 Feb 2020 09:44:01 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 06 Feb 2020 09:44:01 -0500 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=IGmMxECoAmalS4wXuAU5p4uvUFqnLitffxyX+IwqTgc=; b=ZhDTTFN0VouT aIWtNndgM6M+FLJ8bU3dT/Q8B7OW6FJSGKnqAgoScJV0W4k3L4jHQdabMQOoO2+I i7Kk18di6jIY0JaNKLVHWpqMec8jMG/rF4fKIrf8CDseEBN78gHCqKVkRLdmIiIr O5LLenPAdN9g/dHWOuNiovdgFaC+rNo= 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=fm2; bh=IGmMxECoAmalS4wXuAU5p4uvUFqnLitffxyX+IwqT gc=; b=ZSMVW6FUt+XjFsF8tueY9xlv1vFwrC0WCAgwiBxE07C4mPKpn1HPDIn1F 4nzuNlDJ/ewd84O7TCoJj+wkx0sxcR7i35Ju0iTKDhGjamp9ZT1d4V//IdCeL4Ka qtWRoTAiQT9GOobZ6GcXeuOZ5tEchyLiKlFA3gAGfRlMxFyLhTiZfY+U7puV7U4y NoU8uJtu689gyEgsZzHM1epf/HI8pQKUuVmLj4q9sKnJ0QGzTi3gR/4Raje/5woi myN4EDcVe2M325EzCfmk4BNkliyAjh35OivEael3c1odxfXJWhnxWFctOK3S9MMS s/TYhJSSvxl5kjcMMOnlHNs7n9esg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrheefgdeijecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 8B25430606FB; Thu, 6 Feb 2020 09:43:59 -0500 (EST) From: Thomas Monjalon To: Viacheslav Ovsiienko Cc: dev@dpdk.org, olivier.matz@6wind.com, ferruh.yigit@intel.com Date: Thu, 06 Feb 2020 15:43:58 +0100 Message-ID: <2123107.IFkqi6BYcA@xps> In-Reply-To: <1580982560-4457-1-git-send-email-viacheslavo@mellanox.com> References: <1579897518-29362-1-git-send-email-viacheslavo@mellanox.com> <1580982560-4457-1-git-send-email-viacheslavo@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] app/test: add test for mbuf with pinned external buffer 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" 06/02/2020 10:49, Viacheslav Ovsiienko: > This patch adds unit test for the mbufs allocated from > the special pool with pinned external data buffers. > > The pinned buffer mbufs are tested in the same way as > regular ones with taking into account some specifics > of cloning/attaching. > > Signed-off-by: Viacheslav Ovsiienko > --- > v2: uncomment the failed sanity check test Acked-by: Olivier Matz Applied, thanks