RE: [PATCH v4] net/iavf: fix error of virtchnl command

2022-10-18 Thread Zhang, Qi Z
> -Original Message- > From: Yiding Zhou > Sent: Thursday, October 13, 2022 2:20 PM > To: dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org > Subject: [PATCH v4] net/iavf: fix error of virtchnl command > > When the device is bonded, bond pmd will registe

[PATCH v4] net/iavf: fix error of virtchnl command

2022-10-12 Thread Yiding Zhou
When the device is bonded, bond pmd will register callback for LSC event. This callback will execute some virtchnl commands in eal-intr-thread to reinitialize the device with interrupts disabled. In this case, responses to all commands not be received. This commit starts a thread to handle all eve