Re: [dpdk-dev] [PATCH 1/2] net/mlx5: add hardware checksum offload for tunnel packets

2017-03-01 Thread NĂ©lio Laranjeiro
Shahaf, See comments below, On Tue, Feb 28, 2017 at 05:53:47PM +0200, Shahaf Shuler wrote: > Prior to this commit Tx checksum offload was supported only for the > inner headers. > This commit adds support for the hardware to compute the checksum for the > outer headers as well. > > The support i

[dpdk-dev] [PATCH 1/2] net/mlx5: add hardware checksum offload for tunnel packets

2017-02-28 Thread Shahaf Shuler
Prior to this commit Tx checksum offload was supported only for the inner headers. This commit adds support for the hardware to compute the checksum for the outer headers as well. The support is for tunneling protocols GRE and VXLAN. Signed-off-by: Shahaf Shuler --- doc/guides/nics/features/mlx