X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fvmxnet3%2Foutput.c;h=81a1afb190c8d36d9ab4b5510a30ad2713470edd;hb=39d0285fca412ea2921fe1ae98a231894cd193cf;hp=5de41cdba07808758246dd4683b8db838ce11843;hpb=dd3737284d5021e2e3bd0413b61aab14797e365c;p=vpp.git diff --git a/src/plugins/vmxnet3/output.c b/src/plugins/vmxnet3/output.c index 5de41cdba07..81a1afb190c 100644 --- a/src/plugins/vmxnet3/output.c +++ b/src/plugins/vmxnet3/output.c @@ -191,7 +191,7 @@ VNET_DEVICE_CLASS_TX_FN (vmxnet3_device_class) (vlib_main_t * vm, * We should not be getting GSO outbound traffic unless it is * lro is enable */ - ASSERT (vd->lro_enable == 1); + ASSERT (vd->gso_enable == 1); gso_size = vnet_buffer2 (b0)->gso_size; hdr_len = vnet_buffer (b0)->l4_hdr_offset + sizeof (ethernet_header_t);