From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4EB61A0C45; Wed, 20 Oct 2021 09:52:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B12340150; Wed, 20 Oct 2021 09:52:22 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 13F2D40142 for ; Wed, 20 Oct 2021 09:52:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1634716340; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iqckhOfG7jFsYx47D5MQ9/IPXMbD7Gtc2dybgjEoNZI=; b=ag06iIKPCtN0CsUSWGPP/sIObEzcS3oQHicBd973fiXFuKIHatxf/hn3wjcRVT0alIf04N g6RSU89hbxui/aaK/ClNq7kAekEsHbfJXd2jWy9XWmXjE7JdUS94ydUeZXdixgIqdjvLpO cJYLue+0N8bc4Vz04wT2BPJ1GSUvxVY= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-12-OCJETTU0MWKBIXVUAuHSkQ-1; Wed, 20 Oct 2021 03:52:19 -0400 X-MC-Unique: OCJETTU0MWKBIXVUAuHSkQ-1 Received: by mail-lj1-f199.google.com with SMTP id v13-20020a2e2f0d000000b0021126b5cca2so1450421ljv.19 for ; Wed, 20 Oct 2021 00:52:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=iqckhOfG7jFsYx47D5MQ9/IPXMbD7Gtc2dybgjEoNZI=; b=jzekZv4lvwX7lI7LhDvk33r4IyHEB4Z+kWy9MS21GOnpo3AewVo/ouNDgcmAkJBaHP 7+FRJfUkl/9+BCyqc5SGAK2rPyVBysy+mU3fuJXX3Byw5esDaC/bOKiE1pOiwNFVLQRg 00ESAV+R/aTUeXr8Zc/ha6Z2m2tB60C932x2m5jq2he+guLy8httcbsqraeHlRiqeAZw NphaSDO6sjTPvU+L33UVfdeqRLS6KGwTaa1Huq4unwL7hHnbbZz9rl7w7oDk1rZq7ArX nmh6u5KJm/h3LNEEq7KJJTVMrAcnn8xpuCYVlSskA3z3JkB+Z5XdX5h7DUclWWPE0lpn 6CKg== X-Gm-Message-State: AOAM533FwUG9p03cgvWhj7TapanmBiYCSSy1539hy4TeDm091t84N/YS 7AhEzz64S22Z9r4N2/rlLwZ9RLJ5X/ITxTzqJoUFXA9RYtJL7T16NGzcxBSxlRTJTX4xSfYLCHC H0C35xslkKNOunHhYBUM= X-Received: by 2002:a2e:8e34:: with SMTP id r20mr12198978ljk.333.1634716337635; Wed, 20 Oct 2021 00:52:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyRsNqophcnm/mYWqm512Diiw7Jj+6GaGOTllrgiTZM+tqmU6WOA454q8rGSOUf0m6w+JHF8XMn2Hf92KasJW8= X-Received: by 2002:a2e:8e34:: with SMTP id r20mr12198964ljk.333.1634716337424; Wed, 20 Oct 2021 00:52:17 -0700 (PDT) MIME-Version: 1.0 References: <20211018144907.1145028-1-andrew.rybchenko@oktetlabs.ru> <20211019174022.2036272-1-andrew.rybchenko@oktetlabs.ru> In-Reply-To: From: David Marchand Date: Wed, 20 Oct 2021 09:52:06 +0200 Message-ID: To: Andrew Rybchenko Cc: Olivier Matz , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v3 0/6] mempool: cleanup namespace X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, Oct 19, 2021 at 10:09 PM David Marchand wrote: > On Tue, Oct 19, 2021 at 7:40 PM Andrew Rybchenko > wrote: > > > > Add RTE_ prefix to mempool API including internal. Keep old public API > > with fallback to new defines. Internal API is just renamed. > > > > v3: > > - fix typo > > - rebase on top of current main > > - add prefix to newly added MEMPOOL_F_NON_IO > > - fix deprecation usage > > - add Fixes tag the patch which deprecates unused macros > > I spotted a little issue diffing with your v3 (see comment on patch > 2), and fixed your v3 in a local branch of mine. Series applied with fix on patch 2. Thanks. -- David Marchand