> -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, April 17, 2018 2:34 PM > To: Iremonger, Bernard <[email protected]>; Ajit Khaparde > <[email protected]>; [email protected] > Cc: Scott Branden <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] igb_uio: only check for pci bridge in > supported > by linux kernel > > On 4/17/2018 1:58 PM, Iremonger, Bernard wrote: > > Hi Scott, Ajit, > > > >> -----Original Message----- > >> From: dev [mailto:[email protected]] On Behalf Of Ajit Khaparde > >> Sent: Monday, April 16, 2018 9:51 PM > >> To: [email protected] > >> Cc: Scott Branden <[email protected]> > >> Subject: [dpdk-dev] [PATCH] igb_uio: only check for pci bridge in > >> supported by linux kernel > >> > >> From: Scott Branden <[email protected]> > >> > >> Starting from Linux v3.16 pci_is_bridge() is in linux/pci.h, in > >> previous versions it is in drivers/pci/pci.h which is private header. > >> > >> Fix build error when calling pci_is_bridge by not calling/supporting > >> pci_is_bridge with kernel versions before 3.16. > >> > >> Signed-off-by: Scott Branden <[email protected]> > >> Reported-by: Ferruh Yigit <[email protected]> >
Acked-by: Bernard Iremonger <[email protected]>

