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 B6DB71C01 for ; Fri, 27 Jul 2018 10:01:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 31E12217D0; Fri, 27 Jul 2018 04:01:42 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 27 Jul 2018 04:01:42 -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=dhyTGk0eiNHKpZ5jxxYIMF2nES LEBI5GB3Vw/+myWk0=; b=d0AKK/I4fG+th3cq1C7vMpUcoXCc7uRLa/W5H+2j/1 vCVy06BAGXWGMtJS0NN2tAtb/ERGRELiIvCCNcYT0AS4Yy9p2PUyMWo1G7vhpmTo /V+IBAEf4UdNWXdfipH+G4B60LO+45obY6XzgggozI1+qTYxLVhLibKFAOglHFVP 0= 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=dhyTGk 0eiNHKpZ5jxxYIMF2nESLEBI5GB3Vw/+myWk0=; b=rYquPYPyJVKocGVeJX/y1D nHsoQ2p0NVGl+fEslNfXFgQzpAfWuq6PTEuMGNNbgleqKkWh8/Q9wuBZK4epsqlP r1lhQq40MUjJp7FNVliJa6ifjqpFeXP7JxFskg1mztzmIPGJ/LMYAs+zjnwYEzjM vhs1nGDPuktLxzHPeKize6wIgioVEyxjrNfb6wrjz0crjYrAMtb2lY6FcPBrrmeq MSVjTvej43Si/CW/0/oRJ/P6TAPgrIop0h2qehq51f0NsXjnJ2iMDd0DDLvNnaZE 3/kedCLCYupCR2UOA9Kh9FZEQwATHfmgmEsoGGolRaCRLm2Si2axD0aYndAdoeoQ == 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 2E2EA1025C; Fri, 27 Jul 2018 04:01:41 -0400 (EDT) From: Thomas Monjalon To: Alejandro Lucero Cc: dev , "Burakov, Anatoly" Date: Fri, 27 Jul 2018 10:01:36 +0200 Message-ID: <1558429.OuX7aYRipb@xps> In-Reply-To: References: <1531243552-7795-1-git-send-email-alejandro.lucero@netronome.com> <3971346.ugMje1iWhR@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:01:43 -0000 27/07/2018 09:03, Alejandro Lucero: > 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". > 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? > On Thu, Jul 26, 2018 at 5:41 PM, 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. > > > > > > >