From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 12/12] eal/bus: add bus iteration macros Date: Tue, 03 Jan 2017 23:15:37 +0100 Message-ID: <3963887.8UTvXyRnBT@xps13> References: <1482756644-13726-1-git-send-email-shreyansh.jain@nxp.com> <1482758645-23057-1-git-send-email-shreyansh.jain@nxp.com> <1482758645-23057-13-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: david.marchand@6wind.com, dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id DDF733777 for ; Tue, 3 Jan 2017 23:15:38 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id a197so395253192wmd.0 for ; Tue, 03 Jan 2017 14:15:38 -0800 (PST) In-Reply-To: <1482758645-23057-13-git-send-email-shreyansh.jain@nxp.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" 2016-12-26 18:54, Shreyansh Jain: > Three macros: > FOREACH_BUS > FOREACH_DEVICE_ON_BUS > FOREACH_DRIVER_ON_BUS > are introduced to make looping over bus (on global list), devices and > drivers (on a specific bus) prettier. Nice