From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 02/10] devargs: introduce foreach macro Date: Sun, 22 Apr 2018 23:42:16 +0200 Message-ID: <4720352.LY2eTKH7so@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B472A1DB9 for ; Sun, 22 Apr 2018 23:42:20 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 21/03/2018 00:20, Gaetan Rivet: > Introduce new rte_devargs accessor allowing to iterate over all > rte_devargs pertaining to a bus. This patch can be merged with previous one.