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=-0.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 AE2C3C352A9 for ; Sun, 29 Sep 2019 09:28:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 78FC221882 for ; Sun, 29 Sep 2019 09:28:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="SUVfiIRP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726889AbfI2J2x (ORCPT ); Sun, 29 Sep 2019 05:28:53 -0400 Received: from mail-yw1-f65.google.com ([209.85.161.65]:37193 "EHLO mail-yw1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725924AbfI2J2x (ORCPT ); Sun, 29 Sep 2019 05:28:53 -0400 Received: by mail-yw1-f65.google.com with SMTP id u65so2457081ywe.4; Sun, 29 Sep 2019 02:28:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LhqJy+3E+saXTZH05/yHEc9OZ1EPzeScFRjq1EhuFKY=; b=SUVfiIRPjJYBCgAG6b/jkbsZBh8Pt5tkrR1SNdVcUeovQSuPGe2r888pdOn1zYIk4f tLSgxvm5Db86SbdsOPN7guECTghcoJaQJIqNEDqerY8md3sis3DODubfVbMF7y/uDziJ hxU3csMf9gWpHKrvldBsU+kLWMju78P8XDmAcjg/HV5vdrh3WrcmQxAHUX5Pe1ClH3bV IYnup343opYNSdPE3n5WINJk6zdje1tkwmUU7TQeHDImNinE/JdXosj67luUI5QrF0Po dA3JsPqRq177/PS/1LZV15iDt62psOU6qFTeWreKGzn+HeFABib4+9gRoy8VQujp3HE5 hvUw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LhqJy+3E+saXTZH05/yHEc9OZ1EPzeScFRjq1EhuFKY=; b=ChTS4uHqgEj8jlp/Zfe+V3YYGRomH8J8hiQ/xduXHxtd66t/BXMMc3wer3B2oyLlrS TgmHGpgsxmCq4gO2SXIrWxI9tpoiEaWrzdTaXgpxvJTZMBjJ9MmE5Y1bm9At07JVjOws KkxHuptCFt0mxLDEgRk77V0GfyZOa3s8X94LnlR+T/xbyMvRxnsBshx2Qf+sOREWA6dc /fHTxFPRPTmDWWwq5zntMP1uPMv46w+qdYfj5bFsta+pAErbwQDsWBY1QqALfxwyunqO JFpUIpfMFa3/JLCR4t0TaHO7YKGpFJsgxQSfVNCEcvDYMOmW9wm3HiQq4ZJCnE5fyNR6 8lHg== X-Gm-Message-State: APjAAAU6V1zj4fv/jZXBUcKC4wzSZxKfrCUBx+yWqGiTb8k7yVtZN1S+ mUG48+YuwGMVBO6q7JICyjyuwATPBSp2NbMDGMQ= X-Google-Smtp-Source: APXvYqwXCmu2mATLgc/3/EkZUKydu74jEomPES8eFT1J9JvSUr9NxL9rPnKEAEjkZyKnFbATlstg5uK7HkLy3nU5bR8= X-Received: by 2002:a0d:d605:: with SMTP id y5mr9542930ywd.510.1569749330770; Sun, 29 Sep 2019 02:28:50 -0700 (PDT) MIME-Version: 1.0 References: <20190926164519.10471-1-jeffrey.t.kirsher@intel.com> In-Reply-To: <20190926164519.10471-1-jeffrey.t.kirsher@intel.com> From: Or Gerlitz Date: Sun, 29 Sep 2019 12:28:39 +0300 Message-ID: Subject: Re: [RFC 00/20] Intel RDMA/IDC Driver series To: Jeff Kirsher Cc: Doug Ledford , Jason Gunthorpe , Greg Kroah-Hartman , Linux Netdev List , RDMA mailing list Content-Type: text/plain; charset="UTF-8" Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, Sep 26, 2019 at 7:46 PM Jeff Kirsher wrote: > This series is sent out as an RFC to verify that our implementation of > the MFD subsystem is correct to facilitate inner driver communication > (IDC) between the new "irdma" driver to support Intel's ice and i40e > drivers. > > The changes contain the modified ice and i40e driver changes using the > MFD subsystem. It also contains the new irdma driver which is replacing > the i40iw driver and supports both the i40e and ice drivers. Hi Jeff, Can this be fetched from somewhere? didn't see a related branch at your trees with these bits.. Or.