From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7C051FA3732 for ; Thu, 17 Oct 2019 08:29:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 59AB02089C for ; Thu, 17 Oct 2019 08:29:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391461AbfJQI3V (ORCPT ); Thu, 17 Oct 2019 04:29:21 -0400 Received: from stargate.chelsio.com ([12.32.117.8]:14432 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388560AbfJQI3V (ORCPT ); Thu, 17 Oct 2019 04:29:21 -0400 Received: from localhost (mehrangarh.blr.asicdesigners.com [10.193.185.169]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id x9H8TG9X010091; Thu, 17 Oct 2019 01:29:16 -0700 Date: Thu, 17 Oct 2019 13:59:15 +0530 From: Potnuri Bharat Teja To: Adit Ranadive Cc: Jason Gunthorpe , "dledford@redhat.com" , "linux-rdma@vger.kernel.org" , Nirranjan Kirubaharan Subject: Re: [PATCH for-next] iw_cxgb3: remove iw_cxgb3 module from kernel. Message-ID: <20191017082914.GA31610@chelsio.com> References: <20190930074252.20133-1-bharat@chelsio.com> <20191004181154.GA20868@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Thursday, October 10/17/19, 2019 at 12:11:16 +0530, Adit Ranadive wrote: > On 10/4/19, 11:12 AM, "Jason Gunthorpe" wrote: > > > > On Mon, Sep 30, 2019 at 01:12:52PM +0530, Potnuri Bharat Teja wrote: > > > remove iw_cxgb3 module from kernel as the corresponding HW Chelsio T3 has > > > reached EOL. > > > > > > Signed-off-by: Potnuri Bharat Teja > > > > Applied to for-next > > > > Please also send a PR to delete cxgb3 from rdma-core > > > > Is Chelsio going to send a PR for the deletion? It looks like otherwise > rdma-core is broken for other providers when running with the for-next branch. Hi All, My bad I couldnt check for this failure during my tests before submitting upstream. Shall send a PR for deleting cxgb3 from rdma-core this week. -Bharat. > > Also, it looks like the kernel-headers/update script in rdma-core needs to be > updated to remove a header if required from the rdma_kernel_provider_abi > section. Or is that expected to be manual? >