From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754562Ab1KFUKw (ORCPT ); Sun, 6 Nov 2011 15:10:52 -0500 Received: from mail.linux-iscsi.org ([67.23.28.174]:47843 "EHLO linux-iscsi.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752544Ab1KFUKv (ORCPT ); Sun, 6 Nov 2011 15:10:51 -0500 Subject: Re: [GIT PULL] ib_srpt: Initial SRP Target merge for v3.2-rc1 From: "Nicholas A. Bellinger" To: Bart Van Assche Cc: Linus Torvalds , target-devel , linux-rdma , LKML , Roland Dreier , Christoph Hellwig In-Reply-To: References: <1320437452.5859.96.camel@haakon2.linux-iscsi.org> <1320516243.5859.184.camel@haakon2.linux-iscsi.org> <1320574170.5859.370.camel@haakon2.linux-iscsi.org> Content-Type: text/plain; charset="UTF-8" Date: Sun, 06 Nov 2011 12:10:45 -0800 Message-ID: <1320610245.10690.10.camel@haakon2.linux-iscsi.org> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2011-11-06 at 18:42 +0100, Bart Van Assche wrote: > On Sun, Nov 6, 2011 at 2:20 PM, Bart Van Assche wrote: > > On Sun, Nov 6, 2011 at 11:09 AM, Nicholas A. Bellinger > > wrote: > >> We have also discussed srpt_service_guid a bit before, which you > >> indicated needed to stay in current code as global scope, and presumably > >> should not change value after loading. Looking at the actual usage, one > >> post merge improvement we can consider is seeing if it's possible to > >> move ib_cm_listen() out of srpt_add_one() and have it driven instead by > >> configfs context in order to optionally set srpt_service_guid on a per > >> target endpoint basis to get us some more flexibility. > > > > ib_sprt defines a single I/O controller profile and hence there should > > be exactly one GUID associated with it. > > (replying to my own e-mail) > > Note: I'm not sure anyone is using the srpt_service_guid kernel module > parameter. One possible approach is to leave out that kernel module > parameter for the initial merge. If later on anyone asks for restoring > that functionality we can evaluate at that time what would be the best > way to restore it. > Well, when this was discussed this before we concluded (via your input) that this should stay in place for the initial merge. So it's a bit late to drop this now, as the PULL request has gone out to Linus, and has been acked by Roland. But if you think it should removed, I'm happy to drop it in the first set of post-merge target-pending rc-fixes. Thanks, --nab