Re: [dpdk-dev] [PATCH] ethdev: remove unused DEFERRED device state

2018-11-21 Thread Ferruh Yigit
On 11/20/2018 2:15 PM, Matan Azrad wrote: > > > From: Ferruh Yigit >> DEFERRED state replaced by ownership concept and it is no more used as >> code comment states. >> >> ethdev ABI broken on this release use this opportunity to remove DEFERRED >> state. >> >> Signed-off-by: Ferruh Yigit > Acked

Re: [dpdk-dev] [PATCH] ethdev: remove unused DEFERRED device state

2018-11-20 Thread Matan Azrad
From: Ferruh Yigit > DEFERRED state replaced by ownership concept and it is no more used as > code comment states. > > ethdev ABI broken on this release use this opportunity to remove DEFERRED > state. > > Signed-off-by: Ferruh Yigit Acked-by: Matan Azrad

[dpdk-dev] [PATCH] ethdev: remove unused DEFERRED device state

2018-11-20 Thread Ferruh Yigit
DEFERRED state replaced by ownership concept and it is no more used as code comment states. ethdev ABI broken on this release use this opportunity to remove DEFERRED state. Signed-off-by: Ferruh Yigit --- Cc: Matan Azrad --- lib/librte_ethdev/rte_ethdev.h | 2 -- 1 file changed, 2 deletions(-)