From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com [209.85.218.54]) by dpdk.org (Postfix) with ESMTP id DC1155699 for ; Wed, 14 Oct 2015 13:55:03 +0200 (CEST) Received: by oiar126 with SMTP id r126so26123312oia.0 for ; Wed, 14 Oct 2015 04:55:03 -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=H7yzeBkNx+T90v5+H/Cb3lBfK+So9OwNSeOQobk+1lY=; b=L3i/yVn2I0VEKd+ZpA2tz9kY7bzmv6ACKSOC6Xq8u6EpDokdKE+C4r22awzsAZeab8 5GEOwDR689nuXz6zEtxQh/HzoPbVIjC39qeh2PgNLQavO1zR6661AoSZMk9FdGGAjglY 14yHUe06N0ZofV7eBLbCcIDOkmfKt47JEo3M7hIK/UHh71eK58431WpWo7zq9joppuhI 2dvpOlJncPGVNjtlKEUOUFmzkjeB2R0sUPsQlOs5JFQiVGsaJBlGppUKWeasJbZATIG0 NeGzkeMhw2fqatuNsRgHMbPw4Nmu6b7tD+8DNTbSyhw9/plm0pFxEazNB4fR3f1+/p/W q46Q== X-Gm-Message-State: ALoCoQkcZIyehH6vckzrObWGbufGb6kaNmSvAimcqF/uooVyZpF1we08Ta+y2EIYUvRYZD5zlj3H MIME-Version: 1.0 X-Received: by 10.202.180.10 with SMTP id d10mr1422145oif.46.1444823703300; Wed, 14 Oct 2015 04:55:03 -0700 (PDT) Received: by 10.76.131.166 with HTTP; Wed, 14 Oct 2015 04:55:03 -0700 (PDT) In-Reply-To: <561E3141.4080607@redhat.com> References: <56054579.9010609@redhat.com> <561E3141.4080607@redhat.com> Date: Wed, 14 Oct 2015 13:55:03 +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: Wed, 14 Oct 2015 11:55:04 -0000 On Wed, Oct 14, 2015 at 12:41 PM, Panu Matilainen wrote: > On 09/25/2015 04:00 PM, Panu Matilainen wrote: > >> On 09/25/2015 03:35 PM, David Marchand wrote: >> >>> Is there any reason why we should only have this for linux ? >>> >> >> I merely followed suite with the related, pre-existing -d option which >> also only exists for Linux. And wondered about the same thing :) >> > > So... > > Is this blocking on being Linux-only? I can have a look at moving the > initialization to common/ if needed, but I wont be able test on FreeBSD. > I'd just like to get this functionality into DPDK 2.2 to remove one of > those silly usability obstacles thats all :) Yes this would make it simpler. Not blocking, but if you can move this to common code, then all better. I am pretty sure someone can test this on FreeBSD, Bruce maybe ? :-) -- David Marchand