Re: [PATCH v5 00/20] Decouple ethdev from PCI device
From: Andrew Rybchenko <hidden>
Date: 2017-01-06 10:08:35
On 01/03/2017 03:20 PM, Ferruh Yigit wrote:
On 12/25/2016 10:33 PM, Thomas Monjalon wrote:quoted
2016-12-23 16:57, Jan Blunck:quoted
This repost addresses the review comments of Thomas Monjalon to completely remove the ethdev helper to further decrease the coupling of the ethdev and the eal layers. This required me to squash together all patches using the rte_eth_dev_to_pci() helper into "Decouple from PCI device" patch. As discussed privately I'll keep the PCI information in rte_eth_dev_info untouched.Applied with some trivial fixes, thanksI rebased these changes into next-net tree. And need to update some sfc and nfp patches [1] there. Andrew, Alejandro, Can you please review your driver in the latest next-net tree? Thanks, ferruh [1] nfp: net/nfp: add Rx interrupts sfc: net/sfc: support link status change interrupt net/sfc: interrupts support sufficient for event queue init net/sfc: implement driver operation to init device on attach net/sfc: libefx-based PMD stub sufficient to build and init
Ferruh, thanks that you care about it. I've reviewed and tested it. It looks and works fine for me. Andrew.