From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [iproute2-next 0/2] tipc: changes to addressing structure Date: Thu, 29 Mar 2018 11:52:09 -0600 Message-ID: <01b6fe63-def9-4c67-cdb3-a88a07964f83@gmail.com> References: <1522255934-497-1-git-send-email-jon.maloy@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: mohan.krishna.ghanta.krishnamurthy@ericsson.com, tung.q.nguyen@dektech.com.au, hoang.h.le@dektech.com.au, canh.d.luu@dektech.com.au, ying.xue@windriver.com, tipc-discussion@lists.sourceforge.net To: Jon Maloy , davem@davemloft.net, netdev@vger.kernel.org Return-path: Received: from mail-pg0-f42.google.com ([74.125.83.42]:41212 "EHLO mail-pg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbeC2RwN (ORCPT ); Thu, 29 Mar 2018 13:52:13 -0400 Received: by mail-pg0-f42.google.com with SMTP id t10so3526871pgv.8 for ; Thu, 29 Mar 2018 10:52:13 -0700 (PDT) In-Reply-To: <1522255934-497-1-git-send-email-jon.maloy@ericsson.com> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 3/28/18 10:52 AM, Jon Maloy wrote: > 1: We introduce ability to set/get 128-bit node identities > 2: We rename 'net id' to 'cluster id' in the command API, > of course in a compatible way. > 3: We print out all 32-bit node addresses as an integer in hex format, > i.e., we remove the assumption about an internal structure. > Applied to iproute2-next. Thanks,