From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <pmatilai@redhat.com> Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id BCD7D592B for <dev@dpdk.org>; Fri, 16 Oct 2015 13:58:25 +0200 (CEST) Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id CB3E4FA9D3; Fri, 16 Oct 2015 11:58:24 +0000 (UTC) Received: from dhcp195.koti.laiskiainen.org.com (vpn1-6-41.ams2.redhat.com [10.36.6.41]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9GBwMXK015206; Fri, 16 Oct 2015 07:58:23 -0400 From: Panu Matilainen <pmatilai@redhat.com> To: dev@dpdk.org Date: Fri, 16 Oct 2015 14:58:12 +0300 Message-Id: <cover.1444996152.git.pmatilai@redhat.com> In-Reply-To: <cover.1443181743.git.pmatilai@redhat.com> References: <cover.1443181743.git.pmatilai@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 Subject: [dpdk-dev] [PATCH 0/5 v2] 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Fri, 16 Oct 2015 11:58:26 -0000 This 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). Panu Matilainen (5): eal: refactor plugin list append from eal_parse_args() to a helper function eal: refactor plugin init from eal_parse_args() to a helper function eal: move plugin loading to eal/common eal: add an error code to plugin init for the next step eal: add support for driver directory concept config/common_bsdapp | 3 + config/common_linuxapp | 3 + lib/librte_eal/bsdapp/eal/eal.c | 3 + lib/librte_eal/common/eal_common_options.c | 103 +++++++++++++++++++++++++++++ lib/librte_eal/common/eal_options.h | 1 + lib/librte_eal/linuxapp/eal/eal.c | 39 +---------- 6 files changed, 115 insertions(+), 37 deletions(-) -- 2.4.3