From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/2] Add support for driver directories Date: Thu, 12 Nov 2015 16:52:32 +0100 Message-ID: <5394034.PY3UYPlQag@xps13> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Panu Matilainen Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 0F41C922E for ; Thu, 12 Nov 2015 16:53:45 +0100 (CET) Received: by wmdw130 with SMTP id w130so160188737wmd.0 for ; Thu, 12 Nov 2015 07:53:45 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This mini-series adds support for driver directory concept > > based on idea by Thomas Monjalon back in February: > > http://dpdk.org/ml/archives/dev/2015-February/013285.html > > > > In the process FreeBSD also gains plugin support (but untested). > > > > v4: - introduce error-early behavior for invalid plugin paths > > - support directories via the existing -d option instead of adding new > > > > v3: - merge the first commits > > > > v2: - move code to eal/common > > - add bsd support > > > > Panu Matilainen (2): > > eal: move plugin loading to eal/common > > eal: add support for driver directory concept > > > checkpatch complains for some indent problem (Thomas, can you fix this ?), > but the rest looks good to me. > > Acked-by: David Marchand > > Thanks Panu. Applied, thanks