Re: [PATCH 3/7] virtio-net: Do not check for the queue before RSS

2024-10-21 Thread Jason Wang
On Sun, Sep 15, 2024 at 9:07 AM Akihiko Odaki wrote: > > virtio_net_can_receive() checks if the queue is ready, but RSS will > change the queue to use so, strictly speaking, we may still be able to > receive the packet even if the queue initially provided is not ready. > Perform RSS before virtio_

[PATCH 3/7] virtio-net: Do not check for the queue before RSS

2024-09-14 Thread Akihiko Odaki
virtio_net_can_receive() checks if the queue is ready, but RSS will change the queue to use so, strictly speaking, we may still be able to receive the packet even if the queue initially provided is not ready. Perform RSS before virtio_net_can_receive() to cover such a case. Fixes: 4474e37a5b3a ("v