> +Device Hotplug > +============== > + > +Introduction > +------------ > + > +Device hotplug refers to the ability to attach and detach devices at > runtime, after the initial EAL initialization has completed. > +This feature allows applications to dynamically add or remove physical > or virtual devices while the DPDK application is running. > + > +.. note:: > + Device hotplug does not support multiprocess operation nor kernel > device event notifications on platforms other than Linux.
Does this mean: Device hotplug does not support "multiprocess operation" nor "kernel device event notifications on platforms other than Linux". Or: Device hotplug does not support "multiprocess operation nor kernel device event notifications" on platforms other than Linux. Please make this note more clear. My English skills are not good enough to understand.

