commit | 36f7a6aeb021a549f2d684868303c9891bc0dd00 | [log] [tgz] |
---|---|---|
author | Mohsin Kazmi <sykazmi@cisco.com> | Wed May 05 14:26:38 2021 +0200 |
committer | Damjan Marion <dmarion@me.com> | Thu May 06 10:28:02 2021 +0000 |
tree | 730f3b7ed52c07e52d863d5f467debcb4c4ca8c7 | |
parent | 11e0d752e67ac3da804e2af798d12995ae401434 [diff] [blame] |
vlib: fix the offload flags size Type: fix Change-Id: I433fe3799975fe3ba00fa30226f6e8dae34e88fc Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
diff --git a/src/vnet/devices/virtio/vhost_user_input.c b/src/vnet/devices/virtio/vhost_user_input.c index 1636bd8..69fba41 100644 --- a/src/vnet/devices/virtio/vhost_user_input.c +++ b/src/vnet/devices/virtio/vhost_user_input.c
@@ -253,7 +253,7 @@ ethernet_header_t *eh = (ethernet_header_t *) b0_data; u16 ethertype = clib_net_to_host_u16 (eh->type); u16 l2hdr_sz = sizeof (ethernet_header_t); - u32 oflags = 0; + vnet_buffer_oflags_t oflags = 0; if (ethernet_frame_is_tagged (ethertype)) {