X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Favf%2Fdevice.c;h=bb2dcf74e07dfb36f1515be8b2f03dc7dd1476dc;hb=80ac72894c721bebfa303c8baf7d7de56cc68da9;hp=6f0df6dc1a9e72c5470365db5b4dcce7887d9c7c;hpb=798267aaa218b99daab4860fd630b9d4bb744c0d;p=vpp.git diff --git a/src/plugins/avf/device.c b/src/plugins/avf/device.c index 6f0df6dc1a9..bb2dcf74e07 100644 --- a/src/plugins/avf/device.c +++ b/src/plugins/avf/device.c @@ -1636,7 +1636,9 @@ avf_create_if (vlib_main_t * vm, avf_create_if_args_t * args) /* Indicate ability to support L3 DMAC filtering and * initialize interface to L3 non-promisc mode */ vnet_hw_interface_t *hi = vnet_get_hw_interface (vnm, ad->hw_if_index); - hi->flags |= VNET_HW_INTERFACE_FLAG_SUPPORTS_MAC_FILTER; + hi->flags |= + VNET_HW_INTERFACE_FLAG_SUPPORTS_MAC_FILTER | + VNET_HW_INTERFACE_FLAG_SUPPORTS_TX_L4_CKSUM_OFFLOAD; ethernet_set_flags (vnm, ad->hw_if_index, ETHERNET_INTERFACE_FLAG_DEFAULT_L3);