Re: [dpdk-dev] [PATCH] ethdev: remove unused struct forward declaration

2018-03-27 Thread Ferruh Yigit
On 3/16/2018 2:29 PM, Ferruh Yigit wrote: > On 3/16/2018 2:09 PM, Shreyansh Jain wrote: >> On Fri, Mar 16, 2018 at 4:44 PM, Ferruh Yigit wrote: >>> Signed-off-by: Ferruh Yigit >>> --- >>> lib/librte_ether/rte_ethdev.h | 2 -- >>> 1 file changed, 2 deletions(-) >>> >> >> With movement to rte_ethd

Re: [dpdk-dev] [PATCH] ethdev: remove unused struct forward declaration

2018-03-16 Thread Ferruh Yigit
On 3/16/2018 2:09 PM, Shreyansh Jain wrote: > On Fri, Mar 16, 2018 at 4:44 PM, Ferruh Yigit wrote: >> Signed-off-by: Ferruh Yigit >> --- >> lib/librte_ether/rte_ethdev.h | 2 -- >> 1 file changed, 2 deletions(-) >> > > With movement to rte_ethdev_core.h, this looks correct. Good idea to add:

Re: [dpdk-dev] [PATCH] ethdev: remove unused struct forward declaration

2018-03-16 Thread Shreyansh Jain
On Fri, Mar 16, 2018 at 4:44 PM, Ferruh Yigit wrote: > Signed-off-by: Ferruh Yigit > --- > lib/librte_ether/rte_ethdev.h | 2 -- > 1 file changed, 2 deletions(-) > With movement to rte_ethdev_core.h, this looks correct. Acked-by: Shreyansh Jain

[dpdk-dev] [PATCH] ethdev: remove unused struct forward declaration

2018-03-16 Thread Ferruh Yigit
Signed-off-by: Ferruh Yigit --- lib/librte_ether/rte_ethdev.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_ether/rte_ethdev.h b/lib/librte_ether/rte_ethdev.h index d58b0cb02..71c3d29a4 100644 --- a/lib/librte_ether/rte_ethdev.h +++ b/lib/librte_ether/rte_ethdev.h @@ -1117,8 +11