Re: [dpdk-dev] [PATCH v2 14/15] devargs: remove type field

2017-09-04 Thread Ferruh Yigit
On 7/14/2017 10:12 PM, Jan Blunck wrote: > This removes the enum rte_devtype field ``type`` from struct rte_devargs. > > Signed-off-by: Jan Blunck <...> > --- a/lib/librte_eal/common/include/rte_devargs.h > +++ b/lib/librte_eal/common/include/rte_devargs.h > @@ -75,8 +75,6 @@ enum rte_devtype {

[dpdk-dev] [PATCH v2 14/15] devargs: remove type field

2017-07-14 Thread Jan Blunck
This removes the enum rte_devtype field ``type`` from struct rte_devargs. Signed-off-by: Jan Blunck --- lib/librte_eal/common/eal_common_vdev.c | 1 - lib/librte_eal/common/include/rte_devargs.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/lib/librte_eal/common/eal_common_vdev.c b/