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 AD9A442F6A; Fri, 28 Jul 2023 12:12:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CEDE40685; Fri, 28 Jul 2023 12:12:33 +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 72D114021E for ; Fri, 28 Jul 2023 12:12:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1690539151; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0vG0vGr09EDMvqMqlaQiiP0lgRiGt0tifsKpH87H2Yk=; b=FzMDOegD9Rc+mmhwQ87AlwD96y1Qbqr3eSfUqzf3x3OpnebFfqNs6bW7sVKW5FqYzKUs4C zTN7M1fF4Lq08V14g20kCQlgSHOxFZJlFJwlgK9mAKgBxvmR7Icp2sShMlHV7iOSb4Po4T V3zi1yBAUhmD6pEC2xCMB2J6vIHHKig= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-390-hSHs6nBkPSmoYdA2QC20bA-1; Fri, 28 Jul 2023 06:12:28 -0400 X-MC-Unique: hSHs6nBkPSmoYdA2QC20bA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2B9A23C13502; Fri, 28 Jul 2023 10:12:28 +0000 (UTC) Received: from [10.39.208.22] (unknown [10.39.208.22]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A50D61121330; Fri, 28 Jul 2023 10:12:27 +0000 (UTC) Message-ID: <08425996-ddf4-0140-7f74-86b4c2666263@redhat.com> Date: Fri, 28 Jul 2023 12:12:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH] doc: announce deprecation of cmdline_poll To: Stephen Hemminger , dev@dpdk.org References: <20230314171858.67446-1-stephen@networkplumber.org> <20230314160138.573cb42e@hermes.local> From: Maxime Coquelin In-Reply-To: <20230314160138.573cb42e@hermes.local> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 3/15/23 00:01, Stephen Hemminger wrote: > On Tue, 14 Mar 2023 10:18:58 -0700 > Stephen Hemminger wrote: > >> Function was added by commit 067855e651d6 ("cmdline: add polling mode") >> but never tested or used by DPDK applications. Mark it for >> future removal. >> >> Signed-off-by: Stephen Hemminger > > FYI - checked and none of the DPDK projects on github are using this API. > I.e Vpp, yastack, Trex, ANS, BESS, conntrail, ... > I also checked and could not find any DPDK app using this API. Acked-by: Maxime Coquelin Thanks, Maxime