From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932863Ab1EZQrA (ORCPT ); Thu, 26 May 2011 12:47:00 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:42571 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932347Ab1EZQq7 (ORCPT ); Thu, 26 May 2011 12:46:59 -0400 Subject: Re: [PATCH-v5 07/13] iscsi-target: Add iSCSI Login Negotiation + Parameter logic From: James Bottomley To: "Nicholas A. Bellinger" Cc: linux-kernel , linux-scsi , Christoph Hellwig , Hannes Reinecke , FUJITA Tomonori , Andy Grover , Mike Christie , Boaz Harrosh , Andrew Morton , Martin Svec In-Reply-To: <1305862678-30150-8-git-send-email-nab@linux-iscsi.org> References: <1305862678-30150-1-git-send-email-nab@linux-iscsi.org> <1305862678-30150-8-git-send-email-nab@linux-iscsi.org> Content-Type: text/plain; charset="UTF-8" Date: Thu, 26 May 2011 11:46:55 -0500 Message-ID: <1306428415.4048.22.camel@mulgrave.site> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-05-19 at 20:37 -0700, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch adds the princple RFC-3720 compatiable iSCSI Login > phase negotiation for iscsi_target_mod. This also includes the > target RX/TX thread queue logic which is called directly from iSCSI > login associated code. > > Signed-off-by: Nicholas A. Bellinger I thought the upshot of the thread with Tomo was that we wouldn't be doing all of this in-kernel. Where's the userspace upcall for this? James