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 A27DCA046B for ; Fri, 26 Jul 2019 15:40:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4E2981C470; Fri, 26 Jul 2019 15:40:34 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 370E11BE45 for ; Fri, 26 Jul 2019 15:40:33 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 822785AFD9; Fri, 26 Jul 2019 13:40:32 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.103]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A46D26061B; Fri, 26 Jul 2019 13:40:29 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net In-Reply-To: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> (David Marchand's message of "Fri, 26 Jul 2019 10:27:34 +0200") References: <1564129654-9161-1-git-send-email-david.marchand@redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) Date: Fri, 26 Jul 2019 09:40:28 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 26 Jul 2019 13:40:32 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH] doc: announce cpuflags check symbol removal 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" David Marchand writes: > This symbol has been deprecated for quite some time. > Let's drop it in the next release. > > Signed-off-by: David Marchand > --- I don't know how many out-of-tree users there are. OVS doesn't use this symbol - and a brief look at github (first 25 pages of results) shows that it's all clones of DPDK, 1 rust autogenerated FFI, and 1 "nimble" autogenerated FFI. Acked-by: Aaron Conole