[dpdk-dev] [PATCH v6] ethdev: replace bus specific struct with generic dev

Ferruh Yigit ferruh.yigit at intel.com
Tue Apr 10 20:19:16 CEST 2018


On 4/10/2018 2:34 PM, Thomas Monjalon wrote:
> 09/04/2018 14:09, Ferruh Yigit:
>> Public struct rte_eth_dev_info has a "struct rte_pci_device" field in it
>> although it is common for all ethdev in all buses.
>>
>> Replacing pci specific struct with generic device struct and updating
>> places that are using pci device in a way to get this information from
>> generic device.
>>
>> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
>> Reviewed-by: David Marchand <david.marchand at 6wind.com>
>> Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
> 
> Good progress, thanks!
> 
> Acked-by: Thomas Monjalon <thomas at monjalon.net>

Applied to dpdk-next-net/master, thanks.


More information about the dev mailing list