From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-next v1 0/5] Cleanup of CONFIG_INFINIBAND_ON_DEMAND_PAGING usage Date: Mon, 7 Jan 2019 11:31:28 -0700 Message-ID: <20190107183128.GA4613@ziepe.ca> References: <20181223091418.26218-1-leon@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Doug Ledford , Leon Romanovsky , RDMA mailing list , Haggai Eran , Saeed Mahameed , linux-netdev To: Leon Romanovsky Return-path: Received: from mail-pl1-f196.google.com ([209.85.214.196]:42503 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726742AbfAGSbb (ORCPT ); Mon, 7 Jan 2019 13:31:31 -0500 Received: by mail-pl1-f196.google.com with SMTP id y1so533771plp.9 for ; Mon, 07 Jan 2019 10:31:30 -0800 (PST) Content-Disposition: inline In-Reply-To: <20181223091418.26218-1-leon@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, Dec 23, 2018 at 11:14:13AM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog v0->v1: > * Don't set ODP caps always (patch #2) > * Set invalidate_range callback based on device_cap only > > ------------------------------------------------------------------------------- > > Hi, > > As a followup to Jason's request to rethink CONFIG_INFINIBAND_ON_DEMAND_PAGING > usage, this series cleans mlx5_ib and RDMA/core code and it is based on accepted > patch https://patchwork.kernel.org/patch/10735547/ > > I think that we will see more patches in that area, I would like to > remove CONFIG_INFINIBAND_ON_DEMAND_PAGING completely. > > Thanks > > Leon Romanovsky (5): > RDMA: Clean structures from CONFIG_INFINIBAND_ON_DEMAND_PAGING > RDMA/core: Don't depend device ODP capabilities on kconfig option > RDMA/mlx5: Introduce and reuse helper to identify ODP MR > RDMA/mlx5: Embed into the code flow the ODP config option > RDMA/mlx5: Delete declaration of already removed function This doesn't apply anymore, can you resend it please? Jason