On Mon, 12 Oct 2020 09:58:20 +0800 xiangxia.m....@gmail.com wrote: > From: Tonghao Zhang <xiangxia.m....@gmail.com> > > Allow user configuring RXCSUM separately with ethtool -K, > reusing the existing virtnet_set_guest_offloads helper > that configures RXCSUM for XDP. This is conditional on > VIRTIO_NET_F_CTRL_GUEST_OFFLOADS. > > If Rx checksum is disabled, LRO should also be disabled. > > Cc: Michael S. Tsirkin <m...@redhat.com> > Cc: Jason Wang <jasow...@redhat.com> > Cc: Willem de Bruijn <will...@google.com> > Signed-off-by: Tonghao Zhang <xiangxia.m....@gmail.com> > Acked-by: Michael S. Tsirkin <m...@redhat.com>
Applied, thanks everyone!