Re: [PATCH net-next 8/8] net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE
From: Jerry Chu <hidden>
Date: 2014-10-30 23:53:20
From: Jerry Chu <hidden>
Date: 2014-10-30 23:53:20
On Thu, Oct 30, 2014 at 4:28 PM, Or Gerlitz [off-list ref] wrote:
On Thu, Oct 30, 2014 at 11:20 PM, Jerry Chu [off-list ref] wrote:quoted
Acked-by: H.K. Jerry Chu <redacted> BTW, will the patch work for all versions of the chip?If you'll look carefully, you'll see we go that path only when priv->flags & MLX4_EN_FLAG_RX_CSUM_NON_TCP_UDP is true. This currently holds only for ConnectX3 and not ConnectX3-pro. Down the road, the feature will also be available for the -pro too.
It didn't dawn on me that flag will be tied to CX3 but this makes sense. Thanks, Jerry