On Fri, Oct 04, 2019 at 05:46:15PM -0700, Jeff Kirsher wrote:
> On Fri, 2019-10-04 at 23:45 +, Jason Gunthorpe wrote:
> > On Fri, Oct 04, 2019 at 01:12:22PM -0700, Jeff Kirsher wrote:
> >
> > > > > + if (ldev->version.major != I40E_CLIENT_VERSION_MAJOR ||
> > > > > + ldev->version.
On Sat, Oct 05, 2019 at 09:28:05AM +0300, Leon Romanovsky wrote:
> On Fri, Oct 04, 2019 at 05:46:15PM -0700, Jeff Kirsher wrote:
> > On Fri, 2019-10-04 at 23:45 +, Jason Gunthorpe wrote:
> > > On Fri, Oct 04, 2019 at 01:12:22PM -0700, Jeff Kirsher wrote:
> > >
> > > > > > + if (ldev->version.
On Fri, Oct 04, 2019 at 05:46:15PM -0700, Jeff Kirsher wrote:
> On Fri, 2019-10-04 at 23:45 +, Jason Gunthorpe wrote:
> > On Fri, Oct 04, 2019 at 01:12:22PM -0700, Jeff Kirsher wrote:
> >
> > > > > + if (ldev->version.major != I40E_CLIENT_VERSION_MAJOR ||
> > > > > + ldev->version.m
On Fri, 2019-10-04 at 23:45 +, Jason Gunthorpe wrote:
> On Fri, Oct 04, 2019 at 01:12:22PM -0700, Jeff Kirsher wrote:
>
> > > > + if (ldev->version.major != I40E_CLIENT_VERSION_MAJOR ||
> > > > + ldev->version.minor != I40E_CLIENT_VERSION_MINOR) {
> > > > + pr_err
On Fri, Oct 04, 2019 at 01:12:22PM -0700, Jeff Kirsher wrote:
> > > + if (ldev->version.major != I40E_CLIENT_VERSION_MAJOR ||
> > > + ldev->version.minor != I40E_CLIENT_VERSION_MINOR) {
> > > + pr_err("version mismatch:\n");
> > > + pr_err("expected major ver %d, caller specifi
On Thu, 2019-09-26 at 20:30 +0300, Leon Romanovsky wrote:
> On Thu, Sep 26, 2019 at 09:45:03AM -0700, Jeff Kirsher wrote:
> > From: Mustafa Ismail
> >
> > Register irdma as a platform driver capable of supporting platform
> > devices from multi-generation RDMA capable Intel HW. Establish the
> >
> Subject: Re: [RFC 04/20] RDMA/irdma: Add driver framework definitions
>
<...>
> > +/**
> > + * i40iw_l2param_change - handle qs handles for QoS and MSS change
> > + * @ldev: LAN device information
> > + * @client: client for parameter change
>
> Subject: Re: [RFC 04/20] RDMA/irdma: Add driver framework definitions
>
> On Thu, Sep 26, 2019 at 08:02:15PM +0200, gre...@linuxfoundation.org wrote:
> > On Thu, Sep 26, 2019 at 04:55:12PM +, Jason Gunthorpe wrote:
> > > On Thu, Sep 26, 2019 at 09:45:03AM -
On Thu, Sep 26, 2019 at 08:02:15PM +0200, gre...@linuxfoundation.org wrote:
> On Thu, Sep 26, 2019 at 04:55:12PM +, Jason Gunthorpe wrote:
> > On Thu, Sep 26, 2019 at 09:45:03AM -0700, Jeff Kirsher wrote:
> > > +int i40iw_probe(struct platform_device *pdev)
> > > +{
> > > + struct i40e_peer_dev
On Thu, Sep 26, 2019 at 04:55:12PM +, Jason Gunthorpe wrote:
> On Thu, Sep 26, 2019 at 09:45:03AM -0700, Jeff Kirsher wrote:
> > +int i40iw_probe(struct platform_device *pdev)
> > +{
> > + struct i40e_peer_dev_platform_data *pdata =
> > + dev_get_platdata(&pdev->dev);
> > + struct
On Thu, Sep 26, 2019 at 09:45:03AM -0700, Jeff Kirsher wrote:
> From: Mustafa Ismail
>
> Register irdma as a platform driver capable of supporting platform
> devices from multi-generation RDMA capable Intel HW. Establish the
> interface with all supported netdev peer devices and initialize HW.
>
>
On Thu, Sep 26, 2019 at 09:45:03AM -0700, Jeff Kirsher wrote:
> +int i40iw_probe(struct platform_device *pdev)
> +{
> + struct i40e_peer_dev_platform_data *pdata =
> + dev_get_platdata(&pdev->dev);
> + struct i40e_info *ldev;
I thought Greg already said not to use platform_devi
From: Mustafa Ismail
Register irdma as a platform driver capable of supporting platform
devices from multi-generation RDMA capable Intel HW. Establish the
interface with all supported netdev peer devices and initialize HW.
Signed-off-by: Mustafa Ismail
Signed-off-by: Shiraz Saleem
Signed-off-b
13 matches
Mail list logo