]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endian
authorMichal Schmidt <mschmidt@redhat.com>
Wed, 2 Mar 2016 12:47:07 +0000 (13:47 +0100)
committerChuck Anderson <chuck.anderson@oracle.com>
Fri, 8 Jul 2016 02:28:45 +0000 (19:28 -0700)
commitb206bf2b904dd5a0d2ac210383c46549c06e831e
tree102a3cd4f27de600621c845e385b5fa4a5a21681
parentd3a4723a785c41a39c010d21727775d91d82dcc6
bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endian

On ppc64 the PF did not receive messages from VFs correctly.

Fields of struct vf_pf_event_data are little-endian.

Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Orabug: 23718192
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h
drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c