RE: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-06 Thread Saleem, Shiraz
> Subject: Re: [net-next 1/3] ice: Initialize and register platform device to > provide > RDMA > > On Fri, Jul 05, 2019 at 04:33:07PM +, Saleem, Shiraz wrote: > > > Subject: Re: [net-next 1/3] ice: Initialize and register platform > > > device to provide RDMA

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-06 Thread Greg KH
On Fri, Jul 05, 2019 at 04:33:07PM +, Saleem, Shiraz wrote: > > Subject: Re: [net-next 1/3] ice: Initialize and register platform device to > > provide > > RDMA > > > > On Thu, Jul 04, 2019 at 12:48:29PM +, Jason Gunthorpe wrote: > > > On Thu, Ju

RE: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-05 Thread Saleem, Shiraz
> Subject: Re: [net-next 1/3] ice: Initialize and register platform device to > provide > RDMA > > On Thu, Jul 04, 2019 at 12:48:29PM +, Jason Gunthorpe wrote: > > On Thu, Jul 04, 2019 at 02:42:47PM +0200, Greg KH wrote: > > > On Thu, Jul 04, 2019 at 12:37:33P

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Jason Gunthorpe
On Thu, Jul 04, 2019 at 03:46:12PM +0200, Greg KH wrote: > On Thu, Jul 04, 2019 at 12:48:29PM +, Jason Gunthorpe wrote: > > On Thu, Jul 04, 2019 at 02:42:47PM +0200, Greg KH wrote: > > > On Thu, Jul 04, 2019 at 12:37:33PM +, Jason Gunthorpe wrote: > > > > On Thu, Jul 04, 2019 at 02:29:50PM

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Greg KH
On Thu, Jul 04, 2019 at 12:48:29PM +, Jason Gunthorpe wrote: > On Thu, Jul 04, 2019 at 02:42:47PM +0200, Greg KH wrote: > > On Thu, Jul 04, 2019 at 12:37:33PM +, Jason Gunthorpe wrote: > > > On Thu, Jul 04, 2019 at 02:29:50PM +0200, Greg KH wrote: > > > > On Thu, Jul 04, 2019 at 12:16:41PM

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Jason Gunthorpe
On Thu, Jul 04, 2019 at 02:42:47PM +0200, Greg KH wrote: > On Thu, Jul 04, 2019 at 12:37:33PM +, Jason Gunthorpe wrote: > > On Thu, Jul 04, 2019 at 02:29:50PM +0200, Greg KH wrote: > > > On Thu, Jul 04, 2019 at 12:16:41PM +, Jason Gunthorpe wrote: > > > > On Wed, Jul 03, 2019 at 07:12:50PM

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Greg KH
On Thu, Jul 04, 2019 at 12:37:33PM +, Jason Gunthorpe wrote: > On Thu, Jul 04, 2019 at 02:29:50PM +0200, Greg KH wrote: > > On Thu, Jul 04, 2019 at 12:16:41PM +, Jason Gunthorpe wrote: > > > On Wed, Jul 03, 2019 at 07:12:50PM -0700, Jeff Kirsher wrote: > > > > From: Tony Nguyen > > > > >

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Jason Gunthorpe
On Thu, Jul 04, 2019 at 02:29:50PM +0200, Greg KH wrote: > On Thu, Jul 04, 2019 at 12:16:41PM +, Jason Gunthorpe wrote: > > On Wed, Jul 03, 2019 at 07:12:50PM -0700, Jeff Kirsher wrote: > > > From: Tony Nguyen > > > > > > The RDMA block does not advertise on the PCI bus or any other bus. > >

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Greg KH
On Thu, Jul 04, 2019 at 12:16:41PM +, Jason Gunthorpe wrote: > On Wed, Jul 03, 2019 at 07:12:50PM -0700, Jeff Kirsher wrote: > > From: Tony Nguyen > > > > The RDMA block does not advertise on the PCI bus or any other bus. > > Thus the ice driver needs to provide access to the RDMA hardware bl

Re: [net-next 1/3] ice: Initialize and register platform device to provide RDMA

2019-07-04 Thread Jason Gunthorpe
On Wed, Jul 03, 2019 at 07:12:50PM -0700, Jeff Kirsher wrote: > From: Tony Nguyen > > The RDMA block does not advertise on the PCI bus or any other bus. > Thus the ice driver needs to provide access to the RDMA hardware block > via a virtual bus; utilize the platform bus to provide this access. >