[dpdk-dev] [PATCH 0/4] automatic link recovery on ixgbe/igb VF

2016-05-24 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Thursday, May 5, 2016 5:11 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 0/4] automatic link recovery on ixgbe/igb VF > > Now if the PF link is down and

[dpdk-dev] [PATCH 0/4] automatic link recovery on ixgbe/igb VF

2016-05-05 Thread Wenzhuo Lu
Now if the PF link is down and up, VF doesn't handle this event, user need to reset the VF port to let it recover. This patch set addes the support of the mailbox interruption on VF. So, VF can receice the messges for physical link down/up. And VF will handle this event and let the VF link recover