Re: [dpdk-dev] [PATCH v3 4/4] lib: reduce global variable usage

2018-10-28 Thread Thomas Monjalon
29/10/2018 00:57, Ferruh Yigit: > Some global variables can be eliminated, since they are not part of > public interface, it is free to remove them. > > Signed-off-by: Ferruh Yigit > Acked-by: Jerin Jacob > Acked-by: Shreyansh Jain Series applied, thanks

[dpdk-dev] [PATCH v3 4/4] lib: reduce global variable usage

2018-10-28 Thread Ferruh Yigit
Some global variables can be eliminated, since they are not part of public interface, it is free to remove them. Signed-off-by: Ferruh Yigit Acked-by: Jerin Jacob Acked-by: Shreyansh Jain --- lib/librte_compressdev/rte_compressdev.c | 32 -- lib/librte_compressdev/rte_compr