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 924FAA0C53; Wed, 1 Sep 2021 09:08:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7A0994013F; Wed, 1 Sep 2021 09:08:55 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id EBA2640041 for ; Wed, 1 Sep 2021 09:08:54 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 78DEF7F504; Wed, 1 Sep 2021 10:08:54 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 78DEF7F504 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1630480134; bh=eproOYF4wuprnyvVLhOiUatIU8022jTq8dJdE0QYMbs=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=OPTtX14OhHpykbPjSWND1mZtTBjFwnjNPRG6Vm2J/MxAr2tsLQIR218GiQtcExmjQ zmffiOnp6oswm/0ZbNIOynEyoN36s2u4MNVgmfGE8w/3A4mv8S1njE8PT77WKvQbK/ etEq+YKz5ACxf2nG77/xrNzfzx+En0FMQYA30PQk= To: Xiaoyun Li , Thomas Monjalon , Ferruh Yigit , Ray Kinsella Cc: dev@dpdk.org References: <20210901015054.340542-1-xiaoyun.li@intel.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: <516fea1b-a7dc-c7bd-efb6-949d446a666a@oktetlabs.ru> Date: Wed, 1 Sep 2021 10:08:54 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210901015054.340542-1-xiaoyun.li@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 9/1/21 4:50 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 Acked-by: Andrew Rybchenko