All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Cc: dledford@redhat.com, leon@kernel.org, linux-rdma@vger.kernel.org
Subject: Re: [PATCH 1/5] rdma-core/i40iw: Remove provider i40iw
Date: Tue, 6 Apr 2021 19:55:47 -0300	[thread overview]
Message-ID: <20210406225547.GZ7405@nvidia.com> (raw)
In-Reply-To: <20210406211728.1362-2-tatyana.e.nikolova@intel.com>

On Tue, Apr 06, 2021 at 04:17:24PM -0500, Tatyana Nikolova wrote:
> Remove provider i40iw and set up the environment
> for its replacement - provider irdma which
> supports both X722 and E810 Intel devices.
> 
> Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
>  CMakeLists.txt                            |    2 +-
>  MAINTAINERS                               |    7 +-
>  debian/control                            |    2 +-
>  debian/copyright                          |    8 +-
>  kernel-headers/CMakeLists.txt             |    4 +-
>  kernel-headers/rdma/i40iw-abi.h           |  107 --
>  kernel-headers/rdma/ib_user_ioctl_verbs.h |    2 +-
>  libibverbs/verbs.h                        |    2 +-
>  providers/i40iw/CMakeLists.txt            |    5 -
>  providers/i40iw/i40e_devids.h             |   72 --
>  providers/i40iw/i40iw-abi.h               |   55 -
>  providers/i40iw/i40iw_d.h                 | 1746 -----------------------------
>  providers/i40iw/i40iw_osdep.h             |  108 --
>  providers/i40iw/i40iw_register.h          | 1030 -----------------
>  providers/i40iw/i40iw_status.h            |  101 --
>  providers/i40iw/i40iw_uk.c                | 1266 ---------------------
>  providers/i40iw/i40iw_umain.c             |  226 ----
>  providers/i40iw/i40iw_umain.h             |  181 ---
>  providers/i40iw/i40iw_user.h              |  456 --------
>  providers/i40iw/i40iw_uverbs.c            |  983 ----------------
>  redhat/rdma-core.spec                     |    6 +-
>  suse/rdma-core.spec                       |    4 +-
>  22 files changed, 19 insertions(+), 6354 deletions(-)
>  delete mode 100644 kernel-headers/rdma/i40iw-abi.h
>  delete mode 100644 providers/i40iw/CMakeLists.txt
>  delete mode 100644 providers/i40iw/i40e_devids.h
>  delete mode 100644 providers/i40iw/i40iw-abi.h
>  delete mode 100644 providers/i40iw/i40iw_d.h
>  delete mode 100644 providers/i40iw/i40iw_osdep.h
>  delete mode 100644 providers/i40iw/i40iw_register.h
>  delete mode 100644 providers/i40iw/i40iw_status.h
>  delete mode 100644 providers/i40iw/i40iw_uk.c
>  delete mode 100644 providers/i40iw/i40iw_umain.c
>  delete mode 100644 providers/i40iw/i40iw_umain.h
>  delete mode 100644 providers/i40iw/i40iw_user.h
>  delete mode 100644 providers/i40iw/i40iw_uverbs.c
> 
> diff --git a/CMakeLists.txt b/CMakeLists.txt
> index e9a2f49..ed43f59 100644
> +++ b/CMakeLists.txt
> @@ -666,7 +666,7 @@ add_subdirectory(providers/cxgb4) # NO SPARSE
>  add_subdirectory(providers/efa)
>  add_subdirectory(providers/efa/man)
>  add_subdirectory(providers/hns)
> -add_subdirectory(providers/i40iw) # NO SPARSE
> +add_subdirectory(providers/irdma)

This doesn't seem bisectable, why did you organize the patches like
this?

Jason

  reply	other threads:[~2021-04-06 22:55 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-06 21:17 [PATCH 0/5] Add irdma user space provider for Intel Ethernet RDMA Tatyana Nikolova
2021-04-06 21:17 ` [PATCH 1/5] rdma-core/i40iw: Remove provider i40iw Tatyana Nikolova
2021-04-06 22:55   ` Jason Gunthorpe [this message]
2021-04-06 21:17 ` [PATCH 2/5] rdma-core/irdma: Add Makefile and ABI definitions Tatyana Nikolova
2021-04-06 22:54   ` Jason Gunthorpe
2021-04-06 21:17 ` [PATCH 3/5] rdma-core/irdma: Add user/kernel shared libraries Tatyana Nikolova
2021-04-06 21:17 ` [PATCH 4/5] rdma-core/irdma: Add library setup and utility definitions Tatyana Nikolova
2021-04-06 22:59   ` Jason Gunthorpe
2021-04-06 21:17 ` [PATCH 5/5] rdma-core/irdma: Implement device supported verb APIs Tatyana Nikolova
  -- strict thread matches above, loose matches on Subject: below --
2021-05-14 15:31 [PATCH 0/5] Add irdma user space provider for Intel Ethernet RDMA Tatyana Nikolova
2021-05-14 15:31 ` [PATCH 1/5] rdma-core/i40iw: Remove provider i40iw Tatyana Nikolova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210406225547.GZ7405@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=dledford@redhat.com \
    --cc=leon@kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=tatyana.e.nikolova@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.