Re: [dpdk-dev] [PATCH v2 02/18] eal: remove generic devtype

2017-10-18 Thread Gaƫtan Rivet
Hello Aaron, On Tue, Oct 17, 2017 at 02:16:59PM -0400, Aaron Conole wrote: > Gaetan Rivet writes: > > > The devtype is now entirely defined by the device bus. As such, it is > > already characterized by the bus identifier within an rte_devargs. > > > > The rte_devtype enum can disappear, along w

Re: [dpdk-dev] [PATCH v2 02/18] eal: remove generic devtype

2017-10-17 Thread Aaron Conole
Gaetan Rivet writes: > The devtype is now entirely defined by the device bus. As such, it is > already characterized by the bus identifier within an rte_devargs. > > The rte_devtype enum can disappear, along with crutches added during > this transition. > > rte_eal_devargs_type_count becomes usel

[dpdk-dev] [PATCH v2 02/18] eal: remove generic devtype

2017-10-12 Thread Gaetan Rivet
The devtype is now entirely defined by the device bus. As such, it is already characterized by the bus identifier within an rte_devargs. The rte_devtype enum can disappear, along with crutches added during this transition. rte_eal_devargs_type_count becomes useless and is removed. Signed-off-by: