Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752364AbbDULEF (ORCPT ); Tue, 21 Apr 2015 07:04:05 -0400 Received: from cantor2.suse.de ([195.135.220.15]:35730 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751027AbbDULED (ORCPT ); Tue, 21 Apr 2015 07:04:03 -0400 Date: Tue, 21 Apr 2015 13:03:59 +0200 (CEST) From: Jiri Kosina To: Greg Kroah-Hartman cc: One Thousand Gnomes , Andy Lutomirski , Richard Weinberger , David Herrmann , Linus Torvalds , Steven Rostedt , Al Viro , Borislav Petkov , Andrew Morton , Arnd Bergmann , "Eric W. Biederman" , Tom Gundersen , "linux-kernel@vger.kernel.org" , Daniel Mack , Djalal Harouni Subject: Re: [GIT PULL] kdbus for 4.1-rc1 In-Reply-To: <20150421105123.GB5579@kroah.com> Message-ID: References: <20150420205638.GA3015@kroah.com> <55356CC1.1040301@nod.at> <20150420214651.GA4215@kroah.com> <20150421103519.5b0de5ea@lxorguk.ukuu.org.uk> <20150421105123.GB5579@kroah.com> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1728 Lines: 40 On Tue, 21 Apr 2015, Greg Kroah-Hartman wrote: > > We do need something for the multicast messaging. Whether that's > > supporting AF_LOCAL, SOCK_RDP with multicast or something else (POSIX > > message queue extensions ?). There's no real IP layer reliable ordered > > multicast delivery system that is low latency and lightweight because > > once it hits real networks it changes from a hard problem into a > > seriously hard problem because of multicast implosions and the like. > > This was attempted in the past with AF_DBUS, but the networking > maintainers rightfully pointed out that the model there did not work. BTW, I don't think this has been brought up in this discussion yet ... please correct me if I am wrong, my memory is very faint here (*), but wasn't the main objection to AF_BUS that defining what happens when one of the subscribed receivers disconnects is a policy matter, and as such belongs to userspace (which wasn't the case with the submitted AF_BUS implementation)? Was that considered unfixable and AF_BUS consequently given up because of this? I personally think that AF_BUS makes quite a lot of sense -- it builds on what we already have (AF_UNIX credential passing, memfd sealing, etc), it basically "just implements a missing socket semantics" (wrt. reliability and multicasting). (*) and I really would like to avoid the digging out and reading thread similar to this one, about AF_BUS, again Thanks, -- Jiri Kosina SUSE Labs -- 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/