> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qi Zhang > Sent: Thursday, December 28, 2017 4:22 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Dai, Wei; Wang, Liang-min; Zhang, Qi Z; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 1/2] net/ixgbe: fix mailbox interrupt handler > > Mailbox interrupt handler only take care of PF reset notification, for other > message ixgbe_read_mbx should not be called since it get 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: sta...@dpdk.org > > Signed-off-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel, with minor commit log changes. Thanks!
/Helin