From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next 00/13] kcm: Kernel Connection Multiplexor (KCM) Date: Wed, 09 Mar 2016 16:38:26 -0500 (EST) Message-ID: <20160309.163826.629966632174973971.davem@davemloft.net> References: <1457388672-2600559-1-git-send-email-tom@herbertland.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kernel-team@fb.com To: tom@herbertland.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:34302 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752032AbcCIVia (ORCPT ); Wed, 9 Mar 2016 16:38:30 -0500 In-Reply-To: <1457388672-2600559-1-git-send-email-tom@herbertland.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Tom Herbert Date: Mon, 7 Mar 2016 14:10:59 -0800 > Kernel Connection Multiplexor (KCM) is a facility that provides a > message based interface over TCP for generic application protocols. ... I've decided to apply this as-is. If there are any issues we can fix it with follow-on patches. Thanks for all of the hard work Tom.