RE: [RFC v3 16/26] bus/pci: make driver-only headers private

2022-07-28 Thread Xu, Rosen
Hi, > -Original Message- > From: David Marchand > Sent: Thursday, July 28, 2022 23:27 > To: dev@dpdk.org > Cc: Chautru, Nicolas ; Ray Kinsella > ; Nithin Dabilpuram ; Kiran > Kumar K ; Sunil Kumar Kori > ; Satha Rao ; Matan Azrad > ; Viacheslav Ovsiienko ; > Zhang, Roy Fan ; Andrew Rybche

Re: [RFC v3 16/26] bus/pci: make driver-only headers private

2022-07-28 Thread Ajit Khaparde
On Thu, Jul 28, 2022 at 9:47 AM Bruce Richardson wrote: > > On Thu, Jul 28, 2022 at 05:26:30PM +0200, David Marchand wrote: > > The pci bus interface is for drivers only. > > Mark as internal and move the header in the driver headers list. > > > > While at it, cleanup the code: > > - fix indentati

Re: [RFC v3 16/26] bus/pci: make driver-only headers private

2022-07-28 Thread Bruce Richardson
On Thu, Jul 28, 2022 at 05:26:30PM +0200, David Marchand wrote: > The pci bus interface is for drivers only. > Mark as internal and move the header in the driver headers list. > > While at it, cleanup the code: > - fix indentation, > - remove unneeded reference to bus specific singleton object, >