[dpdk-dev] [PATCH 2/2] net/i40e: fix VF bonded device link down

2016-10-24 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Qiming Yang > Sent: Thursday, October 13, 2016 2:07 PM > To: dev at dpdk.org > Cc: Yang, Qiming > Subject: [dpdk-dev] [PATCH 2/2] net/i40e: fix VF bonded device link down > > Origin

[dpdk-dev] [PATCH 2/2] net/i40e: fix VF bonded device link down

2016-10-13 Thread Qiming Yang
Originally, using DPDK as host driver, when VF bonded device uses I40E_VIRTCHNL_OP_GET_LINK_STAT to query PF the link status, VF will wait for the interrupt from PF to get this link status. PF uses interrupt which already exists to communication with VF. These two kinds of interrupt will be confusi