Re: [dpdk-dev] [PATCH] ethdev: remove unused variable

2019-02-18 Thread Ferruh Yigit
On 2/14/2019 5:34 PM, Andrew Rybchenko wrote: > On 2/14/19 7:29 PM, Thomas Monjalon wrote: >> When removing the old attach function, the racy variable for getting >> the last port id became unused. >> >> Fixes: c9cce42876f5 ("ethdev: remove deprecated attach/detach functions") >> Cc: sta...@dpdk.or

Re: [dpdk-dev] [PATCH] ethdev: remove unused variable

2019-02-14 Thread Andrew Rybchenko
On 2/14/19 7:29 PM, Thomas Monjalon wrote: When removing the old attach function, the racy variable for getting the last port id became unused. Fixes: c9cce42876f5 ("ethdev: remove deprecated attach/detach functions") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybc

[dpdk-dev] [PATCH] ethdev: remove unused variable

2019-02-14 Thread Thomas Monjalon
When removing the old attach function, the racy variable for getting the last port id became unused. Fixes: c9cce42876f5 ("ethdev: remove deprecated attach/detach functions") Cc: sta...@dpdk.org Signed-off-by: Thomas Monjalon --- lib/librte_ethdev/rte_ethdev.c | 3 --- 1 file changed, 3 deletio