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 at intel.com> wrote: > Hi John, > > <snip> > > > + > > +* **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. > > + > > + > <snip> > > Regards, > > Bernard. > >

