[PATCH 60/70] net/ice/base: update comment for overloaded GCO bit

Qi Zhang qi.z.zhang at intel.com
Mon Aug 15 09:12:56 CEST 2022


The bit that is overloaded is bit 11 in the flex descriptor,
updating the comment to have the right one reflected.

Signed-off-by: Alice Michael <alice.michael at intel.com>
Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
---
 drivers/net/ice/base/ice_lan_tx_rx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ice/base/ice_lan_tx_rx.h b/drivers/net/ice/base/ice_lan_tx_rx.h
index 2b6f039dcb..ba1b9a66d8 100644
--- a/drivers/net/ice/base/ice_lan_tx_rx.h
+++ b/drivers/net/ice/base/ice_lan_tx_rx.h
@@ -544,7 +544,7 @@ struct ice_32b_rx_flex_desc_nic_raw_csum {
 	__le32 rss_hash;
 
 	/* Qword 2 */
-	__le16 status_error1; /* bit 6 Raw CSUM present */
+	__le16 status_error1; /* bit 11 Raw CSUM present */
 	u8 flexi_flags2;
 	u8 ts_low;
 	__le16 l2tag2_1st;
-- 
2.31.1



More information about the dev mailing list