> > 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
> -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
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
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
4 matches
Mail list logo