From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-f53.google.com (mail-vk0-f53.google.com [209.85.213.53]) by dpdk.org (Postfix) with ESMTP id 80787902 for ; Tue, 29 Sep 2015 06:12:51 +0200 (CEST) Received: by vkgd64 with SMTP id d64so96147955vkg.0 for ; Mon, 28 Sep 2015 21:12:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gkIsTaQNRzel8JgULbCOyL3tob6icsAzAlE/XqOWjPU=; b=rs3PsfU5qXU2PQAypguJNY9m0LNmwhBM1iHFmc91FbifUAWT5QPP9UJ3hdWKl9V2Zt si2eXhGRJSWV7lBHhxeBfRKmIfoC+ZfEjtTIPgjBZwjm5UrzEWT1t44tyl+Pjjoyrj2n cAeRwgLGzXUYgRaMbx0ZSf1lcF3WWjdBQmLssz5PSDmKIKEnbo9BoJIRWNkTugVItCP3 brQKobvASsnAEVHhJACoU/Yla1aOQw7jQk2xFhBbJydr/M6BgRIVxfU587n0DHBcUJco oyKWlEA1F/CJO6wpuwcHNZ4Z0zyDqNVjT3StSbMKqpqJ8sJ2numvWHIwBQGZb+1pXpsG Ukdg== MIME-Version: 1.0 X-Received: by 10.31.140.143 with SMTP id o137mr14910027vkd.56.1443499970965; Mon, 28 Sep 2015 21:12:50 -0700 (PDT) Received: by 10.103.79.207 with HTTP; Mon, 28 Sep 2015 21:12:50 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C219F39EE3@IRSMSX108.ger.corp.intel.com> References: <1439463883-19689-1-git-send-email-john.mcnamara@intel.com> <1439463883-19689-2-git-send-email-john.mcnamara@intel.com> <8CEF83825BEC744B83065625E567D7C219F39EE3@IRSMSX108.ger.corp.intel.com> Date: Mon, 28 Sep 2015 21:12:50 -0700 Message-ID: From: Srikanth Akula To: "Iremonger, Bernard" , mukawa@igel.co.jp, "Loftus, Ciara" , "Mcnamara, John" 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] doc: updated release notes for r2.1 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, 29 Sep 2015 04:12:51 -0000 Hello , I am trying to write an application based on DPDK port hotplug feature . My requirement is to get an event when a new PCI devices gets added to the system on the go. Do we have any in-built mechanism in DPDK (UIO/e1000/vfio drivers ) that i can use to get notifications when a new device gets added . I know the alternatives such as inotify etc . But i am more interested to get equivalent support in dpdk drivers . Please let me know . Srikanth On Thu, Aug 13, 2015 at 6:02 AM, Iremonger, Bernard < bernard.iremonger@intel.com> wrote: > Hi John, > > > > > + > > +* **Added additional hotplug support.** > > + > > + Port hotplug support was added to the following PMDs: > > + > > + * e1000/igb. > > + * ixgbe. > > + * i40e. > > + * fm10k. > > + * Ring. > > + * Bonding. > > + * Virtio. > > ring, bonding and virtio should probably be all lowercase. > > > + > > + Port hotplug support was added to BSD. > > + > > + > > > Regards, > > Bernard. > >