From: Leon Romanovsky <leonro-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: Shiraz Saleem <shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: Or Gerlitz <gerlitz.or-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: Re: [PATCH rdma-next 5/5] IB: Query port through the core instead of directly calling the driver handler
Date: Wed, 25 Jan 2017 20:27:14 +0200 [thread overview]
Message-ID: <20170125182714.GS6005@mtr-leonro.local> (raw)
In-Reply-To: <20170125180551.GA8964-GOXS9JX10wfOxmVO0tvppfooFf0ArEBIu+b9c/7xato@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1944 bytes --]
On Wed, Jan 25, 2017 at 12:05:51PM -0600, Shiraz Saleem wrote:
> On Wed, Jan 25, 2017 at 04:29:55PM +0200, Or Gerlitz wrote:
> > On Wed, Jan 25, 2017 at 2:39 PM, Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote:
> > >
> > > On Tue, Jan 24, 2017 at 02:59:38PM -0600, Shiraz Saleem wrote:
> > >
> > >
> > > > > --- a/drivers/infiniband/hw/mlx4/alias_GUID.c
> > > > > +++ b/drivers/infiniband/hw/mlx4/alias_GUID.c
> > > > > @@ -499,6 +499,7 @@ static int set_guid_rec(struct ib_device *ibdev,
> > > > > struct list_head *head =
> > > > > &dev->sriov.alias_guid.ports_guid[port - 1].cb_list;
> > > > >
> > > > > + memset(&attr, 0, sizeof(struct ib_port_attr));
> > > > > err = __mlx4_ib_query_port(ibdev, port, &attr, 1);
> > > >
> > > > So why not call ib_query_port here as opposed to driver handler? As stated in your subject line.
> > >
> > > This is call to mlx4 internal implementation of ib_query_port. This
> > > implementation takes an additional parameter. In this case it is "1",
> > > while call to ib_query_port will call to this function with "0".
> >
> > The mlx4 IB driver is used all of native, SRIOV PF and SRIOV VF instances.
> >
> > Under SRIOV, the port has network view and host view. This internal query port
> > call (and the other one you commented on) is done in a network view by the PF.
> >
> > The calls that come from the IB core are done with host view.
> >
> > As such I had to retain these two internal calls.
>
> Ok. Understand it better now. BTW this parameter 'netw_view' doesnt appear to
> be used in one of the functions eth_link_query_port called from mlx4 query port
> implementation.
Thanks for pointing it.
I sent cleanup patch to ML.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-01-25 18:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-19 5:40 [PATCH rdma-next 0/5] USNIC and RAW enhancements series Leon Romanovsky
[not found] ` <20170119054102.20135-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-01-19 5:40 ` [PATCH rdma-next 1/5] IB/core: Add raw packet protocol Leon Romanovsky
2017-01-19 5:40 ` [PATCH rdma-next 2/5] IB/mlx5: Support " Leon Romanovsky
2017-01-19 5:41 ` [PATCH rdma-next 3/5] IB/mlx4: " Leon Romanovsky
2017-01-19 5:41 ` [PATCH rdma-next 4/5] IB: Add protocol for USNIC Leon Romanovsky
2017-01-19 5:41 ` [PATCH rdma-next 5/5] IB: Query port through the core instead of directly calling the driver handler Leon Romanovsky
[not found] ` <20170119054102.20135-6-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-01-19 6:06 ` Parav Pandit
[not found] ` <HE1PR0502MB3004E6D28AED46720C428576D17E0-692Kmc8YnlL9PhveBwpv4cDSnupUy6xnnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-01-19 9:36 ` Leon Romanovsky
2017-01-19 9:51 ` Or Gerlitz
2017-01-24 20:59 ` Shiraz Saleem
[not found] ` <20170124205938.GA5524-GOXS9JX10wfOxmVO0tvppfooFf0ArEBIu+b9c/7xato@public.gmane.org>
2017-01-25 12:39 ` Leon Romanovsky
[not found] ` <20170125123920.GO6005-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-01-25 14:29 ` Or Gerlitz
[not found] ` <CAJ3xEMjfxPs85OQP2v2MvYzU9ajUELs7_3r0nA-=TTa-tp-hSQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-01-25 18:05 ` Shiraz Saleem
[not found] ` <20170125180551.GA8964-GOXS9JX10wfOxmVO0tvppfooFf0ArEBIu+b9c/7xato@public.gmane.org>
2017-01-25 18:27 ` Leon Romanovsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170125182714.GS6005@mtr-leonro.local \
--to=leonro-vpraknaxozvwk0htik3j/w@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=gerlitz.or-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=shiraz.saleem-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox