From: Beilei Xing Date: Wed, 26 Sep 2018 02:44:34 +0000 (+0800) Subject: net/avf: remove keeping CRC configuration X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=98ff88b3c45ec6b432fbeff761c48492dfaa735f;p=dpdk.git net/avf: remove keeping CRC configuration Remove keeping CRC configuration as it's not supported by AVF. Fixes: 5ce4c2be1a64 ("net/avf: fix offload capabilities") Cc: stable@dpdk.org Signed-off-by: Beilei Xing Acked-by: Qi Zhang --- diff --git a/drivers/net/avf/avf_ethdev.c b/drivers/net/avf/avf_ethdev.c index 5494984778..e56d57c439 100644 --- a/drivers/net/avf/avf_ethdev.c +++ b/drivers/net/avf/avf_ethdev.c @@ -514,7 +514,6 @@ avf_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info) DEV_RX_OFFLOAD_UDP_CKSUM | DEV_RX_OFFLOAD_TCP_CKSUM | DEV_RX_OFFLOAD_OUTER_IPV4_CKSUM | - DEV_RX_OFFLOAD_KEEP_CRC | DEV_RX_OFFLOAD_SCATTER | DEV_RX_OFFLOAD_JUMBO_FRAME | DEV_RX_OFFLOAD_VLAN_FILTER;