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

2022-10-09 Thread Zhou, YidingX
> > This commit starts a thread to handle all events to fix this issue. > > > > Fixes: 48de41ca11f0 ("net/avf: enable link status update") > > CC: sta...@dpdk.org > > > > Signed-off-by: Yiding Zhou > > --- > > + > > static uint32_t > > iavf_convert_link_speed(enum virtchnl_link_speed virt_link

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

2022-10-08 Thread Zhang, Qi Z
> -Original Message- > From: Yiding Zhou > Sent: Saturday, October 8, 2022 4:49 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; Zhou, YidingX ; > sta...@dpdk.org > Subject: [PATCH v3] net/iavf: fix error of virtchnl command ... > When the devi

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

2022-10-08 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

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

2022-10-08 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