[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 3/7] virtio-net: Disable RSS on reset
|
From: |
Michael Tokarev |
|
Subject: |
Re: [PATCH v2 3/7] virtio-net: Disable RSS on reset |
|
Date: |
Tue, 10 Oct 2023 11:00:33 +0300 |
|
User-agent: |
Mozilla Thunderbird |
10.10.2023 05:59, Akihiko Odaki wrote:
RSS is disabled by default.
Fixes: 590790297c ("virtio-net: implement RSS configuration command")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
This one is difficult to review since it moves whole function around
*and* adding a single statement to this function. I'd prefer this
change to be split into two, one no-op just moving code around, and
another one-liner adding the new statement.
Either way,
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
/mjt
- [PATCH v2 0/7] virtio-net RSS/hash report fixes, Akihiko Odaki, 2023/10/09
- [PATCH v2 1/7] tap: Fix virtio-net header buffer size, Akihiko Odaki, 2023/10/09
- [PATCH v2 2/7] virtio-net: Copy header only when necessary, Akihiko Odaki, 2023/10/09
- [PATCH v2 3/7] virtio-net: Disable RSS on reset, Akihiko Odaki, 2023/10/09
- Re: [PATCH v2 3/7] virtio-net: Disable RSS on reset,
Michael Tokarev <=
- [PATCH v2 4/7] virtio-net: Unify the logic to update NIC state for RSS, Akihiko Odaki, 2023/10/09
- [PATCH v2 5/7] virtio-net: Return an error when vhost cannot enable RSS, Akihiko Odaki, 2023/10/09
- [PATCH v2 6/7] virtio-net: Do not clear VIRTIO_NET_F_RSS, Akihiko Odaki, 2023/10/09
- [PATCH v2 7/7] ebpf: Fix RSS error handling, Akihiko Odaki, 2023/10/09