From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id EC764A04FA for ; Wed, 5 Feb 2020 21:44:45 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BDE111D168; Wed, 5 Feb 2020 21:44:45 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id AB6111D168 for ; Wed, 5 Feb 2020 21:44:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580935484; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gInDUqpAepxu3tlNxXoo27yL+IKAkXbgYTAgcgHm7xg=; b=XnWkGXgVOKRIhjezUjCmJceK+6ap0OsVfSXn0YZ1gumjCG3vctVhOsJNwsUmG8mQOQSLf0 YIwK99sVb7KUybcNYPc5cuTjDQUEU9ILZZHUyy77wZ5oPqv8tjVxuwCqhW/I0+H+f+K9+n xxSN08CbhGhHCesK33IyCVwvoMJODFo= Received: from mail-vs1-f70.google.com (mail-vs1-f70.google.com [209.85.217.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-181--DyZhj0WPle2Z_xtxft94w-1; Wed, 05 Feb 2020 15:44:40 -0500 Received: by mail-vs1-f70.google.com with SMTP id j8so236607vsm.10 for ; Wed, 05 Feb 2020 12:44:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gInDUqpAepxu3tlNxXoo27yL+IKAkXbgYTAgcgHm7xg=; b=IR3cXcXOSCaSYLGdistSlco334foUHJwTVmR9CB5x1OAxvaynchQfyCjfyx3DBG3Bv PlNCBofBXCNXeuKp4Szy4fvl+DP4DBroIh/ItdOVLpR2noIcvqxXbyyFbfG6SvIkmOm2 Y48NuWmSwjW18ggbM3EZ6aulSrrB41Ukk9Dh5U/k8DqDVmbhYxEYgxU2Gxpkw/d/ZdQS kHc7C1coCT4hoElHb74vVZ61PimTy6V2DYQZRXkkGJLAKyohUU65Cda9TRUzLKWClWaQ GFcrFGq+h5kiIthlxnVpQC0jNvunc9IyQV6ypYUFCxX2RdlIy1XAqBNPdMjy2Mu+T78N 3O4g== X-Gm-Message-State: APjAAAXkuWUIn8P7YoXkN0vuvV9Wk1EsFeh4lDJGEB7qcwV28VS9+rvx zNdaeFCcAexxvS5TQ2HsE+3vTxbr5BJy5UB5JEydboKrzTC6wGiV6zLyKLEMZ/j+3jxbvxW3/ux AECBfvRiYaLP4QgBP1YQ5xAc= X-Received: by 2002:a67:f315:: with SMTP id p21mr24159000vsf.39.1580935479657; Wed, 05 Feb 2020 12:44:39 -0800 (PST) X-Google-Smtp-Source: APXvYqwRMRc3rn4dL3yUN4+j2VVndDrGEraZa/nOBPwfzKOTRC4JyRltakf2M4QtNzHwNr7JROx2s0aYo0api365AcY= X-Received: by 2002:a67:f315:: with SMTP id p21mr24158979vsf.39.1580935479442; Wed, 05 Feb 2020 12:44:39 -0800 (PST) MIME-Version: 1.0 References: <20200129162347.27975-1-aostruszka@marvell.com> <20200130092530.27907-1-aostruszka@marvell.com> In-Reply-To: From: David Marchand Date: Wed, 5 Feb 2020 21:44:28 +0100 Message-ID: To: Andrzej Ostruszka Cc: dev , David Hunt , Bruce Richardson , Vladimir Medvedkin , Robert Sanford , Erik Gabriel Carrillo , Marcin Baran , dpdk stable X-MC-Unique: -DyZhj0WPle2Z_xtxft94w-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] build: remove unused function versioning X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, Jan 30, 2020 at 5:11 PM David Marchand wrote: > > On Thu, Jan 30, 2020 at 10:25 AM Andrzej Ostruszka > wrote: > > > > Timer, LPM and Distributor libraries no longer use function versioning > > and therefore do not need separate build for static and shared version > > of libraries. > > > > This patch removes use_function_versioning from their meson build files > > and corresponding include from the sources. > > > > Signed-off-by: Andrzej Ostruszka > > Acked-by: Bruce Richardson > > > > Fixes: f2fb215843a9 ("timer: remove deprecated code") > > Fixes: 6e5b51676176 ("distributor: remove deprecated code") > > Fixes: c381a8d554b7 ("lpm: remove deprecated code") > > Cc: marcinx.baran@intel.com > > > > --- > > V2: > > - removed also includes (updating only meson files causes build > > failures), and updated commit msg accordingly > > Thanks, I had the exact same patch in store (caught when working with > Olivier on some ABI stuff for mempool). > > Cc: stable@dpdk.org > > Acked-by: David Marchand Applied, thanks. -- David Marchand