From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <alejandro.lucero@netronome.com>
Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com
 [209.85.208.66]) by dpdk.org (Postfix) with ESMTP id 923BB1DB8
 for <dev@dpdk.org>; Fri, 27 Jul 2018 09:03:45 +0200 (CEST)
Received: by mail-ed1-f66.google.com with SMTP id e19-v6so3180134edq.7
 for <dev@dpdk.org>; Fri, 27 Jul 2018 00:03:45 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=netronome-com.20150623.gappssmtp.com; s=20150623;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to
 :cc; bh=qFwEzd1amm6RQmFyvCKwjyf1hFWMkEPF7Cm3xxjSgIg=;
 b=Zr/4/4GIysmpQnQfKQZvv7KlGntyeSZKw7K4C6BczXdhP671e3lGsdtrp0eGTd2zqY
 M0w+Epg0GRmVAHIOy9izb5vObc5XFcab6YEon97SeYMG+u0kJyq8yViIRrAw8tJPIssk
 aJv9rWY1RRLzFINCfodadvyz9btPqBHA6Blfl6XbVM+f7/YJD0fmFZw2s/fEoVZEXX0l
 0rLSba4zx4J/5XMzXJUrCSCHbY6pyvdmxWN3ybZHeTdhWPJjgJYzXMHAACjQ44PKO3il
 +02V3wccRVqOWwLVEO11nuA3iWBeqUewl0lHI6tAaTpZyHACPpjeLBk/oVoyhKBWwHSg
 ZT3Q==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:in-reply-to:references:from:date
 :message-id:subject:to:cc;
 bh=qFwEzd1amm6RQmFyvCKwjyf1hFWMkEPF7Cm3xxjSgIg=;
 b=dznSFUvnzYtmVsQEn0LPQd4hWi5pUL4bgRrrLpc4vis92hLEvdjRLh4NVO2xJQZC+R
 nrC4mSPOo/Lfy+ksBYiwxLujOOm7Ll9L3sS4dotgYvyJXUtm0DS6KIxnKqA/8+bUJhbi
 RPtgrfTzYogKNMbYNAoOJ6a2BHCLYoACBCG0VVcLmTR+2ZYr1xHZOF+jiZN3igBH/V+8
 eN6uoTwIoT4i00Go/SXJkf56iNP8a+Sx4AY9l91Zx+p41s/LFNcpVH2rhZtJq2AqnDTy
 nJXEK4WiPn4VyIsemdeGJuiVu2dOdT+uYojgLAvf3UYyEucZ5JbtpDsS4IJRlwA5t2Ht
 7nGQ==
X-Gm-Message-State: AOUpUlFT2yn6Ywi2yc5uxcoM3aBpWRwiyr5WQihvfXRlWpYljWyUXelz
 pO2XNK+dB28Abc4O3JHE7DWNgV3YdTA0RQ7ix0OLzQ==
X-Google-Smtp-Source: AAOMgpdJXV1frZDyFLgcq7CfUcm4+MGhRO6n3qJmmidlEhiRzj6whtqVfKSuQLFD8kSmnriU6fxKGDvDu0R1ONeQ3gI=
X-Received: by 2002:a50:a347:: with SMTP id
 65-v6mr5984716edn.299.1532675025393; 
 Fri, 27 Jul 2018 00:03:45 -0700 (PDT)
MIME-Version: 1.0
Received: by 2002:a50:b194:0:0:0:0:0 with HTTP; Fri, 27 Jul 2018 00:03:44
 -0700 (PDT)
In-Reply-To: <3971346.ugMje1iWhR@xps>
References: <1531243552-7795-1-git-send-email-alejandro.lucero@netronome.com>
 <3971346.ugMje1iWhR@xps>
From: Alejandro Lucero <alejandro.lucero@netronome.com>
Date: Fri, 27 Jul 2018 09:03:44 +0200
Message-ID: <CAD+H990j8iynw3g06wEOWZESwGbyS_nV8ZLYuJG3ZDpZqD3bbQ@mail.gmail.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: dev <dev@dpdk.org>, "Burakov, Anatoly" <anatoly.burakov@intel.com>
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Jul 2018 07:03:45 -0000

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.

I'm working on it but waiting all the current patches from Anatoly being
accepted for creating the final patchset.



On Thu, Jul 26, 2018 at 5:41 PM, Thomas Monjalon <thomas@monjalon.net>
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.
>
>
>