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 E7C238DB5 for ; Tue, 10 Nov 2015 15:28:23 +0100 (CET) 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 2917FC0AE662; Tue, 10 Nov 2015 14:28:23 +0000 (UTC) Received: from dhcp195.koti.laiskiainen.org.com (vpn1-5-63.ams2.redhat.com [10.36.5.63]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAAESLCp021809; Tue, 10 Nov 2015 09:28:21 -0500 From: Panu Matilainen To: dev@dpdk.org Date: Tue, 10 Nov 2015 16:28:13 +0200 Message-Id: In-Reply-To: References: X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Subject: [dpdk-dev] [PATCH v4 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: Tue, 10 Nov 2015 14:28:24 -0000 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 config/common_bsdapp | 3 + config/common_linuxapp | 3 + lib/librte_eal/bsdapp/eal/eal.c | 3 + lib/librte_eal/common/eal_common_options.c | 119 +++++++++++++++++++++++++++++ lib/librte_eal/common/eal_options.h | 1 + lib/librte_eal/linuxapp/eal/eal.c | 40 +--------- 6 files changed, 131 insertions(+), 38 deletions(-) -- 2.5.0