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

2016-10-28 Thread Qiming Yang
If VF device is used as slave of a bond device, it will be polled periodically through alarm. Interrupt is involved here. And then VF will send I40E_VIRTCHNL_OP_GET_LINK_STAT message to PF to query the status. The response is handled by interrupt callback. Interrupt is involved here again. That's w

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

2016-10-28 Thread Ferruh Yigit
Hi Qiming, On 10/28/2016 5:18 AM, Qiming Yang wrote: > If VF device is used as slave of a bond device, it will be polled > periodically through alarm. Interrupt is involved here. And then > VF will send I40E_VIRTCHNL_OP_GET_LINK_STAT message to > PF to query the status. The response is handled by