[dts] [PATCH 1/1] framework/test_capabilities.py fastlinq adapters doesn't support SCTP checksum offload, adding driver in Dictionary so that test escape SCTP Checksum part but continue to test other Checksum offload.

Tu, Lijuan lijuan.tu at intel.com
Wed Jul 10 07:22:37 CEST 2019


Applied, thanks

> -----Original Message-----
> From: Yash Sharma [mailto:ysharma at marvell.com]
> Sent: Friday, July 5, 2019 9:55 PM
> To: dts at dpdk.org; Tu, Lijuan <lijuan.tu at intel.com>
> Cc: shshaikh at marvell.com; psurana at marvell.com; srane at marvell.com; yash
> <ysharma at marvell.com>
> Subject: [PATCH 1/1] framework/test_capabilities.py fastlinq adapters
> doesn't support SCTP checksum offload, adding driver in Dictionary so that
> test escape SCTP Checksum part but continue to test other Checksum offload.
> 
> From: yash <ysharma at marvell.com>
> 
> Signed-off-by: yash <ysharma at marvell.com>
> ---
>  framework/test_capabilities.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/test_capabilities.py b/framework/test_capabilities.py
> index 2ad3fae..79a6dee 100644
> --- a/framework/test_capabilities.py
> +++ b/framework/test_capabilities.py
> @@ -3,7 +3,7 @@
>  Dict used to skip parts of tests if NIC is known not to support them  """
>  DRIVER_TEST_LACK_CAPA = {
> -	'sctp_tx_offload' : ['thunder-nicvf', 'fm10k']
> +	'sctp_tx_offload' : ['thunder-nicvf', 'fm10k', 'qede']
>  }
> 
> 
> --
> 1.8.3.1



More information about the dts mailing list