> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Qi Zhang > Sent: Thursday, December 28, 2017 4:23 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Dai, Wei; Wang, Liang-min; Zhang, Qi Z; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH 2/2] net/e1000: fix mailbox interrupt handler > > Mailbox interrupt handler only take care of the PF reset notification, for > other > message mbx->ops.read should not be called since it get chance to break the > foreground VF to PF communication. > > Fixes: 316f4f1adc2e ("net/igb: 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