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 5A571A0C56; Wed, 8 Sep 2021 10:54:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E7F2141158; Wed, 8 Sep 2021 10:54:39 +0200 (CEST) Received: from mail-108-mta221.mxroute.com (mail-108-mta221.mxroute.com [136.175.108.221]) by mails.dpdk.org (Postfix) with ESMTP id 8D5D94013F for ; Wed, 8 Sep 2021 10:54:38 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta221.mxroute.com (ZoneMTA) with ESMTPSA id 17bc49db7a900074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 08 Sep 2021 08:54:35 +0000 X-Zone-Loop: 92a33bb8e263b9791440e5e38883bad32007aa49d99c 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=FPhQm2khWAw1maVEBLEWkAvXaonXOBSs3CLyAf0vaqI=; b=PbF3jq2J3EMrsEvXUR+i8WS4Nt 10S6nMyPkvmlbEbMpScIkoGxyS7MHh31X+ESBrBYZP1yeBrpw28z3L/rV0Myb7u+I+a2tPrMHH6Kc 50JXsNw4FQf8jXp3de9lAgnd8wj+tvY3w6ajI2S8zu9/0Zkjwpba549JOuQRVjNNRR+hR4XgVEOPS xzc/MN6XSUI4NWE3Xk58sHLBXh/+Nh7LyofFO7xvLM06rnqGuDMATgBi7PsCh2Z26/ErkROdGWVqs /3/US68dhzIppPeM0kUJyWRR5ybQtUdKTXsWfBC92vshen85j3hZl8kRtMjfC8iILA+nS51iSO4x7 +JCAQU7A==; To: Andrew Rybchenko , David Marchand , dev@dpdk.org Cc: Thomas Monjalon , Ferruh Yigit References: <20210906130220.6756-1-david.marchand@redhat.com> <67cc6daf-11de-f6f6-4480-aa749209693c@oktetlabs.ru> From: "Kinsella, Ray" Message-ID: <9987476f-fb29-e0ae-5e76-1c1e0bb9b18e@ashroe.eu> Date: Wed, 8 Sep 2021 09:54:32 +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: <67cc6daf-11de-f6f6-4480-aa749209693c@oktetlabs.ru> 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: promote sibling iterators to stable 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 06/09/2021 15:19, Andrew Rybchenko wrote: > On 9/6/21 4:02 PM, David Marchand wrote: >> This API saw no update since its introduction and will help applications >> like OVS ([1] and [2]) that currently look at rte_eth_devices[] to >> achieve the same. >> >> 1: https://github.com/openvswitch/ovs/blob/master/lib/netdev-dpdk.c#L1285 >> 2: https://github.com/openvswitch/ovs/blob/master/lib/netdev-dpdk.c#L1476 >> >> Signed-off-by: David Marchand > > Acked-by: Andrew Rybchenko > Acked-by: Ray Kinsella