net/ixgbe: fix mailbox interrupt handler
authorQi Zhang <qi.z.zhang@intel.com>
Wed, 27 Dec 2017 20:22:29 +0000 (15:22 -0500)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit6810c6392656f05b3f9d45806a87ee683337a15b
tree4bff078de2f4e72bbc43c561c99baceb3f66f677
parentc473d362e3b6c2fb204d35d1be9007e9963e374d
net/ixgbe: fix mailbox interrupt handler

Mailbox interrupt handler only takes care of PF reset notification, for
other message ixgbe_read_mbx should not be called since it gets chance
to break the foreground VF to PF communication.
This can be simply repeated by 'testpmd>rx_vlan rm all 0'.

Fixes: 77234603fba0 ("net/ixgbe: support VF mailbox interrupt for link up/down")
Cc: stable@dpdk.org
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Wei Dai <wei.dai@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c