From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752088AbbKGIja (ORCPT ); Sat, 7 Nov 2015 03:39:30 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:60367 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751163AbbKGIj3 (ORCPT ); Sat, 7 Nov 2015 03:39:29 -0500 Date: Sat, 7 Nov 2015 00:39:27 -0800 From: Christoph Hellwig To: Jens Axboe Cc: linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, keith.busch@intel.com Subject: Re: [PATCH 0/5] Initial support for polled IO Message-ID: <20151107083927.GA31403@infradead.org> References: <1446830423-25027-1-git-send-email-axboe@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446830423-25027-1-git-send-email-axboe@fb.com> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Hi Jens, this looks great. We're seeing some similarly good results. I don't think this is actually usable for applications as-is, but it's a) very useful for benchmarking, and b) allows us to develop the proper interfaces on top. So let's ship it! Acked-by: Christoph Hellwig