From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] kni: dynamically allocate memory for each KNI Date: Tue, 02 Oct 2018 15:06:25 +0200 Message-ID: <4313273.d4aErm0F2p@xps> References: <20180923191202.64896-1-iryzhov@nfware.com> <20180926162106.1129-1-iryzhov@nfware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Igor Ryzhov , ferruh.yigit@intel.com 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) In-Reply-To: <20180926162106.1129-1-iryzhov@nfware.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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?