From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ira.weiny" Subject: Re: [PATCH infiniband-diags] ibtracert.c: Enable m_key option Date: Wed, 7 Dec 2016 09:42:14 -0500 Message-ID: <20161207144213.GC24724@phlsvsds.ph.intel.com> References: <88bd7b9b-c7db-a27a-16a3-68fd5ce37af7@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <88bd7b9b-c7db-a27a-16a3-68fd5ce37af7-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Hal Rosenstock Cc: Dan Ben Yosef , "linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: linux-rdma@vger.kernel.org On Mon, Nov 28, 2016 at 01:47:53PM -0500, Hal Rosenstock wrote: > > m_key option was mistakenly excluded in commit > ced1cd4758638468329392099ee82c6f2650ea0c: > > Author: Jim Foraker > Date: Thu May 31 12:11:33 2012 -0700 > > infiniband-diags: Allow specification of an mkey to use on the command line > > Signed-off-by: Jim Foraker > Signed-off-by: Ira Weiny > > Signed-off-by: Dan Ben-Yosef > Signed-off-by: Hal Rosenstock Thanks applied, Ira > --- > diff --git a/src/ibtracert.c b/src/ibtracert.c > index d99d0e1..1da3d62 100644 > --- a/src/ibtracert.c > +++ b/src/ibtracert.c > @@ -804,7 +804,7 @@ int main(int argc, char **argv) > NULL, > }; > > - ibdiag_process_opts(argc, argv, NULL, "DKy", opts, process_opt, > + ibdiag_process_opts(argc, argv, NULL, "DK", opts, process_opt, > usage_args, usage_examples); > > f = stdout; -- 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