Re: [PATCH net-next 2/3] virtio_net: fix possible dim status unrecoverable

2024-04-25 Thread Heng Qi
在 2024/4/26 上午10:21, Jakub Kicinski 写道: On Thu, 25 Apr 2024 20:58:54 +0800 Heng Qi wrote: When the dim worker is scheduled, if it no longer needs to issue commands, dim may not be able to return to the working state later. For example, the following single queue scenario: 1. The dim worker

Re: [PATCH net-next 2/3] virtio_net: fix possible dim status unrecoverable

2024-04-25 Thread Jakub Kicinski
On Thu, 25 Apr 2024 20:58:54 +0800 Heng Qi wrote: > When the dim worker is scheduled, if it no longer needs to issue > commands, dim may not be able to return to the working state later. > > For example, the following single queue scenario: > 1. The dim worker of rxq0 is scheduled, and the dim s

[PATCH net-next 2/3] virtio_net: fix possible dim status unrecoverable

2024-04-25 Thread Heng Qi
When the dim worker is scheduled, if it no longer needs to issue commands, dim may not be able to return to the working state later. For example, the following single queue scenario: 1. The dim worker of rxq0 is scheduled, and the dim status is changed to DIM_APPLY_NEW_PROFILE; 2. dim is