Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764833AbXIMWCc (ORCPT ); Thu, 13 Sep 2007 18:02:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758123AbXIMWCW (ORCPT ); Thu, 13 Sep 2007 18:02:22 -0400 Received: from mms1.broadcom.com ([216.31.210.17]:4222 "EHLO mms1.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758045AbXIMWCV (ORCPT ); Thu, 13 Sep 2007 18:02:21 -0400 X-Server-Uuid: 6B5CFB92-F616-4477-B110-55F967A57302 Subject: Re: [ofa-general] InfiniBand/RDMA merge plans for 2.6.24 From: "Michael Chan" To: "Roland Dreier" cc: "Steve Wise" , "netdev" , linux-kernel@vger.kernel.org, general@lists.openfabrics.org, anilgv@broadcom.com, uri@broadcom.com In-Reply-To: References: <46E97BB0.9030106@opengridcomputing.com> Date: Thu, 13 Sep 2007 15:59:18 -0700 Message-ID: <1189724358.9540.113.camel@dell> MIME-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-8) X-WSS-ID: 6AF76CE93K451238-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 21 On Thu, 2007-09-13 at 14:11 -0700, Roland Dreier wrote: > > I've been meaning to track down the bnx2 iscsi offload patch to look > and see if this issue is addressed, since the same problem seems to > exist: it seems an iscsi connection and a main stack tcp connection > might share the same 4-tuple unless something is done to avoid that > happening. > iSCSI does not do passive listens, only active connections to the target. But you're right, the port space is still shared between iSCSI and the main stack. We currently rely on user apps binding to the main stack to reserve certain ephemeral ports, and telling the iSCSI driver which ports to use. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/