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 18582A0C54; Fri, 3 Sep 2021 14:19:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93ACC40E64; Fri, 3 Sep 2021 14:19:57 +0200 (CEST) Received: from mail-108-mta213.mxroute.com (mail-108-mta213.mxroute.com [136.175.108.213]) by mails.dpdk.org (Postfix) with ESMTP id 89B1940E3C for ; Fri, 3 Sep 2021 14:19:56 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta213.mxroute.com (ZoneMTA) with ESMTPSA id 17bab99da9b00074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 03 Sep 2021 12:19:52 +0000 X-Zone-Loop: fa2450ff94f87075918473950301752e408103e84686 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=jsyLmb/K5DlP18BOoNqUl5sSgVJD+oPzHOgwEfA9Owo=; b=hwkHugCCQz11uwnhePUj+t7xvN KQ/12DMze68PNvJmz8udicIwelLQPoHSbBszgPyMKu2Z6kBMHGCwapAfOcW5FoteO5/lNHy/fDqDF Z43e6Izpp6O2Ko3anpHIBx4KCB8xHl4zUTWASx7/N+cYM7bXzjw/e5Ff549UwnCxoDInmz3Dz6tpb fcG0DuBFr+mKd9TxsvbOpLlbgUgTGyR+EGlOBlbxG4sn2pDaJ7tWbTPsJFUAMoENtkCfZ1pr3QAM3 u7crRBmPyM89tfkPu49HKoWw6wnjqhqTzpmM9vLPjNoysyU9lVh+T8XMiO1gwKAxlr/38VUcaJInI 2uF2c3ig==; To: David Marchand , Xiaoyun Li Cc: Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , dev References: <20210901015054.340542-1-xiaoyun.li@intel.com> From: "Kinsella, Ray" Message-ID: <063c3498-36fb-4615-3906-aeb3aab81fbf@ashroe.eu> Date: Fri, 3 Sep 2021 13:19:46 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: Re: [dpdk-dev] [PATCH] ethdev: remove experimental flag from getting intr fd API 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 Sender: "dev" On 03/09/2021 13:17, David Marchand wrote: > On Wed, Sep 1, 2021 at 4:03 AM Xiaoyun Li wrote: >> >> Remove the experimental tag for rte_eth_dev_rx_intr_ctl_q_get_fd API >> that was introduced in 18.11 and have been around for 11 releases. >> >> Signed-off-by: Xiaoyun Li > > Odd that this API is used nowhere in-tree but it provides a simple > alternative to the DPDK interrupt builtin framework. > I had a go with this in OVS, and it seems to work as described (once > fixed virtio-user). > > Acked-by: David Marchand > FD.io VPP uses it, in its interrupt mgmt framework. Acked-by: Ray Kinsella Ray K