[dpdk-dev] [PATCH v2 0/2] support mailbox interruption on ixgbe/igb VF

2016-06-15 Thread Bruce Richardson
On Wed, Jun 01, 2016 at 09:53:07AM +0800, Wenzhuo Lu wrote: > This patch set addes the support of the mailbox interruption on VF. > So, VF can receice the messges for physical link down/up. And > register a reset callback in the handler. > > PS: This patch set is splitted from a previous patch set

[dpdk-dev] [PATCH v2 0/2] support mailbox interruption on ixgbe/igb VF

2016-06-01 Thread Wenzhuo Lu
This patch set addes the support of the mailbox interruption on VF. So, VF can receice the messges for physical link down/up. And register a reset callback in the handler. PS: This patch set is splitted from a previous patch set, *automatic link recovery on ixgbe/igb VF*. v2: - Reword the commit