Re: [PATCH] app/testpmd: fix failing to enable SW checksum calculation
From: Thomas Monjalon <hidden>
Date: 2018-01-31 22:34:54
From: Thomas Monjalon <hidden>
Date: 2018-01-31 22:34:54
25/01/2018 07:54, Shahaf Shuler:
Hi Jiayu Hu, Good fix, thanks. Thursday, January 25, 2018 4:14 AM, Jiayu Hu:quoted
In current design, we can't enable SW checksum calculation for the devices which don't have checksum offloading abilities via the command "csum set ip|tcp|udp|sctp|outer-ip sw <port_id>". But SW checksum calculation shouldn't depend on HW offloading abilities. This patch is to fix this issue. Fixes: 3926dd2b6668 ("app/testpmd: enforce offload capabilities check") Signed-off-by: Jiayu Hu <redacted>Reviewed-by: Shahaf Shuler <redacted>
Applied, thanks