From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2992554AbXDLOok (ORCPT ); Thu, 12 Apr 2007 10:44:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S2992551AbXDLOok (ORCPT ); Thu, 12 Apr 2007 10:44:40 -0400 Received: from stargate.chelsio.com ([12.22.49.110]:20354 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992546AbXDLOoj (ORCPT ); Thu, 12 Apr 2007 10:44:39 -0400 Message-ID: <461E45C3.2050400@chelsio.com> Date: Thu, 12 Apr 2007 07:44:19 -0700 From: Divy Le Ray User-Agent: Thunderbird 1.5.0.10 (X11/20070221) MIME-Version: 1.0 To: Steve Wise CC: Roland Dreier , linux-kernel , Netdev@vger.kernel.org, OpenFabrics General , Jeff Garzik Subject: Re: [PATCH 2.6.21] iw_cxgb3 - Add set_tcb_rpl_handler. References: <1176382594.9396.1.camel@stevo-desktop> In-Reply-To: <1176382594.9396.1.camel@stevo-desktop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Apr 2007 14:44:22.0635 (UTC) FILETIME=[0F344BB0:01C77D11] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Steve Wise wrote: > Hey Roland, > > This patch is needed for iw_cxgb3 to handle a change in the cxgb3 driver > posted by Divy that Jeff recently applied. If the cxgb3 change is > destined for 2.6.21, then this change to iw_cxgb3 also needs to go in > (otherwise we get an error log entry for every rdma connection). > > It was an oversight that this patch didn't really get included in Divy's > series since the two go together. > > See http://marc.info/?l=linux-netdev&m=117617444422260&w=2 > > > Thanks, > > Steve. > > > --- > > > Add set_tcb_rpl_handler. > > The Ethernet Driver no longer handles SET_TCB replies. > > Signed-off-by: Steve Wise > Acked-by: Divy Le Ray From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divy Le Ray Subject: [ofa-general] Re: [PATCH 2.6.21] iw_cxgb3 - Add set_tcb_rpl_handler. Date: Thu, 12 Apr 2007 07:44:19 -0700 Message-ID: <461E45C3.2050400@chelsio.com> References: <1176382594.9396.1.camel@stevo-desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Netdev@vger.kernel.org, Roland Dreier , Jeff Garzik , linux-kernel , OpenFabrics General To: Steve Wise Return-path: In-Reply-To: <1176382594.9396.1.camel@stevo-desktop> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: netdev.vger.kernel.org Steve Wise wrote: > Hey Roland, > > This patch is needed for iw_cxgb3 to handle a change in the cxgb3 driver > posted by Divy that Jeff recently applied. If the cxgb3 change is > destined for 2.6.21, then this change to iw_cxgb3 also needs to go in > (otherwise we get an error log entry for every rdma connection). > > It was an oversight that this patch didn't really get included in Divy's > series since the two go together. > > See http://marc.info/?l=linux-netdev&m=117617444422260&w=2 > > > Thanks, > > Steve. > > > --- > > > Add set_tcb_rpl_handler. > > The Ethernet Driver no longer handles SET_TCB replies. > > Signed-off-by: Steve Wise > Acked-by: Divy Le Ray