25/04/2018 14:17, Doherty, Declan: > On 24/04/2018 8:37 PM, Thomas Monjalon wrote: > > I think dev_capa and dev_flags are the same thing. > > They could be merged. > > Do you have a preference for which one to keep, as dev_flags within > rte_eth_dev_data is widely used by PMDs and passing this same > information out through rte_eth_dev_info makes sense to me?
I think a big cleanup in ethdev structures is required. We could avoid copying fields from one struct to the other. But I don't want to block this patch, so go ahead and we will clean this mess later.