From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] tipc: fix issue that tipc_dest neglects of big-endian Date: Mon, 20 Aug 2018 19:20:31 -0700 (PDT) Message-ID: <20180820.192031.1137174206399090141.davem@davemloft.net> References: <1534760761-30206-1-git-send-email-Haiqing.Bai@windriver.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jon.maloy@ericsson.com, ying.xue@windriver.com, zhenbo.gao@windriver.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Haiqing.Bai@windriver.com Return-path: In-Reply-To: <1534760761-30206-1-git-send-email-Haiqing.Bai@windriver.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Haiqing Bai Date: Mon, 20 Aug 2018 18:26:01 +0800 > The tipc multicast demo in tipcutils fails to work on big-endian hardware. > The tipc multicast server can not receive the packets sent by the multicast > client for that the dest port is always zero after tipc_dest_pop, then it > is found that the struct tipc_dest fails to take big/little endian into > account. > > Signed-off-by: Haiqing Bai > Signed-off-by: Zhenbo Gao Jon and Ying, please review. thank you.