X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Favf%2Fdevice.c;fp=src%2Fplugins%2Favf%2Fdevice.c;h=c405d2e31d14825e9524d43a5719f49d4f985319;hb=26d841870f5ad5d14883ec1b69c381f4b73cb279;hp=b0f6244cdafe2f925b741cb7259702f84607fdfb;hpb=dc95634a237419433b8189bf41b3968640b1f97e;p=vpp.git diff --git a/src/plugins/avf/device.c b/src/plugins/avf/device.c index b0f6244cdaf..c405d2e31d1 100644 --- a/src/plugins/avf/device.c +++ b/src/plugins/avf/device.c @@ -1763,7 +1763,7 @@ avf_create_if (vlib_main_t * vm, avf_create_if_args_t * args) /* set hw interface caps */ vnet_hw_if_set_caps (vnm, ad->hw_if_index, VNET_HW_IF_CAP_INT_MODE | VNET_HW_IF_CAP_MAC_FILTER | - VNET_HW_IF_CAP_L4_TX_CKSUM | VNET_HW_IF_CAP_TCP_GSO); + VNET_HW_IF_CAP_TX_CKSUM | VNET_HW_IF_CAP_TCP_GSO); for (i = 0; i < ad->n_rx_queues; i++) {