public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
To: "Hefty,
	Sean" <sean.hefty-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
	"jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org"
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
Cc: "sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org"
	<sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	"roid-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org"
	<roid-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	"ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org"
	<ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH RFC] RDMA/core: add rdma_get_dma_mr()
Date: Fri, 26 Jun 2015 10:18:55 -0500	[thread overview]
Message-ID: <558D6D5F.5000106@opengridcomputing.com> (raw)
In-Reply-To: <558D5B6E.6090900-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>

On 6/26/2015 9:02 AM, Steve Wise wrote:
> On 6/25/2015 5:37 PM, Hefty, Sean wrote:
>>> +enum rdma_mr_roles {
>> I would drop naming the enum - it shouldn't be used, as the values 
>> are bit flags.
>
> ok.
>
>>> +    RDMA_MRR_RECV            = 1,
>>> +    RDMA_MRR_SEND            = (1<<1),
>>> +    RDMA_MRR_READ_SOURCE        = (1<<2),
>>> +    RDMA_MRR_READ_SINK        = (1<<3),
>>> +    RDMA_MRR_WRITE_SOURCE        = (1<<4),
>>> +    RDMA_MRR_WRITE_SINK        = (1<<5),
>>> +    RDMA_MRR_ATOMIC            = (1<<6),
>>> +    RDMA_MRR_MW_BIND        = (1<<7),
>>> +    RDMA_MRR_ZERO_BASED        = (1<<8),
>> There's 'something' different about this role that cause me 
>> hesitation.  Maybe that it's dependent on other roles being set to be 
>> useful?  I'm not sure.
>>
>> Maybe we need both roles and registration flags, with this declared 
>> as a flag?
>>
>>> +    RDMA_MRR_ACCESS_ON_DEMAND    = (1<<9),
>> This one is even more different, as it doesn't impact how the MR 
>> interacts with the interfaces, or change how the application uses the 
>> MR.  This is really a hint to the provider regarding the selection of 
>> different implementation flows.
>
> How about roles and attributes?  ZERO_BASED and ACCESS_ON_DEMAND would 
> be attributes and the rest roles.
>

I'm thinking now about the access flags specified in a IB_WR_FAST_REG_MR 
work request.  I think we need a similar function for this, but it will 
return the ib_access_flags bits to be stored in 
ib_send_wr->wr.fast_reg.access_flags field.  With this function defined, 
then rdma_get_dma_mr() can use it as well.

So perhaps an internal static function in verbs.c that does the bulk of 
what I put in rdma_get_dma_mr() originally called:

device_mr_access_flags(device, roles, attrs)

used by exported functions (or inlines in ib_verbs.h):

rdma_get_dma_mr(device, roles, attrs)
rdma_fast_reg_access_flags(device, roles, attrs)

I'll code this up and send for another round of review.  Eventually i'll 
get this included in the series with the iSER/iWARP patches for 
testing/further review.

Steve.
--
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

  parent reply	other threads:[~2015-06-26 15:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 21:29 [PATCH RFC] RDMA/core: add rdma_get_dma_mr() Steve Wise
     [not found] ` <20150625212917.14869.66238.stgit-T4OLL4TyM9aNDNWfRnPdfg@public.gmane.org>
2015-06-25 21:39   ` Jason Gunthorpe
     [not found]     ` <20150625213944.GA27780-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2015-06-25 21:48       ` Steve Wise
2015-06-25 22:37   ` Hefty, Sean
     [not found]     ` <1828884A29C6694DAF28B7E6B8A82373A8FF9ECA-P5GAC/sN6hkd3b2yrw5b5LfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2015-06-26 14:02       ` Steve Wise
     [not found]         ` <558D5B6E.6090900-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2015-06-26 15:18           ` Steve Wise [this message]
2015-06-28 15:44       ` Haggai Eran
2015-06-28 15:47   ` Haggai Eran
     [not found]     ` <55901703.3050001-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-06-29 13:47       ` Steve Wise
2015-06-29 15:55         ` Jason Gunthorpe
     [not found]           ` <20150629155503.GA2755-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2015-06-29 16:08             ` Hefty, Sean
2015-06-28 16:01   ` Haggai Eran
     [not found]     ` <55901A44.8020103-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-06-29  1:31       ` Hefty, Sean

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=558D6D5F.5000106@opengridcomputing.com \
    --to=swise-7bpotxp6k4+p2yhjcf5u+vpxobypeauw@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=roid-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=sean.hefty-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