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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_GIT 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 7AED2C43381 for ; Thu, 14 Feb 2019 12:11:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 533B1218FF for ; Thu, 14 Feb 2019 12:11:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732364AbfBNML0 (ORCPT ); Thu, 14 Feb 2019 07:11:26 -0500 Received: from stargate.chelsio.com ([12.32.117.8]:45467 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727176AbfBNML0 (ORCPT ); Thu, 14 Feb 2019 07:11:26 -0500 Received: from localhost (kumbhalgarh.blr.asicdesigners.com [10.193.185.255]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id x1ECBIvA004347; Thu, 14 Feb 2019 04:11:19 -0800 From: Raju Rangoju To: jgg@mellanox.com, davem@davemloft.net, linux-rdma@vger.kernel.org Cc: netdev@vger.kernel.org, swise@opengridcomputing.com, rajur@chelsio.com Subject: [rdma-rc PATCH 0/2] iw_cxgb4: Adjust the cq/qp mask Date: Thu, 14 Feb 2019 17:40:52 +0530 Message-Id: <20190214121054.11693-1-rajur@chelsio.com> X-Mailer: git-send-email 2.13.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Export the LLD sge_host_page_size field to ULDs via cxgb4_lld_info, so that iw_cxgb4 can adjust the cq/qp mask based on no.of bar2 pages in a host page. This series has both net(cxgb4) and rdma(iw_cxgb4) changes, and I would request this merge via rdma repo. I have made sure this series applies cleanly on both net-next and rdma-for-rc and doesn't cause any merge conflicts. Raju Rangoju (2): cxgb4: export sge_host_page_size to ulds iw_cxgb4: cq/qp mask depends on bar2 pages in a host page drivers/infiniband/hw/cxgb4/device.c | 15 +++++++++++++-- drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 1 + drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h | 1 + 3 files changed, 15 insertions(+), 2 deletions(-) -- 2.13.0