[dpdk-dev] [PATCH v3 1/4] eal: remove redundant codes to parse --lcores

2016-07-28 Thread Ferruh Yigit
On 7/27/2016 12:22 PM, Wei Dai wrote: > local variable i is not referred by other codes in > the function eal_parse_lcores( ), so it can be removed. > > Signed-off-by: Wei Dai Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH v3 1/4] eal: remove redundant codes to parse --lcores

2016-07-27 Thread Wei Dai
local variable i is not referred by other codes in the function eal_parse_lcores( ), so it can be removed. Signed-off-by: Wei Dai --- lib/librte_eal/common/eal_common_options.c | 4 1 file changed, 4 deletions(-) diff --git a/lib/librte_eal/common/eal_common_options.c b/lib/librte_eal/com