|
@@ -1237,8 +1237,6 @@ static inline void i40e_rx_checksum(struct i40e_vsi *vsi,
|
|
|
|
|
|
/* likely incorrect csum if alternate IP extension headers found */
|
|
/* likely incorrect csum if alternate IP extension headers found */
|
|
if (ipv6 &&
|
|
if (ipv6 &&
|
|
- decoded.inner_prot == I40E_RX_PTYPE_INNER_PROT_TCP &&
|
|
|
|
- rx_error & (1 << I40E_RX_DESC_ERROR_L4E_SHIFT) &&
|
|
|
|
rx_status & (1 << I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT))
|
|
rx_status & (1 << I40E_RX_DESC_STATUS_IPV6EXADD_SHIFT))
|
|
/* don't increment checksum err here, non-fatal err */
|
|
/* don't increment checksum err here, non-fatal err */
|
|
return;
|
|
return;
|