Re: [dpdk-dev] [PATCH v3] net/ice: drain out DCF AdminQ command queue

2021-01-21 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Friday, January 22, 2021 1:32 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Fu, Qi ; Wang, Haiyue > ; sta...@dpdk.org > Subject: [PATCH v3] net/ice: drain out DCF AdminQ command queue > > The virtchnl message is handled one

[dpdk-dev] [PATCH v3] net/ice: drain out DCF AdminQ command queue

2021-01-21 Thread Haiyue Wang
The virtchnl message is handled one by one by checking opcode to match the response for the request. The DCF AdminQ command with buffer needs two virtchnl commands, one is to handle the AdminQ descriptor, the other is to the handle AdminQ buffer. If both of them are sent to PF successfully, it nee