From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) by dpdk.org (Postfix) with ESMTP id C2E688E56 for ; Fri, 25 Sep 2015 14:35:34 +0200 (CEST) Received: by oiww128 with SMTP id w128so57315410oiw.2 for ; Fri, 25 Sep 2015 05:35:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=uzVDMqaf0SuyK4m/iSKhCA6Bnrbh38NgGEceSAIlVEo=; b=Sy77uXkeStTvvX25q4mJiSOgazwvPQahNCuR5ySjIRxDh6MbQ19SaRYfiWqHtwVKEX XCS07rDaHxLHemhQatgCeCng3zufzhCGkKYS3TkvFnjdZAee0nfNupy1x+ChubmVDP6N qGnAsLoGUlimVC3cEMMHsDnV+aNkZOQX7srxke6GZQq5F+HBSYcxmcp9ZCPtFlGhLJvp zQW0pA24v1I8sn3YX2BY/s7e5s5TolwCQ3nehfn+SZGrLcYQk+AigkNK25u5xgIG/Y3e 3nKOHddA0J8NPsU53AosBZjMiWoaDmrtFjLY1RAIuYA4J8HWy3z16t90p31HQmZwsCi5 OWyQ== X-Gm-Message-State: ALoCoQmz3KsUGAErWz+OCSgvyF0xUyM5v6wwxn2pth4Vqv0t4q+EsjDspPr2ExpFGAXAJzYaQ+NY MIME-Version: 1.0 X-Received: by 10.202.53.7 with SMTP id c7mr2670177oia.13.1443184534196; Fri, 25 Sep 2015 05:35:34 -0700 (PDT) Received: by 10.76.131.166 with HTTP; Fri, 25 Sep 2015 05:35:34 -0700 (PDT) In-Reply-To: References: Date: Fri, 25 Sep 2015 14:35:34 +0200 Message-ID: From: David Marchand To: Panu Matilainen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 0/2] Add support for driver directories X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Sep 2015 12:35:35 -0000 Hello Panu, On Fri, Sep 25, 2015 at 1:58 PM, Panu Matilainen wrote: > This mini-series adds support for driver directory concept as > described by Thomas Monjalon back in February: > http://dpdk.org/ml/archives/dev/2015-February/013285.html > > Panu Matilainen (2): > eal: refactor plugin list append from eal_parse_args() to a helper > function > eal: add support for driver directory concept > > config/common_linuxapp | 3 ++ > lib/librte_eal/common/eal_common_options.c | 1 + > lib/librte_eal/linuxapp/eal/eal.c | 76 > ++++++++++++++++++++++++++---- > 3 files changed, 71 insertions(+), 9 deletions(-) > This patchset looks good to me. Is there any reason why we should only have this for linux ? -- David Marchand