Re: [dpdk-dev] [PATCH] eal: remove unnecessary dirent.h include

2018-12-18 Thread Thomas Monjalon
18/12/2018 00:58, Ferruh Yigit: > On 12/17/2018 3:42 PM, Rami Rosen wrote: > > On Fri, 14 Dec 2018 at 18:43, Jeff Shaw wrote: > >> > >> Prior to this patch, the two affected .c files include > >> unnecessarily. This commit removes the include lines. > >> > >> Signed-off-by: Jeff Shaw > > > > Rev

Re: [dpdk-dev] [PATCH] eal: remove unnecessary dirent.h include

2018-12-17 Thread Ferruh Yigit
On 12/17/2018 3:42 PM, Rami Rosen wrote: > On Fri, 14 Dec 2018 at 18:43, Jeff Shaw wrote: >> >> Prior to this patch, the two affected .c files include >> unnecessarily. This commit removes the include lines. >> >> Signed-off-by: Jeff Shaw > > Reviewed-by: Rami Rosen > Reviewed-by: Ferruh Yigi

Re: [dpdk-dev] [PATCH] eal: remove unnecessary dirent.h include

2018-12-17 Thread Rami Rosen
Reviewed-by: Rami Rosen On Fri, 14 Dec 2018 at 18:43, Jeff Shaw wrote: > > Prior to this patch, the two affected .c files include > unnecessarily. This commit removes the include lines. > > Signed-off-by: Jeff Shaw > --- > lib/librte_eal/common/eal_common_lcore.c | 1 - > lib/librte_eal/commo

[dpdk-dev] [PATCH] eal: remove unnecessary dirent.h include

2018-12-14 Thread Jeff Shaw
Prior to this patch, the two affected .c files include unnecessarily. This commit removes the include lines. Signed-off-by: Jeff Shaw --- lib/librte_eal/common/eal_common_lcore.c | 1 - lib/librte_eal/common/rte_service.c | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/librte_eal/