From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32 Date: Wed, 01 Aug 2018 10:08:33 -0700 (PDT) Message-ID: <20180801.100833.638530979010982617.davem@davemloft.net> References: <1533127532-6568-1-git-send-email-ganeshgr@chelsio.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nirranjan@chelsio.com, indranil@chelsio.com, leedom@chelsio.com To: ganeshgr@chelsio.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:49796 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406338AbeHATMJ (ORCPT ); Wed, 1 Aug 2018 15:12:09 -0400 In-Reply-To: <1533127532-6568-1-git-send-email-ganeshgr@chelsio.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ganesh Goudar Date: Wed, 1 Aug 2018 18:15:32 +0530 > For FW_PORT_ACTION_GET_PORT_INFO32 messages, the > u.info32.lstatus32_to_cbllen32 is 32-bit Big Endian. > We need to translate that to CPU Endian in order to > test F_FW_PORT_CMD_DCBXDIS32. > > Signed-off-by: Casey Leedom > Signed-off-by: Ganesh Goudar Applied, thank you.