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 log and add more details. - Rebase the patches on the latest code. Wenzhuo Lu (2): ixgbe: VF supports mailbox interruption for PF link up/down igb: VF supports mailbox interruption for PF link up/down doc/guides/rel_notes/release_16_07.rst | 6 ++ drivers/net/e1000/igb_ethdev.c | 159 +++++++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_ethdev.c | 84 ++++++++++++++++- 3 files changed, 246 insertions(+), 3 deletions(-) -- 1.9.3