Re: [PATCH 1/2] virtio_net: checksum offloading handling fix
From: Jason Wang <jasowang@redhat.com>
Date: 2024-06-20 08:29:59
Also in:
virtualization
From: Jason Wang <jasowang@redhat.com>
Date: 2024-06-20 08:29:59
Also in:
virtualization
On Wed, Jun 19, 2024 at 11:44 PM Heng Qi [off-list ref] wrote:
在 2024/6/19 下午11:08, Jakub Kicinski 写道:quoted
On Wed, 19 Jun 2024 10:02:58 +0800 Heng Qi wrote:quoted
quoted
quoted
Currently we do not allow RXCUSM to be disabled.You don't have to disable checksuming in the device.Yes, it is up to the device itself to decide whether to validate checksum. What I mean is that we don't allow users to disable the driver's NETIF_F_RXCSUM flag.I understand. What I'm suggesting is that you send a follow up patch that allows it.
Exactly my point as well.
OK, will do it. Thanks.
Thanks