Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754273AbYHJFqt (ORCPT ); Sun, 10 Aug 2008 01:46:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750915AbYHJFqh (ORCPT ); Sun, 10 Aug 2008 01:46:37 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:59021 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750893AbYHJFqg (ORCPT ); Sun, 10 Aug 2008 01:46:36 -0400 Date: Sat, 09 Aug 2008 22:46:37 -0700 (PDT) Message-Id: <20080809.224637.69833549.davem@davemloft.net> To: rdreier@cisco.com Cc: jgarzik@pobox.com, swise@opengridcomputing.com, divy@chelsio.com, kxie@chelsio.com, netdev@vger.kernel.org, open-iscsi@googlegroups.com, michaelc@cs.wisc.edu, daisyc@us.ibm.com, wenxiong@us.ibm.com, bhua@us.ibm.com, dm@chelsio.com, leedom@chelsio.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH 1/1] cxgb3i: cxgb3 iSCSI initiator From: David Miller In-Reply-To: References: <489C8BEB.8060001@opengridcomputing.com> <489CC58D.4010606@pobox.com> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1125 Lines: 24 From: Roland Dreier Date: Sat, 09 Aug 2008 22:12:07 -0700 > What I'm sure Chelsio and probably other iSCSI offload vendors > would like is a way to make iSCSI (and other) offloads not steal magic > ports but actually hook into the normal infrastructure so that the > offloaded connections show up in netstat, etc. Why show these special connections if the user cannot interact with or shape the stream at all like normal ones? This whole "make it look normal" argument is entirely bogus because none of the standard Linux networking facilities can be applied to these things. And I even wonder, these days, if you probably get %90 or more of the gain these "optimized" iSCSI connections obtain from things like LRO. And since LRO can be done entirely in software (although stateless HW assistence helps), it is even a NIC agnostic performance improvement. -- 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/