Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754596AbbDPNOk (ORCPT ); Thu, 16 Apr 2015 09:14:40 -0400 Received: from svenfoo.org ([82.94.215.22]:46838 "EHLO mail.zonque.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757295AbbDPNOb (ORCPT ); Thu, 16 Apr 2015 09:14:31 -0400 Message-ID: <552FB5B4.9060700@zonque.org> Date: Thu, 16 Apr 2015 15:14:28 +0200 From: Daniel Mack User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: One Thousand Gnomes , Havoc Pennington CC: Rik van Riel , Greg Kroah-Hartman , Jiri Kosina , Andy Lutomirski , Linus Torvalds , Andrew Morton , Arnd Bergmann , "Eric W. Biederman" , Tom Gundersen , "linux-kernel@vger.kernel.org" , David Herrmann , Djalal Harouni Subject: Re: [GIT PULL] kdbus for 4.1-rc1 References: <20150413190350.GA9485@kroah.com> <20150413204547.GB1760@kroah.com> <20150414175019.GA2874@kroah.com> <20150415085641.GH16381@kroah.com> <20150415120618.4d8d90ff@lxorguk.ukuu.org.uk> <552E8B11.4010803@redhat.com> <20150415230816.657d2130@lxorguk.ukuu.org.uk> In-Reply-To: <20150415230816.657d2130@lxorguk.ukuu.org.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1112 Lines: 25 On 04/16/2015 12:08 AM, One Thousand Gnomes wrote: >> When trying to split apart problems, for dbus it's important to keep >> ordering guarantees. > > Yes I assumed that - minus disconnection/reconnect and running out of > queue space. Some users also want priority queueing (with or without the > guarantee for the same priority). Many of the other systems that can use > a fast multicast messaging system have priority queues - which is one > reason the existing POSIX messaging has priority. And so does kdbus. By default, strict ordering is enforced when messages are received, but optionally, that action may be constrained to messages of a minimal priority. This allows for use cases where timing critical data is interleaved with control data on the same connection. That's described in kdbus.message(7), and is also covered by test cases. Thanks, Daniel -- 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/