From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id F35B78E56 for ; Fri, 25 Sep 2015 13:59:13 +0200 (CEST) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 4ED12C7951; Fri, 25 Sep 2015 11:59:10 +0000 (UTC) Received: from dhcp195.koti.laiskiainen.org.com (vpn1-4-213.ams2.redhat.com [10.36.4.213]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8PBx87T021625; Fri, 25 Sep 2015 07:59:09 -0400 From: Panu Matilainen To: dev@dpdk.org Date: Fri, 25 Sep 2015 14:58:25 +0300 Message-Id: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Subject: [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 11:59:15 -0000 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(-) -- 2.4.3