From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 66D133250; Fri, 27 Jul 2018 10:52:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id D501D21C5C; Fri, 27 Jul 2018 04:52:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 27 Jul 2018 04:52:37 -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=4ubazRG4KCeninzaWK48t40tDi T6Cz7iYAURQ1IE98A=; b=A5KmriQevNVnQZJ1/9TvACRZ4g+hCRP34dGH69UtYu eKpc+sSpty8ah1k1EYBvBv7MUVK2wCsqr/7gBSWwWtB/8c2/XQbl1lD2YDgobNwt 8kgKWAid4ir43IUPPEBUgs7ZTaPeEK5gZ+dBpVXLhZoha7CagHDQUSC6r1loXZnT w= 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=4ubazR G4KCeninzaWK48t40tDiT6Cz7iYAURQ1IE98A=; b=ZTEsczQeFNgB97fkNcYYHa 02WBbaTZSuWwgnFuX0oEXH0AcmNp/oVJsrutTrtE3qiW04yBOrCnlJhH3fVX6BYZ KIKEwZeumAOjazjp4HgmiSY1Nc3ay9ZoVMc4Uw5J5iHwhT3osSaKvJ1WRTUkLsTx LsxK4gq6aSksXC8jgBCUTABsyKIcoMuCyCgF0qW8lnCqel9pYweLnqy6bhqQcKGw YoWaIdj1VCzDV4lZd9Ywc4ZrWd1LtqAdyDdYZINHi01nH6EPOm+gqcbEUJBlB4Gi umuGMItuyJDuD1dfYTlfGDVMgzb7SwwRvijlLynyuJbG9sMv+81djO26odmEGgsg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C43871025C; Fri, 27 Jul 2018 04:52:36 -0400 (EDT) From: Thomas Monjalon To: Alejandro Lucero Cc: stable@dpdk.org, dev , "Burakov, Anatoly" , Yongseok Koh Date: Fri, 27 Jul 2018 10:52:32 +0200 Message-ID: <2271468.kCQjBdv7Zo@xps> In-Reply-To: References: <1531243552-7795-1-git-send-email-alejandro.lucero@netronome.com> <1558429.OuX7aYRipb@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/5] use IOVAs check based on DMA mask 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: Fri, 27 Jul 2018 08:52:38 -0000 27/07/2018 10:22, Alejandro Lucero: > Thomas Monjalon wrote: > > 27/07/2018 09:03, Alejandro Lucero: > > > Thomas Monjalon wrote: > > > > 10/07/2018 19:25, Alejandro Lucero: > > > > > This patchset applies on 17.11.3. > > > > > > > > > > Similar changes will be submitted to main DPDK branch soon. > > > > > > > > In patchwork, I mark this patchset as Deferred, > > > > waiting a new version for 18.11. > > > Hi Thomas, > > > > > > Why deferred? This patch is only to be applied to 17.11.3. Because the > > > changes the memory code has gone through the last months, the same fix > > will > > > be different for newer versions. > > > > OK, I can change them to "Not Applicable". > > > It is not applicable to master but it should for 17.11.3. Adding > stable@dpdk.org to this thread. The process is to send the patches to stable@dpdk.org with [PATCH 17.11] in the subject. Then it must decided of accepting the exception or not. > > > I'm working on it but waiting all the current patches from Anatoly being > > > accepted for creating the final patchset. > > > > Is there still some patches which are not applied? > > > Uhmm, maybe a patch for 18.11 could be created now. I was thinking about > these ones: > > Support externally allocated memory in DPDK > Support running DPDK without hugetlbfs mountpoint > > But they are not going to be in 18.11, so I will submit the patch asap, but > I'm afraid it will be for stable 18.11.1 > Next three weeks I'm on PTO, so hopefully I can submit the patch early > September. We are not going to apply them to 18.11.1. It should be in 18.11.0. If you send them really early September, it can be fine.