Skip to content
Commit 22b436c9 authored by Yuri Benditovich's avatar Yuri Benditovich Committed by Michael S. Tsirkin
Browse files

virtio-net: Introduce extended RSC feature



VIRTIO_NET_F_RSC_EXT feature bit indicates that the device
is able to provide extended RSC information. When the feature
is negotiatede and 'gso_type' field in received packet is not
GSO_NONE, the device reports number of coalesced packets in
'csum_start' field and number of duplicated acks in 'csum_offset'
field and sets VIRTIO_NET_HDR_F_RSC_INFO in 'flags' field.

Signed-off-by: default avatarYuri Benditovich <yuri.benditovich@daynix.com>
Link: https://lore.kernel.org/r/20200302115003.14877-2-yuri.benditovich@daynix.com


Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent d5f5ee2a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment