From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sagi Grimberg Subject: Re: [PATCH] net/9p: convert to new CQ API Date: Sun, 28 Feb 2016 13:03:47 +0200 Message-ID: <56D2D413.7080008@dev.mellanox.co.il> References: <1456565151-27115-1-git-send-email-hch@lst.de> <1456565151-27115-2-git-send-email-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1456565151-27115-2-git-send-email-hch@lst.de> Sender: netdev-owner@vger.kernel.org To: Christoph Hellwig , v9fs-developer@lists.sourceforge.net, netdev@vger.kernel.org, linux-rdma@vger.kernel.org List-Id: linux-rdma@vger.kernel.org > Trivial conversion to the new RDMA CQ API. Looks nice and simple :) But I think that the fact that CQ processing is now done in soft-IRQ (which is an improvement!) needs to be documented. Other than that, looks great Reviewed-by: Sagi Grimberg P.S. I was also confused in the past about 9p and if anyone actually uses it...