git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e79d81
)
net/avf: remove keeping CRC configuration
author
Beilei Xing
<beilei.xing@intel.com>
Wed, 26 Sep 2018 02:44:34 +0000
(10:44 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 27 Sep 2018 23:41:03 +0000
(
01:41
+0200)
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 <beilei.xing@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/avf/avf_ethdev.c
patch
|
blob
|
history
diff --git
a/drivers/net/avf/avf_ethdev.c
b/drivers/net/avf/avf_ethdev.c
index
5494984
..
e56d57c
100644
(file)
--- 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;