From mboxrd@z Thu Jan 1 00:00:00 1970 From: Volker Lendecke Subject: Re: [Lsf-pc] [LSF/MM TOPIC] async buffered diskio read for userspace apps Date: Mon, 19 Jan 2015 17:10:03 +0100 Message-ID: References: <20150115223157.GB25884@quack.suse.cz> <20150116165506.GA10856@samba2> <20150119071218.GA9747@jeremy-HP> <1421652849.2080.20.camel@HansenPartnership.com> <54BD234F.3060203@kernel.dk> Reply-To: Volker.Lendecke@SerNet.DE Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Milosz Tanski , James Bottomley , Jeremy Allison , Jan Kara , Christoph Hellwig , linux-mm@kvack.org, "linux-fsdevel@vger.kernel.org" , lsf-pc@lists.linux-foundation.org To: Jens Axboe Return-path: Content-Disposition: inline In-Reply-To: <54BD234F.3060203@kernel.dk> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jan 19, 2015 at 08:31:27AM -0700, Jens Axboe wrote: > I didn't look at your code yet, but I'm assuming it's a self > contained IO engine. So we should be able to make that work, by only > linking the engine itself against libsmbclient. But sheesh, what a > pain in the butt, why can't we just all be friends. The published libsmbclient API misses the async features that are needed here. Milosz needs to go lower-level. Volker --=20 SerNet GmbH, Bahnhofsallee 1b, 37081 G=F6ttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG G=F6ttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.sernet.de, mailto:kontakt@sernet.de -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by kanga.kvack.org (Postfix) with ESMTP id D6EAF6B0032 for ; Mon, 19 Jan 2015 11:10:33 -0500 (EST) Received: by mail-wg0-f47.google.com with SMTP id n12so2510161wgh.6 for ; Mon, 19 Jan 2015 08:10:33 -0800 (PST) Received: from mail.SerNet.de (mail.SerNet.de. [193.175.80.2]) by mx.google.com with ESMTPS id wo6si26718070wjc.129.2015.01.19.08.10.32 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 19 Jan 2015 08:10:32 -0800 (PST) Date: Mon, 19 Jan 2015 17:10:03 +0100 From: Volker Lendecke Subject: Re: [Lsf-pc] [LSF/MM TOPIC] async buffered diskio read for userspace apps Reply-To: Volker.Lendecke@SerNet.DE References: <20150115223157.GB25884@quack.suse.cz> <20150116165506.GA10856@samba2> <20150119071218.GA9747@jeremy-HP> <1421652849.2080.20.camel@HansenPartnership.com> <54BD234F.3060203@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <54BD234F.3060203@kernel.dk> Message-Id: Sender: owner-linux-mm@kvack.org List-ID: To: Jens Axboe Cc: Milosz Tanski , James Bottomley , Jeremy Allison , Jan Kara , Christoph Hellwig , linux-mm@kvack.org, "linux-fsdevel@vger.kernel.org" , lsf-pc@lists.linux-foundation.org On Mon, Jan 19, 2015 at 08:31:27AM -0700, Jens Axboe wrote: > I didn't look at your code yet, but I'm assuming it's a self > contained IO engine. So we should be able to make that work, by only > linking the engine itself against libsmbclient. But sheesh, what a > pain in the butt, why can't we just all be friends. The published libsmbclient API misses the async features that are needed here. Milosz needs to go lower-level. Volker -- SerNet GmbH, Bahnhofsallee 1b, 37081 Gottingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Gottingen, HRB 2816, GF: Dr. Johannes Loxen http://www.sernet.de, mailto:kontakt@sernet.de -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org