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 9946BA04F2; Mon, 8 Jun 2020 17:53:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CD55E2BE2; Mon, 8 Jun 2020 17:53:52 +0200 (CEST) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id CC79C2BE1 for ; Mon, 8 Jun 2020 17:53:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1591631630; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=bn50x+77YWEzN+Rgj48X1PwHb+Vw0xdA2UY1Ai87oz4=; b=hJ8w5/9Cp2aKk8Q2eCDPRP7myjSLjQZ36FRtQzuW20E6g3QMfGweyOYcLmLw50b2cVxFmB 8q+4Bi7aFbmVEKQ5wQJkheLaUoZrSzH9mHkfxu2jy5kdqPOUonTqZM6wiJtLN/gz+VzA+A HoNFVA1k3AF3MDXkHZ1cMlOg5m6Fqds= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-357-_lA54JCCMNeB3CyPX1mQuQ-1; Mon, 08 Jun 2020 11:53:48 -0400 X-MC-Unique: _lA54JCCMNeB3CyPX1mQuQ-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id E9FE31B18BCA; Mon, 8 Jun 2020 15:53:46 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.37]) by smtp.corp.redhat.com (Postfix) with ESMTP id E9F6178FA9; Mon, 8 Jun 2020 15:53:36 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, david.marchand@redhat.com, wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com, grive@u256.net Cc: Maxime Coquelin Date: Mon, 8 Jun 2020 17:53:28 +0200 Message-Id: <20200608155330.163874-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/2] rte_dev_probe() API change 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" This series proposes a change in rte_dev_probe() API for DPDK v20.11. First patch is the deprecation notice to be applied in v20.0 Maxime Coquelin (2): doc: announce rte_dev_probe() API change eal: improve device probing API app/test-pmd/testpmd.c | 2 +- doc/guides/rel_notes/deprecation.rst | 5 +++++ drivers/net/failsafe/failsafe.c | 5 +++-- lib/librte_eal/common/eal_common_dev.c | 18 ++++++++++-------- lib/librte_eal/include/rte_dev.h | 4 ++-- 5 files changed, 21 insertions(+), 13 deletions(-) -- 2.26.2