Re: [dpdk-dev] [PATCH v2 06/11] ethdev: allow ownership operations on unused port

2018-05-10 Thread Andrew Rybchenko
On 05/10/2018 01:43 AM, Thomas Monjalon wrote: From: Matan Azrad When the state will be updated later than in allocation, we may need to update the ownership of a port which is still in state unused. It will be used to take ownership of a port before it is declared as available for other entit

[dpdk-dev] [PATCH v2 06/11] ethdev: allow ownership operations on unused port

2018-05-09 Thread Thomas Monjalon
From: Matan Azrad When the state will be updated later than in allocation, we may need to update the ownership of a port which is still in state unused. It will be used to take ownership of a port before it is declared as available for other entities. Cc: sta...@dpdk.org Signed-off-by: Matan A