X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fdevices%2Fvirtio%2Fvirtio.h;h=4b8662699da093fedd7c96b436ac4c7ae4eeade2;hp=27ecc2238adc49f319bf46fa5ac9beb64481eba9;hb=6d4af8918;hpb=0d74dd1f823b170d623316cf07eee70851494470 diff --git a/src/vnet/devices/virtio/virtio.h b/src/vnet/devices/virtio/virtio.h index 27ecc2238ad..4b8662699da 100644 --- a/src/vnet/devices/virtio/virtio.h +++ b/src/vnet/devices/virtio/virtio.h @@ -174,6 +174,7 @@ typedef struct u8 host_ip6_prefix_len; u32 host_mtu_size; int gso_enabled; + int csum_offload_enabled; int ifindex; virtio_vring_t *cxq_vring; } virtio_if_t;