From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
To: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH rdma-next 3/4] RDMA/netink: Export lids and sm_lids
Date: Wed, 28 Jun 2017 10:19:03 -0600 [thread overview]
Message-ID: <20170628161903.GA28996@obsidianresearch.com> (raw)
In-Reply-To: <20170628161616.GK1248-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
On Wed, Jun 28, 2017 at 07:16:16PM +0300, Leon Romanovsky wrote:
> On Wed, Jun 28, 2017 at 10:05:13AM -0600, Jason Gunthorpe wrote:
> > On Wed, Jun 28, 2017 at 04:34:44PM +0300, Leon Romanovsky wrote:
> > > + if (nla_put_u32(msg, RDMA_NLDEV_ATTR_LID, attr.lid))
> > > + return -EMSGSIZE;
> > > + if (nla_put_u32(msg, RDMA_NLDEV_ATTR_SM_LID, attr.sm_lid))
> > > + return -EMSGSIZE;
> >
> > Is this careful to only stuff attributes if they actuall exists? Eg
> > these should not be present for iwarp/roce/etc
> >
> > Same comment for all attributes. Only present if they are valid.
>
> It will be zero if it is not exist, but you are right it is better to
> avoid to fill unneeded fields.
Not existing is the netlink way. Same comment for everything
attributes. Many of the guids do not apply to iwarp, IIRC..
Jason
--
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
next prev parent reply other threads:[~2017-06-28 16:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-28 13:34 [PATCH rdma-next 0/4] Another round of exported properties for RDMAtool Leon Romanovsky
[not found] ` <20170628133445.16550-1-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-28 13:34 ` [PATCH rdma-next 1/4] RDMA/netlink: Export guid and sys_image_guid Leon Romanovsky
[not found] ` <20170628133445.16550-2-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-28 16:00 ` Jason Gunthorpe
[not found] ` <20170628160025.GA14375-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-06-28 16:12 ` Leon Romanovsky
2017-06-28 13:34 ` [PATCH rdma-next 2/4] RDMA/netlink: Advertise IB subnet prefix Leon Romanovsky
[not found] ` <20170628133445.16550-3-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-28 16:02 ` Jason Gunthorpe
[not found] ` <20170628160251.GB14375-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-06-28 16:10 ` Leon Romanovsky
[not found] ` <20170628161020.GI1248-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-06-28 16:12 ` Jason Gunthorpe
[not found] ` <20170628161236.GC28839-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-06-28 16:21 ` Leon Romanovsky
2017-06-28 13:34 ` [PATCH rdma-next 3/4] RDMA/netink: Export lids and sm_lids Leon Romanovsky
[not found] ` <20170628133445.16550-4-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-28 16:05 ` Jason Gunthorpe
[not found] ` <20170628160513.GC14375-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-06-28 16:16 ` Leon Romanovsky
[not found] ` <20170628161616.GK1248-U/DQcQFIOTAAJjI8aNfphQ@public.gmane.org>
2017-06-28 16:19 ` Jason Gunthorpe [this message]
[not found] ` <20170628161903.GA28996-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2017-06-28 16:24 ` Leon Romanovsky
2017-06-28 13:34 ` [PATCH rdma-next 4/4] RDMA/netlink: Export LID mask counter (LMC) Leon Romanovsky
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=20170628161903.GA28996@obsidianresearch.com \
--to=jgunthorpe-epgobjl8dl3ta4ec/59zmfatqe2ktcn/@public.gmane.org \
--cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.