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:
96765f6
)
net/i40e: remove invalid comment
author
Ferruh Yigit
<ferruh.yigit@intel.com>
Thu, 13 Sep 2018 11:21:01 +0000
(12:21 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 14 Sep 2018 18:19:57 +0000
(20:19 +0200)
Comments says "no csum error report support" but there is no check
related csum offloads. Removing the comment.
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/i40e/i40e_rxtx_vec_common.h
patch
|
blob
|
history
diff --git
a/drivers/net/i40e/i40e_rxtx_vec_common.h
b/drivers/net/i40e/i40e_rxtx_vec_common.h
index
63cb177
..
f00f6d6
100644
(file)
--- a/
drivers/net/i40e/i40e_rxtx_vec_common.h
+++ b/
drivers/net/i40e/i40e_rxtx_vec_common.h
@@
-199,9
+199,7
@@
i40e_rx_vec_dev_conf_condition_check_default(struct rte_eth_dev *dev)
if (fconf->mode != RTE_FDIR_MODE_NONE)
return -1;
- /* - no csum error report support
- * - no header split support
- */
+ /* no header split support */
if (rxmode->offloads & DEV_RX_OFFLOAD_HEADER_SPLIT)
return -1;