From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by dpdk.org (Postfix) with ESMTP id 9D3825696 for ; Thu, 26 Feb 2015 08:03:51 +0100 (CET) Received: by wesw55 with SMTP id w55so8130011wes.4 for ; Wed, 25 Feb 2015 23:03:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Ppr+XueSU3XrJUTValxDNcq0ObI3DTODk4iVc5YsKzY=; b=UsfZSgsd8eZLH8ZAY+CeOlC8gbYj1V5lg2asIvoocLK5AN0Xz6dtiicirKpWbpeXf1 /pY9bY/jBD8jvaGE2zF7UBJ3uqlS9Xpap6+3favp1lzwSgZtDMR6APY7YKW3fot98hti Bd/qSXjhqxDyTskfNX+ZXPfQK9zx7umPUVvtqOPADajK+Rze+gVLvCLZaKovvSONXDKg hjjOCk3mCTC1GYWD+AtuncdL/5UATCOGwT/EvvJbAeQI3mjSfe8v5ahqu0LenxoQthDs waGdJ/L9/Ei9gjI68txVBY0gcnU3wNiJutfWsXJUSu7SApP5oAMKZCzccwEZPiewaRRy /aGQ== X-Gm-Message-State: ALoCoQlHiVkenq4SqadqeXfplGAZg+k2JEgAEeAoblw5HURI5VcvPVOZbs60xvDg24RjGb2ThkEZ X-Received: by 10.194.61.65 with SMTP id n1mr13613445wjr.53.1424934231437; Wed, 25 Feb 2015 23:03:51 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id y14sm55017135wjr.39.2015.02.25.23.03.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 23:03:49 -0800 (PST) From: Thomas Monjalon To: Stephen Hemminger , Tetsuya Mukawa Date: Thu, 26 Feb 2015 08:03:13 +0100 Message-ID: <3153139.jQ5sXg5pox@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <20150225164902.70f8abd6@urahara> References: <1424414516-18609-1-git-send-email-mukawa@igel.co.jp> <1665241.NKrJfZ0zyg@xps13> <20150225164902.70f8abd6@urahara> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v11 2/2] librte_pmd_null: Support port hotplug function 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: Thu, 26 Feb 2015 07:03:51 -0000 2015-02-25 16:49, Stephen Hemminger: > Build fails if HOTPLUG is disabled OK thanks for reporting. Actually there is no good reason to disable hotplug on Linux. Though it means that it's impossible to build on FreeBSD. Tetsuya, the right fix is to remove this option. You should manage to graceful degrades hotplug in not supported cases supported: devices cannot be detachable in case of VFIO or nic_uio. What about uio_pci_generic?