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 B8DD6A0350; Thu, 25 Jun 2020 10:04:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 904172A66; Thu, 25 Jun 2020 10:04:49 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 630B0CF3 for ; Thu, 25 Jun 2020 10:04:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1593072287; 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=VkKf+yqW5QpO+vooB7p0Zyh7ggR1QsqdXXq9KSdI/0w=; b=FAhTzhn4L6fIsdwn/5Twb6/1Wsgfkvz1y8FjoY3Wy6F7Ry+1LgNsCoob8J2XfM5kQ0HUT3 Y9EXm4fPszTx9la3ICHEXvvjVhVs4Q/vCm0uwsumT/qnT46MpIwEbHdxycFutTQc3XFB1Q cT3USXyoNK5iDT2YC977iteFwx2948E= 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-19-Z3jy-jzBP3-7jzEo3bK6jw-1; Thu, 25 Jun 2020 04:04:44 -0400 X-MC-Unique: Z3jy-jzBP3-7jzEo3bK6jw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EA467800C60; Thu, 25 Jun 2020 08:04:42 +0000 (UTC) Received: from localhost.localdomain (unknown [10.36.110.7]) by smtp.corp.redhat.com (Postfix) with ESMTP id B22DB100EBA4; Thu, 25 Jun 2020 08:04:35 +0000 (UTC) From: Maxime Coquelin To: dev@dpdk.org, grive@u256.net, david.marchand@redhat.com, wenzhuo.lu@intel.com, beilei.xing@intel.com, bernard.iremonger@intel.com Cc: Maxime Coquelin Date: Thu, 25 Jun 2020 10:04:28 +0200 Message-Id: <20200625080430.1392037-1-maxime.coquelin@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=maxime.coquelin@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v2 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.11 Changes since v1: ----------------- - Rebase on top of master - Reword deprecation notice (Gaƫtan) 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