From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v11 2/2] librte_pmd_null: Support port hotplug function Date: Thu, 26 Feb 2015 08:03:13 +0100 Message-ID: <3153139.jQ5sXg5pox@xps13> References: <1424414516-18609-1-git-send-email-mukawa@igel.co.jp> <1665241.NKrJfZ0zyg@xps13> <20150225164902.70f8abd6@urahara> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Stephen Hemminger , Tetsuya Mukawa Return-path: In-Reply-To: <20150225164902.70f8abd6@urahara> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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?