Re: [dpdk-dev] [PATCH] net/mlx5: fix TSO TCP checksum flag

2017-03-08 Thread Nélio Laranjeiro
On Tue, Mar 07, 2017 at 01:47:51PM +0200, Shahaf Shuler wrote: > Since PKT_TX_TCP_SEG implies PKT_TX_TCP_CKSUM, the PMD must force this > flag. > The fix applied for both tunneled and non-tunneled packets. > > Fixes: 19c5dc66b851 ("net/mlx5: add hardware TSO support") > Fixes: 751f56489e31 ("net/m

[dpdk-dev] [PATCH] net/mlx5: fix TSO TCP checksum flag

2017-03-07 Thread Shahaf Shuler
Since PKT_TX_TCP_SEG implies PKT_TX_TCP_CKSUM, the PMD must force this flag. The fix applied for both tunneled and non-tunneled packets. Fixes: 19c5dc66b851 ("net/mlx5: add hardware TSO support") Fixes: 751f56489e31 ("net/mlx5: add hardware TSO support for VXLAN and GRE") Cc: sta...@dpdk.org Sign