numam-dpdk/drivers/net/ixgbe
Wenzhuo Lu 77234603fb net/ixgbe: support VF mailbox interrupt for link up/down
When using kernel PF and DPDK VF, when the PF driver finds the link
state changes, up -> down or down -> up, the driver will send a
message to VF by mailbox. This link state change may be
triggered by PHY disconnection/reconnection, user config change
like *ifconfig down/up* or interface parameter, like MTU change.

This patch enables the support of the mailbox interrupt,
so VF driver can receive the message for link up/down.
After VF receives this message, VF port need to be reset to
recover. This needs to be handled by the application so this patch
allows the app to register a reset callback so it can reset the VF port.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
2016-06-20 17:21:50 +02:00
..
base
ixgbe_82599_bypass.c
ixgbe_bypass_api.h
ixgbe_bypass_defines.h
ixgbe_bypass.c
ixgbe_bypass.h
ixgbe_ethdev.c net/ixgbe: support VF mailbox interrupt for link up/down 2016-06-20 17:21:50 +02:00
ixgbe_ethdev.h
ixgbe_fdir.c
ixgbe_logs.h
ixgbe_pf.c
ixgbe_regs.h
ixgbe_rxtx_vec_common.h net/ixgbe: extract non-x86 specific code from vector driver 2016-06-15 17:13:54 +02:00
ixgbe_rxtx_vec_neon.c net/ixgbe: implement vector driver for ARM 2016-06-15 17:13:54 +02:00
ixgbe_rxtx_vec_sse.c net/ixgbe: rename x86 vector driver file 2016-06-15 17:13:54 +02:00
ixgbe_rxtx.c
ixgbe_rxtx.h
Makefile net/ixgbe: rename x86 vector driver file 2016-06-15 17:13:54 +02:00
rte_pmd_ixgbe_version.map