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 1DC22A0524; Thu, 30 Jan 2020 17:11:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E714F1C030; Thu, 30 Jan 2020 17:11:22 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 9B94B1C01F for ; Thu, 30 Jan 2020 17:11:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580400680; 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=fFHtE5rxmIw8RyWINcTbW2yKnNGkl4S9Vqp5PRtL5d4=; b=gKOdSBS2FPogcbmx5TtlzDvJIj02E3E2tR0gUT0jHuNzffhBTrc87cNAiAegGI7lCegZji aXmuz5f9YEZLRRfeSTRKVkuJ4K7su15tgsqwhYvt1JQEsxZ+ZSrIRcP1vC9flUo7fIp5qr 2UgPxaY/58aGmW/6JhKoM0NmMXkQlvM= Received: from mail-vk1-f198.google.com (mail-vk1-f198.google.com [209.85.221.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-122-32GRFc75P6C1lxkxbiZeww-1; Thu, 30 Jan 2020 11:11:17 -0500 Received: by mail-vk1-f198.google.com with SMTP id c127so1438154vkh.18 for ; Thu, 30 Jan 2020 08:11:17 -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=VFpkYs4wGs4PmNoGAjNPPq4pj2rRttjTqWrnFAKGmyM=; b=YsAksV/Whw/kJO0YCYbaBap8nnjaXVs5Ri6Cdx1UqS9CPYxgig7EkHc/Te8uGea/xA JINcu8zsr9DDXiyXETbWcHskP+XvZdk93P16zW4YzJwsQlcRmT8vpt+6gsnUPWdc2/2l Fig2OvwsieGA6FPz8j6XXl2TMhFGa/4w+nK9A3dcnqCjKKjLYmicVGquaeaMrfxM7ypo ShIOcKRUHMYdArJgkgmXGUqiHoDOi6tx5UhBD7vIwAU1Z10U9Imu8/5qRZ+uhD/CG6LG 487myqfTsxcFPvLQrN7ZYGmyyMO+870Ws2V2iY09eax1VXwsq2/k+NXPLfoVDTcaKd// Pzmg== X-Gm-Message-State: APjAAAUStzGe9Ljvt+YM1qeGDvBpPXvlwhR5mT6wQ61AsgDD+Fcplauo 8RaJyx8YQZCBHOdfMKQsWdYQfxCm65R4nZCMsTRB4fFUOrfcFuWBscsHJN7tb+/Cl7fIGZQlWc0 yKINCi/KGp7/z1B78Dto= X-Received: by 2002:ab0:618a:: with SMTP id h10mr3110221uan.53.1580400676602; Thu, 30 Jan 2020 08:11:16 -0800 (PST) X-Google-Smtp-Source: APXvYqzn2khW5G3t7Jj3TRJwAB9ywzBzeTdNXyw2THeteYd1XTOgnbuauXuGGHuh5KR+2fQlxdZBvmiGlqOmla0HTVs= X-Received: by 2002:ab0:618a:: with SMTP id h10mr3110201uan.53.1580400676214; Thu, 30 Jan 2020 08:11:16 -0800 (PST) MIME-Version: 1.0 References: <20200129162347.27975-1-aostruszka@marvell.com> <20200130092530.27907-1-aostruszka@marvell.com> In-Reply-To: <20200130092530.27907-1-aostruszka@marvell.com> From: David Marchand Date: Thu, 30 Jan 2020 17:11:04 +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: 32GRFc75P6C1lxkxbiZeww-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 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 --=20 David Marchand