commit | 90d4c5bb98bf66653333266917edf0e16ccd35f9 | [log] [tgz] |
---|---|---|
author | Ganesh Goudar <ganeshgr@chelsio.com> | Wed Aug 01 18:15:32 2018 +0530 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 01 10:08:08 2018 -0700 |
tree | 41dc176a253e51830e487b9733a36f3c431a176e | |
parent | cef238d71de43efeb47c7d7d43da5e1b8e4a1d99 [diff] |
cxgb4: fix endian to test F_FW_PORT_CMD_DCBXDIS32 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 <leedom@chelsio.com> Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>