Re: [dpdk-dev] [PATCH v4 0/5] ethdev port notifications

2018-01-10 Thread Ferruh Yigit
On 1/4/2018 4:01 PM, Thomas Monjalon wrote: > This patchset aims to add notifications for ethdev ports > added or removed. > It will be especially useful for hotplug. > > v2 & v3 changes: gather more patches in the series > v4 change: fix a variable wraparound as in Matan's v1 > > Matan Azrad (3)

[dpdk-dev] [PATCH v4 0/5] ethdev port notifications

2018-01-04 Thread Thomas Monjalon
This patchset aims to add notifications for ethdev ports added or removed. It will be especially useful for hotplug. v2 & v3 changes: gather more patches in the series v4 change: fix a variable wraparound as in Matan's v1 Matan Azrad (3): ethdev: allow event registration for all ports ethdev: