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 08080A04FA; Wed, 5 Feb 2020 21:44:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7F02D1D15F; Wed, 5 Feb 2020 21:44:43 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id D15C11D159 for ; Wed, 5 Feb 2020 21:44:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580935482; 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=GfMIB5WNkoCvuH0YI+LElIpgV3xmQUt9n4DbN3AZIrXl69boTC3QhpU8jsOrxg3Ztmru21 /DvqAz3Jt3VUHphZFJsZf1rcU8eY7ofZ2M2FitEU1/PM18TvHraF8ePz/7nJeJcDQ3JOFa Njfo/I3ws9coMe2Dt8u8ehOcc1U1tB0= Received: from mail-vs1-f71.google.com (mail-vs1-f71.google.com [209.85.217.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-431-sZni4mKuPsOpm2O4wysVYw-1; Wed, 05 Feb 2020 15:44:40 -0500 Received: by mail-vs1-f71.google.com with SMTP id v10so235145vso.12 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=rbh7nPaA6jjuqcWu8seh9bHvFx1aJjmayInhqzuh26alIdI3v3v0lEd8QPhkPOxDno FZbRQSe+AxNbnGDARhuH9fzhZuWTbis1QewsVmNwasnyz5tvTqPNrEGkhDr9clp2FJph SXPGieVbF7HZF5SvdfaP7UuoOfxc6wre46HibX9unQmdujeuXUDzHc/fPFAmMCQ8z9ER Fe+VMuiwJ9bNwJnkcR04rPt2AfWdAxEUZKiVcyJGqTtl6JUzFqVcoRpE7yhDD2tFJ2OB LUHcNN3eZZa0s8Ohc0nxHKzn1Kkw096iYtzEKgrDLKiAps3QeEd478i7G30JnSC6Iy9e yaeA== X-Gm-Message-State: APjAAAWhW5tYclKUeTdZEwfPTt2kGb6pxpQ1A7E8W7QaVyJ+9q2hyhZM CZgcgYoL54bsKI5axSuiCFsvGlWZ3nIX5BSiNpr1TR06pE3foQzNFn8NphiYHhz7jAO45ngg+vN jD41MWT3zX6WFzfYrcGA= X-Received: by 2002:a67:f315:: with SMTP id p21mr24158998vsf.39.1580935479654; 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: sZni4mKuPsOpm2O4wysVYw-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-dev] [PATCH v2] build: remove unused function versioning 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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