From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 284811B463 for ; Wed, 27 Jun 2018 18:39:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BC07721C23; Wed, 27 Jun 2018 12:39:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 27 Jun 2018 12:39:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=5dCJ7WIJM47sQ/gb8MOF775bCc p6CaBLbLkunvjc2RA=; b=jFxMv/OzEUCuyqnmlklZGKUB0EsZkdeFFSMQBCVHjN 80x1bhwRmJBbH1pn5ecnBe3OSJ6dWRcXm/eUMrYGxX572gKuRvrGTuZBQkcK78Oa E0ht3XR++l8QYxgqUfhf1Ltqm7y2wnFFuqe+QXk5bRH9/vzQVicuAbpbOjaqmSuF A= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=5dCJ7W IJM47sQ/gb8MOF775bCcp6CaBLbLkunvjc2RA=; b=bmhFuV369v//yisGs8I/9t lzNwJ0YfWQZ+N74D8FLOqpcgzepcQ/ShH0twZ2aeMeD8/OzWJoyVRwLTyTg7YzG1 5v2ZM3/+9olVFrptQJGj4+PzU8ZedruF8u0YC7QgAp+pAuZKYhgj3yVzGh0vxP5W P/pfzRGayDrQdtS4LHTkzEUevgdt/2HtXJRtNiYoeVxeiNOp2mqtWaI3O4P+Lwkm Dt8pCZ+Js44Nznw4AylU4DnoYPqPSUyjWIF6sHurRTBEi66XTmUHDuz2R/W3zX/q 5zkHfT+GvI3dScucpTnGQulIG/qg95PzpjA9GrKva0VXkl+81a9MfUPF7XH4pLtA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EAD1510255; Wed, 27 Jun 2018 12:39:36 -0400 (EDT) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Wed, 27 Jun 2018 18:39:35 +0200 Message-ID: <1731758.mfCCJCWZOH@xps> In-Reply-To: <20180517234458.5602-1-stephen@networkplumber.org> References: <20180517234458.5602-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] pci: remove unused function 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: , X-List-Received-Date: Wed, 27 Jun 2018 16:39:38 -0000 18/05/2018 01:44, Stephen Hemminger: > The function rte_pci_probe_one is private to PCI and is > not used anywhere in current code base. Remove dead code. > > Signed-off-by: Stephen Hemminger Applied, thanks