From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 791284F9C for ; Tue, 2 Oct 2018 15:06:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E7D62202C; Tue, 2 Oct 2018 09:06:28 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 02 Oct 2018 09:06:28 -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=/Od6ZxiqYPB9oI/sPsth0ZdGAZ rZ7h+Z1cQeIWJeRIw=; b=UQpRXg+Bt38vw15/yCkmvFhcCpjsiBS2cq49PBAYJI dBACqQaHw3VKdFwxCDKVY7Og2fr3BqmrCI8CBIFt2iNajYF4zuFWGqmXo67K/LAm /dEO+G7bIUFiO4J+9XbOBOVNxZZYe4cZY7Q6kjBHEAs5cRdwoagRBvk3+/c3mAfW Y= 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=fm3; bh=/Od6Zx iqYPB9oI/sPsth0ZdGAZrZ7h+Z1cQeIWJeRIw=; b=pyGNoJUJ/NXf31ahp5Mjue MCq0l6N6zVI8Fn21eRj8js5Z84EvN04g3OUeyZr+lAZsXI76se2BMVwbkUXVa1Ii eSf2lAMNfIx6RM1b9I5QzvOKDarKgZOXnn+Xr24tcsCMSeKt7dGVwoQYW3Ag9x/p RX/a/vf24lRqoWkUWFDA2vQ16Ay7WybLnJXM/AQijt8M5y6CWDxqA4OvIZim8Xft 7hbb3w52vo798b43odd9ZWcoqqpnPuZnv299iC7/EjoSs1PE5RwYqmSWfI2OBd16 yA+KK/o3LQ9YWflrI6T+CZkCTYLLqDqbhIUQCgMot9tOEPIIXf20iwlXRdBCh+KQ == X-ME-Sender: 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 A1F85102D3; Tue, 2 Oct 2018 09:06:26 -0400 (EDT) From: Thomas Monjalon To: Igor Ryzhov , ferruh.yigit@intel.com Cc: dev@dpdk.org Date: Tue, 02 Oct 2018 15:06:25 +0200 Message-ID: <4313273.d4aErm0F2p@xps> In-Reply-To: <20180926162106.1129-1-iryzhov@nfware.com> References: <20180923191202.64896-1-iryzhov@nfware.com> <20180926162106.1129-1-iryzhov@nfware.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] kni: dynamically allocate memory for each KNI 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: , X-List-Received-Date: Tue, 02 Oct 2018 13:06:28 -0000 Hi, 26/09/2018 18:21, Igor Ryzhov: > Long time ago preallocation of memory for KNI was introduced in commit > 0c6bc8e. It was done because of lack of ability to free previously > allocated memzones, which led to memzone exhaustion. Currently memzones > can be freed and this patch uses this ability for dynamic KNI memory > allocation. > > Signed-off-by: Igor Ryzhov The patch does not apply on master. Is there a dependency?