We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7775d commit 9be02cdCopy full SHA for 9be02cd
drivers/net/ethernet/ibm/ibmvnic.c
@@ -2105,6 +2105,10 @@ static void handle_query_ip_offload_rsp(struct ibmvnic_adapter *adapter)
2105
if (buf->tcp_ipv6_chksum || buf->udp_ipv6_chksum)
2106
adapter->netdev->features |= NETIF_F_IPV6_CSUM;
2107
2108
+ if ((adapter->netdev->features &
2109
+ (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)))
2110
+ adapter->netdev->features |= NETIF_F_RXCSUM;
2111
+
2112
memset(&crq, 0, sizeof(crq));
2113
crq.control_ip_offload.first = IBMVNIC_CRQ_CMD;
2114
crq.control_ip_offload.cmd = CONTROL_IP_OFFLOAD;
0 commit comments