Re: [dpdk-dev] [PATCH v5 0/7] Port ownership and synchronization

2018-01-31 Thread Thomas Monjalon
29/01/2018 12:21, Matan Azrad: > > Hi all > > Since there is not agreement for testpmd to be ownership aware by using the > new ownership mechanism, > I think we can drop testpmd patch for now(app/testpmd: adjust ethdev port > ownership). It has been agreed today by the Technical Board. First

Re: [dpdk-dev] [PATCH v5 0/7] Port ownership and synchronization

2018-01-29 Thread Matan Azrad
Hi all Since there is not agreement for testpmd to be ownership aware by using the new ownership mechanism, I think we can drop testpmd patch for now(app/testpmd: adjust ethdev port ownership). Maybe we can add example application to use this API in future. Thanks! From: Matan Azrad > Add ow

[dpdk-dev] [PATCH v5 0/7] Port ownership and synchronization

2018-01-22 Thread Matan Azrad
Add ownership mechanism to DPDK Ethernet devices to avoid multiple management of a device by different DPDK entities. The port ownership mechanism is a good point to redefine the synchronization rules in ethdev: 1. The port allocation and port release synchronization will be managed by