On 12/18/2015 3:03 PM, Yuanhan Liu wrote: > While we use a single linked list to maintain all devices, we could > use a static array to achieve the same goal, just like what we did > to maintain the eth devices with rte_eth_devices array. This could > simplifies the code a bit. > > Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
This does simplify the implementation. Cced Tommy. [...]

