From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187Ab3BUNx7 (ORCPT ); Thu, 21 Feb 2013 08:53:59 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:40178 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751732Ab3BUNx6 (ORCPT ); Thu, 21 Feb 2013 08:53:58 -0500 MIME-Version: 1.0 X-Originating-IP: [93.172.67.63] In-Reply-To: <8738wqgok6.fsf@rustcorp.com.au> References: <1360669793-6921-1-git-send-email-sjur.brandeland@stericsson.com> <1360669793-6921-2-git-send-email-sjur.brandeland@stericsson.com> <8738wqgok6.fsf@rustcorp.com.au> From: Ohad Ben-Cohen Date: Thu, 21 Feb 2013 15:53:36 +0200 Message-ID: Subject: Re: [PATCHv2 vringh 1/3] remoteproc: Add support for vringh (Host vrings) To: Rusty Russell Cc: =?ISO-8859-1?Q?Sjur_Br=E6ndeland?= , "David S. Miller" , =?ISO-8859-1?Q?Sjur_Br=E6ndeland?= , netdev@vger.kernel.org, virtualization , "linux-kernel@vger.kernel.org" , Dmitry Tarnyagin , Linus Walleij , Erwan Yvin , Ido Yariv Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 21, 2013 at 8:37 AM, Rusty Russell wrote: > Hmm... I clearly jumped the gun, assuming consensus was already reached. > I have put these patches *back* into pending-rebases, and they will not > be merged this merge window. Thanks. What do you think about creating some virtio-level wrappers for the vringh handlers? I don't think we're going to stop with caif as the only vringh user, and it could be nice if we follow the virtio spirit of decoupling the drivers from the low level implementation. It sure did prove itself when the remoteproc use cases started showing up, and it's neat. Thanks, Ohad.