From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v4 02/10] devargs: introduce foreach macro Date: Mon, 23 Apr 2018 16:56:19 -0700 Message-ID: <20180423165619.185f417a@xeon-e3> References: <224c73b2d7b27f32376334041c217533803a7354.1524522515.git.gaetan.rivet@6wind.com> 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 mail-pf0-f170.google.com (mail-pf0-f170.google.com [209.85.192.170]) by dpdk.org (Postfix) with ESMTP id E33A0E5D for ; Tue, 24 Apr 2018 01:56:22 +0200 (CEST) Received: by mail-pf0-f170.google.com with SMTP id g14so10647991pfh.3 for ; Mon, 23 Apr 2018 16:56:22 -0700 (PDT) In-Reply-To: <224c73b2d7b27f32376334041c217533803a7354.1524522515.git.gaetan.rivet@6wind.com> 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 Tue, 24 Apr 2018 00:41:02 +0200 Gaetan Rivet wrote: > Introduce new rte_devargs accessor allowing to iterate over all > rte_devargs pertaining to a bus. > > Signed-off-by: Gaetan Rivet > --- Aren't devargs intended to be internal and not part of ABI. If so maybe the experimental tag is not necessary, and you want to say that in the comments.