From patchwork Mon Dec 17 13:16:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Potnuri Bharat Teja X-Patchwork-Id: 10733457 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 59BE11399 for ; Mon, 17 Dec 2018 13:17:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4A3E629217 for ; Mon, 17 Dec 2018 13:17:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3E512292AF; Mon, 17 Dec 2018 13:17:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2EDA629217 for ; Mon, 17 Dec 2018 13:17:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732105AbeLQNRI (ORCPT ); Mon, 17 Dec 2018 08:17:08 -0500 Received: from stargate.chelsio.com ([12.32.117.8]:57962 "EHLO stargate.chelsio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726415AbeLQNRI (ORCPT ); Mon, 17 Dec 2018 08:17:08 -0500 Received: from localhost (mehrangarh.blr.asicdesigners.com [10.193.185.169]) by stargate.chelsio.com (8.13.8/8.13.8) with ESMTP id wBHDGfQX007802; Mon, 17 Dec 2018 05:16:51 -0800 From: Potnuri Bharat Teja To: dledford@redhat.com, jgg@mellanox.com Cc: linux-rdma@vger.kernel.org, bharat@chelsio.com Subject: [PATCH rdma-core 0/2] Add send with invalidate WR support Date: Mon, 17 Dec 2018 18:46:26 +0530 Message-Id: <20181217131628.32697-1-bharat@chelsio.com> X-Mailer: git-send-email 2.18.0.232.gb7bd9486b055 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series adds send with invalidate WR support and its handling while posting a write with completion WR. Potnuri Bharat Teja (2): cxgb4: add send with invalidate opcode support. cxgb4: Post write with completion WR for write and send with invalidate WR also providers/cxgb4/cq.c | 25 +++++++++++++++++--- providers/cxgb4/qp.c | 54 ++++++++++++++++++++++++++++++++------------ 2 files changed, 62 insertions(+), 17 deletions(-)