Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933121AbbLGU4k (ORCPT ); Mon, 7 Dec 2015 15:56:40 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:41539 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932744AbbLGU4g (ORCPT ); Mon, 7 Dec 2015 15:56:36 -0500 From: Christoph Hellwig To: linux-rdma@vger.kernel.org Cc: sagig@dev.mellanox.co.il, bart.vanassche@sandisk.com, axboe@fb.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: completion queue abstraction V2 Date: Mon, 7 Dec 2015 12:51:39 -0800 Message-Id: <1449521512-22921-1-git-send-email-hch@lst.de> X-Mailer: git-send-email 1.9.1 X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1018 Lines: 30 This series adds a new RDMA core abstraction that insulated the ULPs from the nitty gritty details of CQ polling. See the individual patches for more details. Note that this series should be applied on top of my "IB: merge struct ib_device_attr into struct ib_device" patch and the MR cleanups. A git tree is also available: git://git.infradead.org/users/hch/rdma.git rdma-cq As well as gitweb: http://git.infradead.org/users/hch/rdma.git/shortlog/refs/heads/rdma-cq Changes since V1: - rebased - some additional irq_work cleanups - early exit from the polling loop (Jason) - changed ib_process_cq_direct API (Sagi / Jason / Bart) - dropped the ib_drain_qp helper for now, to be revisited later - cosmetic iser cleanups (or) - cosmetic srp changes (Bart) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/