Re: [PATCH net-next 2/3] cxgb4: enable inner header checksum calculation

2018-05-11 Thread David Miller
From: Ganesh Goudar Date: Fri, 11 May 2018 18:35:33 +0530 > set cntrl bits to indicate whether inner header checksum > needs to be calculated whenever the packet is an encapsulated > packet and enable supported encap features. > > Fixes: d0a1299c6bf7 ("cxgb4: add support

[PATCH net-next 2/3] cxgb4: enable inner header checksum calculation

2018-05-11 Thread Ganesh Goudar
set cntrl bits to indicate whether inner header checksum needs to be calculated whenever the packet is an encapsulated packet and enable supported encap features. Fixes: d0a1299c6bf7 ("cxgb4: add support for vxlan segmentation offload") Signed-off-by: Ganesh Goudar ---