Re: [net] cxgb4: advertise NETIF_F_HW_CSUM

2021-01-05 Thread Tariq Toukan
On 1/5/2021 10:29 PM, Jakub Kicinski wrote: On Tue, 5 Jan 2021 22:27:49 +0530 Rohit Maheshwari wrote: advertise NETIF_F_HW_CSUM instead of protocol specific values of NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM. This change is added long back in other drivers. This issue is seen recently when TLS

Re: [net] cxgb4: advertise NETIF_F_HW_CSUM

2021-01-05 Thread Jakub Kicinski
On Tue, 5 Jan 2021 22:27:49 +0530 Rohit Maheshwari wrote: > advertise NETIF_F_HW_CSUM instead of protocol specific values of > NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM. This change is added long > back in other drivers. This issue is seen recently when TLS offload > made it mandatory to enable NETIF_

Re: [net] cxgb4: advertise NETIF_F_HW_CSUM

2021-01-05 Thread Alexander Duyck
On Tue, Jan 5, 2021 at 9:01 AM Rohit Maheshwari wrote: > > advertise NETIF_F_HW_CSUM instead of protocol specific values of > NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM. This change is added long > back in other drivers. This issue is seen recently when TLS offload > made it mandatory to enable NETIF_F

[net] cxgb4: advertise NETIF_F_HW_CSUM

2021-01-05 Thread Rohit Maheshwari
advertise NETIF_F_HW_CSUM instead of protocol specific values of NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM. This change is added long back in other drivers. This issue is seen recently when TLS offload made it mandatory to enable NETIF_F_HW_CSUM. Fixes: 2ed28baa7076 ("net: cxgb4{,vf}: convert to hw_fe